Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dknown-headers.h23 extern const char *get_c_stdlib_header_for_name (const char *name);
H A Dknown-headers.cc168 get_c_stdlib_header_for_name (const char *name) in get_c_stdlib_header_for_name() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dknown-headers.h23 extern const char *get_c_stdlib_header_for_name (const char *name);
H A Dknown-headers.cc270 get_c_stdlib_header_for_name (const char *name) in get_c_stdlib_header_for_name() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4259 = get_c_stdlib_header_for_name (IDENTIFIER_POINTER (name)); in lookup_name_fuzzy()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc4323 = get_c_stdlib_header_for_name (IDENTIFIER_POINTER (name)); in lookup_name_fuzzy()
H A DChangeLog3311 (lookup_name_fuzzy): Call get_c_stdlib_header_for_name rather