reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Remarks/YAMLRemarksParsingTest.cpp
  414   EXPECT_EQ(checkStr(Remark.PassName, 6), "inline");
  415   EXPECT_EQ(checkStr(Remark.RemarkName, 12), "NoDefinition");
  416   EXPECT_EQ(checkStr(Remark.FunctionName, 3), "foo");
  419   EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c");
  430       EXPECT_EQ(checkStr(Arg.Key, 6), "Callee");
  431       EXPECT_EQ(checkStr(Arg.Val, 3), "bar");
  435       EXPECT_EQ(checkStr(Arg.Key, 6), "String");
  436       EXPECT_EQ(checkStr(Arg.Val, 26), " will not be inlined into ");
  440       EXPECT_EQ(checkStr(Arg.Key, 6), "Caller");
  441       EXPECT_EQ(checkStr(Arg.Val, 3), "foo");
  444       EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c");
  450       EXPECT_EQ(checkStr(Arg.Key, 6), "String");
  451       EXPECT_EQ(checkStr(Arg.Val, 38),
  586   EXPECT_EQ(checkStr(Remark.PassName, 6), "inline");
  587   EXPECT_EQ(checkStr(Remark.RemarkName, 12), "NoDefinition");
  588   EXPECT_EQ(checkStr(Remark.FunctionName, 3), "foo");
  591   EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c");
  602       EXPECT_EQ(checkStr(Arg.Key, 6), "Callee");
  603       EXPECT_EQ(checkStr(Arg.Val, 3), "bar");
  607       EXPECT_EQ(checkStr(Arg.Key, 6), "String");
  608       EXPECT_EQ(checkStr(Arg.Val, 26), " will not be inlined into ");
  612       EXPECT_EQ(checkStr(Arg.Key, 6), "Caller");
  613       EXPECT_EQ(checkStr(Arg.Val, 3), "foo");
  616       EXPECT_EQ(checkStr(RL.SourceFilePath, 6), "file.c");
  622       EXPECT_EQ(checkStr(Arg.Key, 6), "String");
  623       EXPECT_EQ(checkStr(Arg.Val, 38),