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