Searched refs:linemap_assert_fails (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h554 if (linemap_assert_fails(EXPR)) handle_error(); */
555 #define linemap_assert_fails(EXPR) __extension__ \ macro
561 #define linemap_assert_fails(EXPR) (! (EXPR)) macro
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h556 if (linemap_assert_fails(EXPR)) handle_error(); */
557 #define linemap_assert_fails(EXPR) __extension__ \ macro
563 #define linemap_assert_fails(EXPR) (! (EXPR)) macro
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c929 if (linemap_assert_fails (r <= set->highest_location)
930 || linemap_assert_fails (map == linemap_lookup (set, r)))
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc1003 if (linemap_assert_fails (r <= set->highest_location)
1004 || linemap_assert_fails (map == linemap_lookup (set, r)))

Completed in 95 milliseconds