Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
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()
Dfix-header.c88 int stdinc ATTRIBUTE_UNUSED) in TARGET_EXTRA_INCLUDES()
97 int stdinc ATTRIBUTE_UNUSED) in TARGET_EXTRA_PRE_INCLUDES()
/freebsd-12-stable/contrib/gcc/config/
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()
/freebsd-12-stable/contrib/tcpdump/
Dconfigure.ac853 AC_CHECK_HEADERS(pcap/bluetooth.h,,,[#include "netdissect-stdinc.h"])
854 AC_CHECK_HEADERS(pcap/nflog.h,,,[#include "netdissect-stdinc.h"])
855 AC_CHECK_HEADERS(pcap/usb.h,,,[#include "netdissect-stdinc.h"])
Dconfigure.in867 AC_CHECK_HEADERS(pcap/bluetooth.h,,,[#include "netdissect-stdinc.h"])
868 AC_CHECK_HEADERS(pcap/nflog.h,,,[#include "netdissect-stdinc.h"])
869 AC_CHECK_HEADERS(pcap/usb.h,,,[#include "netdissect-stdinc.h"])
DMakefile.in299 netdissect-stdinc.h \
/freebsd-12-stable/contrib/libpcap/
DINSTALL.md337 pcap-stdinc.h - includes and #defines for compiling on Win32 systems
/freebsd-12-stable/contrib/gcc/doc/
Dtm.texi9844 …void TARGET_EXTRA_INCLUDES (const char *@var{sysroot}, const char *@var{iprefix}, int @var{stdinc})
9846 target. The parameter @var{stdinc} indicates if normal include files
9851 … TARGET_EXTRA_PRE_INCLUDES (const char *@var{sysroot}, const char *@var{iprefix}, int @var{stdinc})
9853 target before any standard headers. The parameter @var{stdinc}
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td855 def cl_no_stdinc : Flag<["-"], "cl-no-stdinc">, Group<opencl_Group>,