Searched refs:iprefix (Results 1 – 12 of 12) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | c-incpath.c | 126 add_standard_paths (const char *sysroot, const char *iprefix, in add_standard_paths() argument 132 if (iprefix && (len = cpp_GCC_INCLUDE_DIR_len) != 0) in add_standard_paths() 148 char *str = concat (iprefix, p->fname + len, NULL); in add_standard_paths() 369 const char *iprefix, const char *imultilib, in register_include_chains() argument 388 target_c_incpath.extra_pre_includes (sysroot, iprefix, stdinc); in register_include_chains() 392 add_standard_paths (sysroot, iprefix, imultilib, cxx_stdinc); in register_include_chains() 394 target_c_incpath.extra_includes (sysroot, iprefix, stdinc); in register_include_chains() 403 const char *iprefix ATTRIBUTE_UNUSED, in hook_void_charptr_charptr_int()
|
| HD | c-opts.c | 84 static const char *iprefix; variable 866 iprefix = arg; in c_common_handle_option() 1026 register_include_chains (parse_in, sysroot, iprefix, imultilib, in c_common_post_options() 1412 prefix = iprefix ? iprefix : cpp_GCC_INCLUDE_DIR; in add_prefixed_path() 1413 prefix_len = iprefix ? strlen (iprefix) : cpp_GCC_INCLUDE_DIR_len; in add_prefixed_path()
|
| HD | fix-header.c | 87 const char *iprefix ATTRIBUTE_UNUSED, in TARGET_EXTRA_INCLUDES() 96 const char *iprefix ATTRIBUTE_UNUSED, in TARGET_EXTRA_PRE_INCLUDES()
|
| HD | c.opt | 834 iprefix 836 -iprefix <path> Specify <path> as a prefix for next two options
|
| HD | ONEWS | 961 -iprefix PREFIX
|
| HD | ChangeLog-2003 | 303 * doc/cppopts.texi: Use of -idirafter, -iprefix, -iwithprefix, and 31328 (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
|
| HD | ChangeLog-1999 | 13541 * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
|
| /trueos/contrib/gcc/config/ |
| HD | darwin-c.c | 468 darwin_register_objc_includes (const char *sysroot, const char *iprefix, in darwin_register_objc_includes() argument 488 if (iprefix && (len = cpp_GCC_INCLUDE_DIR_len) != 0 && !sysroot in darwin_register_objc_includes() 491 str = concat (iprefix, fname + len, NULL); in darwin_register_objc_includes() 513 const char *iprefix ATTRIBUTE_UNUSED, int stdinc) in darwin_register_frameworks()
|
| /trueos/contrib/gcc/doc/ |
| HD | cppopts.texi | 464 @item -iprefix @var{prefix} 465 @opindex iprefix 475 @option{-iprefix}, and add the resulting directory to the include search
|
| HD | tm.texi | 9844 @deftypefn Macro void TARGET_EXTRA_INCLUDES (const char *@var{sysroot}, const char *@var{iprefix}, … 9848 The parameter @var{iprefix} is the prefix for the gcc directory. 9851 …d TARGET_EXTRA_PRE_INCLUDES (const char *@var{sysroot}, const char *@var{iprefix}, int @var{stdinc… 9856 @var{iprefix} is the prefix for the gcc directory.
|
| HD | invoke.texi | 356 -iprefix @var{file} -iwithprefix @var{dir} @gol 6957 Substitute any of @option{-iprefix} (made from @env{GCC_EXEC_PREFIX}),
|
| /trueos/contrib/llvm/tools/clang/include/clang/Driver/ |
| HD | Options.td | 928 def iprefix : JoinedOrSeparate<["-"], "iprefix">, Group<clang_i_Group>, Flags<[CC1Option]>, 1353 def _include_prefix_EQ : Joined<["--"], "include-prefix=">, Alias<iprefix>; 1354 def _include_prefix : Separate<["--"], "include-prefix">, Alias<iprefix>;
|