HomeSort by: relevance | last modified time | path
    Searched defs:ASSERT_DUMP_TREE_EQ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 4573 /* Implementation detail of ASSERT_DUMP_TREE_EQ. */
4576 assert_dump_tree_eq (const location &loc, tree t, const char *expected) function in namespace:ana::selftest
4587 #define ASSERT_DUMP_TREE_EQ(T, EXPECTED) \
4589 assert_dump_tree_eq ((SELFTEST_LOCATION), (T), (EXPECTED)); \
4766 ASSERT_DUMP_TREE_EQ (rep, "&\"foo\"[0]");
4786 ASSERT_DUMP_TREE_EQ (rep, "a[3]");
4799 ASSERT_DUMP_TREE_EQ (rep, "a[0]");
4822 ASSERT_DUMP_TREE_EQ (rep, "c.x");
4832 ASSERT_DUMP_TREE_EQ (rep, "c.y");
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 7247 /* Implementation detail of ASSERT_DUMP_TREE_EQ. */
7250 assert_dump_tree_eq (const location &loc, tree t, const char *expected) function in namespace:ana::selftest
7261 #define ASSERT_DUMP_TREE_EQ(T, EXPECTED) \
7263 assert_dump_tree_eq ((SELFTEST_LOCATION), (T), (EXPECTED)); \
7440 ASSERT_DUMP_TREE_EQ (rep, "&\"foo\"[0]");
7461 ASSERT_DUMP_TREE_EQ (rep, "a[3]");
7474 ASSERT_DUMP_TREE_EQ (rep, "a[0]");
7498 ASSERT_DUMP_TREE_EQ (rep, "c.x");
7509 ASSERT_DUMP_TREE_EQ (rep, "c.y");

Completed in 141 milliseconds