Home
last modified time | relevance | path

Searched refs:DO_SPECIAL (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
HDdirectives-only.c33 #define DO_SPECIAL (DO_LINE_SPECIAL | DO_BLOCK_COMMENT) macro
87 if (__builtin_expect (last_c == '#', false) && !(flags & DO_SPECIAL)) in _cpp_preprocess_dir_only()
124 && !(flags & DO_SPECIAL) && c != '*' && c != '/') in _cpp_preprocess_dir_only()
140 else if (!(flags & DO_SPECIAL) && last_c == '/') in _cpp_preprocess_dir_only()
142 else if (!(flags & DO_SPECIAL)) in _cpp_preprocess_dir_only()
149 if (!(flags & DO_SPECIAL)) in _cpp_preprocess_dir_only()
167 if (!(flags & DO_SPECIAL)) in _cpp_preprocess_dir_only()
184 if (!(flags & DO_SPECIAL)) in _cpp_preprocess_dir_only()
198 if (!(flags & DO_SPECIAL)) in _cpp_preprocess_dir_only()
211 if (!(flags & DO_SPECIAL)) in _cpp_preprocess_dir_only()