Searched refs:should_stack_file (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | files.c | 176 static bool should_stack_file (cpp_reader *, _cpp_file *file, bool import); 688 should_stack_file (cpp_reader *pfile, _cpp_file *file, bool import) in should_stack_file() function 801 if (!should_stack_file (pfile, file, import)) in _cpp_stack_file()
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | files.c | 179 static bool should_stack_file (cpp_reader *, _cpp_file *file, bool import, 785 should_stack_file (cpp_reader *pfile, _cpp_file *file, bool import, in should_stack_file() function 900 if (!should_stack_file (pfile, file, import, loc)) in _cpp_stack_file()
|