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

  /src/external/bsd/pcc/dist/pcc/driver/
driver.h 63 const char * isysroot; member in struct:options
  /src/external/bsd/pcc/dist/pcc/cc/driver/
driver.c 64 const char *isysroot = NULL; variable
143 const char *sysroots[] = { sysroot, isysroot, isysroot, isysroot,
666 if (strcmp(argp, "-isysroot") == 0) {
671 isysroot = argp;
828 if (isysroot == NULL)
829 isysroot = sysroot;
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h 467 StringRef isysroot, const std::string &OutputFile);
544 ASTFileSignature WriteASTCore(Sema &SemaRef, StringRef isysroot,
577 /// \param isysroot if non-empty, write a relocatable file whose headers
584 Module *WritingModule, StringRef isysroot,
768 std::string isysroot; member in class:clang::PCHGenerator
783 StringRef OutputFile, StringRef isysroot,
ASTReader.h 934 std::string isysroot; member in class:clang::ASTReader
1477 /// \param isysroot If non-NULL, the system include path specified by the
1504 StringRef isysroot = "",
  /src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c 157 char *sysroot = "", *isysroot; variable
634 } else if (match(argp, "-isysroot")) {
635 isysroot = nxtopt(0);
971 if (isysroot == NULL)
972 isysroot = sysroot;
1540 const char *sysroots[] = { sysroot, isysroot, isysroot, isysroot,
1541 sysroot, sysroot, isysroot, NULL };

Completed in 21 milliseconds