Searched refs:identifier_ptr (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | function-tests.c | 125 const char *identifier_ptr = IDENTIFIER_POINTER (declname); in test_fndecl_int_void() local 126 ASSERT_NE (name, identifier_ptr); in test_fndecl_int_void() 127 ASSERT_EQ (0, strcmp ("test_fndecl_int_void", identifier_ptr)); in test_fndecl_int_void() 165 const char *identifier_ptr = IDENTIFIER_POINTER (declname); in test_fndecl_float_intchar() local 166 ASSERT_NE (name, identifier_ptr); in test_fndecl_float_intchar() 167 ASSERT_EQ (0, strcmp (name, identifier_ptr)); in test_fndecl_float_intchar()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | function-tests.cc | 126 const char *identifier_ptr = IDENTIFIER_POINTER (declname); in test_fndecl_int_void() local 127 ASSERT_NE (name, identifier_ptr); in test_fndecl_int_void() 128 ASSERT_EQ (0, strcmp ("test_fndecl_int_void", identifier_ptr)); in test_fndecl_int_void() 166 const char *identifier_ptr = IDENTIFIER_POINTER (declname); in test_fndecl_float_intchar() local 167 ASSERT_NE (name, identifier_ptr); in test_fndecl_float_intchar() 168 ASSERT_EQ (0, strcmp (name, identifier_ptr)); in test_fndecl_float_intchar()
|