Searched refs:_cpp_create_definition (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | internal.h | 603 extern bool _cpp_create_definition (cpp_reader *, cpp_hashnode *);
|
| HD | pch.c | 853 if (!_cpp_create_definition (r, h)) in cpp_read_state()
|
| HD | directives.c | 583 if (_cpp_create_definition (pfile, node)) in do_define() 2441 if (!_cpp_create_definition (pfile, h)) in cpp_pop_definition()
|
| HD | macro.c | 2938 _cpp_create_definition (cpp_reader *pfile, cpp_hashnode *node) in _cpp_create_definition() function
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | internal.h | 626 extern bool _cpp_create_definition (cpp_reader *, cpp_hashnode *);
|
| HD | pch.c | 868 if (!_cpp_create_definition (r, h)) in cpp_read_state()
|
| HD | directives.c | 644 if (_cpp_create_definition (pfile, node)) in do_define() 2540 if (!_cpp_create_definition (pfile, h)) in cpp_pop_definition()
|
| HD | macro.c | 3455 _cpp_create_definition (cpp_reader *pfile, cpp_hashnode *node) in _cpp_create_definition() function
|