| /NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/ |
| HD | CompilerInstance.h | 73 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable 229 bool hasInvocation() const { return Invocation != nullptr; } in hasInvocation() 232 assert(Invocation && "Compiler instance has no invocation!"); in getInvocation() 233 return *Invocation; in getInvocation() 253 return Invocation->getAnalyzerOpts(); in getAnalyzerOpts() 257 return Invocation->getCodeGenOpts(); in getCodeGenOpts() 260 return Invocation->getCodeGenOpts(); in getCodeGenOpts() 264 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts() 267 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts() 271 return Invocation->getDiagnosticOpts(); in getDiagnosticOpts() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Tooling/ |
| HD | Tooling.cpp | 97 clang::CompilerInvocation *Invocation = new clang::CompilerInvocation; in newInvocation() local 99 *Invocation, CC1Args.data() + 1, CC1Args.data() + CC1Args.size(), in newInvocation() 101 Invocation->getFrontendOpts().DisableFree = false; in newInvocation() 102 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation() 103 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in newInvocation() 104 return Invocation; in newInvocation() 135 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), in runToolOnCodeWithArgs() local 139 Invocation.mapVirtualFile(FileNameRef, in runToolOnCodeWithArgs() 143 Invocation.mapVirtualFile(FilenameWithContent.first, in runToolOnCodeWithArgs() 147 return Invocation.run(); in runToolOnCodeWithArgs() [all …]
|
| /NextBSD/sys/contrib/dev/acpica/components/debugger/ |
| HD | dbinput.c | 361 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local 367 if (*Invocation != ' ') in AcpiDbMatchCommandHelp() 372 while (*Invocation == ' ') in AcpiDbMatchCommandHelp() 374 Invocation++; in AcpiDbMatchCommandHelp() 379 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp() 381 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp() 386 Invocation++; in AcpiDbMatchCommandHelp() 395 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description); in AcpiDbMatchCommandHelp() 428 while (Next->Invocation) in AcpiDbDisplayCommandInfo() 466 while (Next->Invocation) in AcpiDbDisplayHelp() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| HD | ModelInjector.cpp | 66 IntrusiveRefCntPtr<CompilerInvocation> Invocation( in onBodySynthesis() local 69 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis() 75 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0; in onBodySynthesis() 80 Instance.setInvocation(&*Invocation); in onBodySynthesis()
|
| /NextBSD/contrib/llvm/tools/llvm-cov/ |
| HD | llvm-cov.cpp | 71 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local 72 argv[1] = Invocation.c_str(); in main()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTUnit.cpp | 248 if (Invocation.get() && OwnsRemappedFileBuffers) { in ~ASTUnit() 249 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() 1036 if (!Invocation) in Parse() 1048 CCInvocation(new CompilerInvocation(*Invocation)); in Parse() 1189 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, unsigned MaxLines) { in ComputePreamble() argument 1190 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in ComputePreamble() 1191 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble() 1240 *Invocation.getLangOpts(), MaxLines); in ComputePreamble() 1674 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName() 1675 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName() [all …]
|
| HD | CompilerInstance.cpp | 57 : ModuleLoader(BuildingModule), Invocation(new CompilerInvocation()), in CompilerInstance() 67 Invocation = Value; in setInvocation() 875 IntrusiveRefCntPtr<CompilerInvocation> Invocation in compileModuleImpl() local 878 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() 882 Invocation->getLangOpts()->resetNonModularOptions(); in compileModuleImpl() 887 const HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts(); in compileModuleImpl() 897 Invocation->getLangOpts()->CurrentModule = Module->getTopLevelModuleName(); in compileModuleImpl() 911 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in compileModuleImpl() 916 InputKind IK = getSourceInputKindFromOptions(*Invocation->getLangOpts()); in compileModuleImpl() 921 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0; in compileModuleImpl() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Tooling/ |
| HD | Tooling.h | 72 runInvocation(clang::CompilerInvocation *Invocation, FileManager *Files, 88 bool runInvocation(clang::CompilerInvocation *Invocation, FileManager *Files, 258 clang::CompilerInvocation *Invocation,
|
| /NextBSD/contrib/ntp/ntpdc/ |
| HD | invoke-ntpdc.menu | 1 * ntpdc Invocation:: Invoking ntpdc
|
| /NextBSD/contrib/ntp/scripts/ |
| HD | invoke-summary.menu | 1 * summary Invocation:: Invoking summary
|
| HD | invoke-plot_summary.menu | 1 * plot_summary Invocation:: Invoking plot_summary
|
| HD | summary.texi | 37 * summary Invocation:: Invoking summary
|
| HD | plot_summary.texi | 37 * plot_summary Invocation:: Invoking plot_summary
|
| /NextBSD/contrib/ntp/ntpsnmpd/ |
| HD | invoke-ntpsnmpd.menu | 1 * ntpsnmpd Invocation:: Invoking ntpsnmpd
|
| /NextBSD/contrib/ntp/sntp/ |
| HD | invoke-sntp.menu | 1 * sntp Invocation:: Invoking sntp
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | invoke-ntpd.menu | 1 * ntpd Invocation:: Invoking ntpd
|
| /NextBSD/contrib/ntp/scripts/ntptrace/ |
| HD | invoke-ntptrace.menu | 1 * ntptrace Invocation:: Invoking ntptrace
|
| /NextBSD/contrib/ntp/scripts/calc_tickadj/ |
| HD | invoke-calc_tickadj.menu | 1 * calc_tickadj Invocation:: Invoking calc_tickadj
|
| HD | calc_tickadj.texi | 34 * calc_tickadj Invocation:: Invoking calc_tickadj
|
| /NextBSD/contrib/ntp/ntpq/ |
| HD | invoke-ntpq.menu | 1 * ntpq Invocation:: Invoking ntpq
|
| /NextBSD/contrib/ntp/scripts/ntpsweep/ |
| HD | invoke-ntpsweep.menu | 1 * ntpsweep Invocation:: Invoking ntpsweep
|
| /NextBSD/contrib/ntp/util/ |
| HD | invoke-ntp-keygen.menu | 1 * ntp-keygen Invocation:: Invoking ntp-keygen
|
| /NextBSD/contrib/ntp/scripts/update-leap/ |
| HD | invoke-update-leap.menu | 1 * update-leap Invocation:: Invoking update-leap
|
| /NextBSD/contrib/ntp/scripts/ntp-wait/ |
| HD | invoke-ntp-wait.menu | 1 * ntp-wait Invocation:: Invoking ntp-wait
|
| /NextBSD/contrib/gcc/doc/ |
| HD | cppenv.texi | 61 (@pxref{Invocation}), 75 @xref{Invocation}.
|