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

  /src/external/gpl3/gcc/dist/gcc/
selftest.h 70 /* Implementation detail of ASSERT_STREQ. */
72 extern void assert_streq (const location &loc,
447 #define ASSERT_STREQ(VAL1, VAL2) \
449 ::selftest::assert_streq (SELFTEST_LOCATION, #VAL1, #VAL2, \
453 /* Like ASSERT_STREQ, but treat LOC as the effective location of the
458 ::selftest::assert_streq ((LOC), #VAL1, #VAL2, \
  /src/external/gpl3/gcc.old/dist/gcc/
selftest.h 68 /* Implementation detail of ASSERT_STREQ. */
70 extern void assert_streq (const location &loc,
428 #define ASSERT_STREQ(VAL1, VAL2) \
430 ::selftest::assert_streq (SELFTEST_LOCATION, #VAL1, #VAL2, \
434 /* Like ASSERT_STREQ, but treat LOC as the effective location of the
439 ::selftest::assert_streq ((LOC), #VAL1, #VAL2, \
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 2105 #define ASSERT_STREQ(s1, s2) \

Completed in 16 milliseconds