Home
last modified time | relevance | path

Searched refs:stdinc (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-incpath.c370 int stdinc, int cxx_stdinc, int verbose) in register_include_chains() argument
388 target_c_incpath.extra_pre_includes (sysroot, iprefix, stdinc); in register_include_chains()
391 if (stdinc) in register_include_chains()
394 target_c_incpath.extra_includes (sysroot, iprefix, stdinc); in register_include_chains()
404 int stdinc ATTRIBUTE_UNUSED) in hook_void_charptr_charptr_int()
H A Dfix-header.c88 int stdinc ATTRIBUTE_UNUSED) in TARGET_EXTRA_INCLUDES()
97 int stdinc ATTRIBUTE_UNUSED) in TARGET_EXTRA_PRE_INCLUDES()
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin-c.c469 int stdinc) in darwin_register_objc_includes() argument
474 if (!stdinc) in darwin_register_objc_includes()
513 const char *iprefix ATTRIBUTE_UNUSED, int stdinc) in darwin_register_frameworks() argument
515 if (stdinc) in darwin_register_frameworks()
/openbsd-src/gnu/llvm/clang/docs/
H A DUsersManual.rst3359 .. option:: -cl-no-stdinc
3369 $ clang -cl-std=CL2.0 -cl-no-stdinc test.cl
3478 by using flag :option:`-cl-no-stdinc`.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dtm.texi9890 …void TARGET_EXTRA_INCLUDES (const char *@var{sysroot}, const char *@var{iprefix}, int @var{stdinc})
9892 target. The parameter @var{stdinc} indicates if normal include files
9897 … TARGET_EXTRA_PRE_INCLUDES (const char *@var{sysroot}, const char *@var{iprefix}, int @var{stdinc})
9899 target before any standard headers. The parameter @var{stdinc}
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td905 def cl_no_stdinc : Flag<["-"], "cl-no-stdinc">, Group<opencl_Group>,
7095 def dxc_no_stdinc : DXCFlag<"hlsl-no-stdinc">,