HomeSort by: relevance | last modified time | path
    Searched defs:stdlib (Results 1 - 4 of 4) sorted by relevancy

  /src/tools/llvm/
Makefile 29 if ${HOST_CXX} -stdlib=libc++ -c -fmodules -fcxx-modules -fmodules-cache-path=./module.cache \
  /src/external/gpl3/gcc/dist/gcc/c-family/
known-headers.cc 31 enum stdlib enum
41 (or NULL, for names that aren't in a header for a particular stdlib). */
58 get_string_macro_hint (const char *name, enum stdlib lib)
96 get_stdlib_header_for_name (const char *name, enum stdlib lib)
163 /* <stdlib.h> and <cstdlib>. */
164 {"EXIT_FAILURE", {"<stdlib.h>", "<cstdlib>"} },
165 {"EXIT_SUCCESS", {"<stdlib.h>", "<cstdlib>"} },
166 {"abort", {"<stdlib.h>", "<cstdlib>"} },
167 {"atexit", {"<stdlib.h>", "<cstdlib>"} },
168 {"calloc", {"<stdlib.h>", "<cstdlib>"} }
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
known-headers.cc 31 enum stdlib enum
41 (or NULL, for names that aren't in a header for a particular stdlib). */
58 get_string_macro_hint (const char *name, enum stdlib lib)
97 get_stdlib_header_for_name (const char *name, enum stdlib lib)
164 /* <stdlib.h> and <cstdlib>. */
165 {"EXIT_FAILURE", {"<stdlib.h>", "<cstdlib>"} },
166 {"EXIT_SUCCESS", {"<stdlib.h>", "<cstdlib>"} },
167 {"abort", {"<stdlib.h>", "<cstdlib>"} },
168 {"atexit", {"<stdlib.h>", "<cstdlib>"} },
169 {"calloc", {"<stdlib.h>", "<cstdlib>"} }
    [all...]
  /src/external/bsd/pcc/dist/pcc/driver/
driver.h 66 int stdlib; member in struct:options

Completed in 14 milliseconds