| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 242 return *Invocation; in getInvocation() 262 return Invocation->getAnalyzerOpts(); in getAnalyzerOpts() 266 return Invocation->getCodeGenOpts(); in getCodeGenOpts() 269 return Invocation->getCodeGenOpts(); in getCodeGenOpts() 280 return Invocation->getDiagnosticOpts(); in getDiagnosticOpts() 294 return Invocation->getFrontendOpts(); in getFrontendOpts() 297 return Invocation->getFrontendOpts(); in getFrontendOpts() 311 return *Invocation->getLangOpts(); in getLangOpts() 314 return *Invocation->getLangOpts(); in getLangOpts() 332 return Invocation->getTargetOpts(); in getTargetOpts() [all …]
|
| H A D | PrecompiledPreamble.h | 80 Build(const CompilerInvocation &Invocation, 100 bool CanReuse(const CompilerInvocation &Invocation,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 125 Invocation->getFrontendOpts().DisableFree = false; in newInvocation() 126 Invocation->getCodeGenOpts().DisableFree = false; in newInvocation() 127 return Invocation; in newInvocation() 168 ToolInvocation Invocation( in runToolOnCodeWithArgs() local 172 return Invocation.run(); in runToolOnCodeWithArgs() 320 std::unique_ptr<CompilerInvocation> Invocation( in run() local 355 Compiler.setInvocation(std::move(Invocation)); in runInvocation() 519 if (!Invocation.run()) { in run() 549 Invocation, std::move(PCHContainerOps), in runInvocation() 597 ToolInvocation Invocation( in buildASTFromCodeWithArgs() local [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbinput.c | 482 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local 488 if (*Invocation != ' ') in AcpiDbMatchCommandHelp() 493 while (*Invocation == ' ') in AcpiDbMatchCommandHelp() 495 Invocation++; in AcpiDbMatchCommandHelp() 500 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp() 502 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp() 507 Invocation++; in AcpiDbMatchCommandHelp() 516 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description); in AcpiDbMatchCommandHelp() 549 while (Next->Invocation) in AcpiDbDisplayCommandInfo() 589 while (Next->Invocation) in AcpiDbDisplayHelp() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 66 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local 68 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis() 74 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0; in onBodySynthesis() 79 Instance.setInvocation(std::move(Invocation)); in onBodySynthesis()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | llvm-cov.cpp | 81 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local 82 argv[1] = Invocation.c_str(); in main()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 261 if (Invocation && OwnsRemappedFileBuffers) { in ~ASTUnit() 1079 if (!Invocation) in Parse() 1440 if (Invocation && !Invocation->getFrontendOpts().Inputs.empty()) { in getMainFileName() 1476 AST->Invocation = std::move(CI); in create() 1635 if (!Invocation) in LoadFromCompilerInvocation() 1642 Invocation->getFrontendOpts().DisableFree = false; in LoadFromCompilerInvocation() 1683 AST->Invocation = std::move(CI); in LoadFromCompilerInvocation() 1769 AST->Invocation = CI; in LoadFromCommandLine() 1799 if (!Invocation) in Reparse() 1817 Invocation->getPreprocessorOpts().clearRemappedFiles(); in Reparse() [all …]
|
| H A D | CompilerInstance.cpp | 63 Invocation(new CompilerInvocation()), in CompilerInstance() 77 Invocation = std::move(Value); in setInvocation() 1035 auto Invocation = local 1042 Invocation->getLangOpts()->resetNonModularOptions(); 1058 Invocation->getLangOpts()->ModuleName = 1062 Invocation->getLangOpts()->CurrentModule = ModuleName; 1077 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); 1090 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0; 1092 Invocation->getModuleHash() && "Module hash mismatch!"); 1100 auto &Inv = *Invocation; [all …]
|
| H A D | PrecompiledPreamble.cpp | 233 const CompilerInvocation &Invocation, in Build() argument 241 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in Build() 411 bool PrecompiledPreamble::CanReuse(const CompilerInvocation &Invocation, in CanReuse() argument 420 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in CanReuse()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 80 runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 97 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, 286 std::shared_ptr<CompilerInvocation> Invocation,
|
| /freebsd-12.1/contrib/ntp/ntpq/ |
| H A D | invoke-ntpq.menu | 1 * ntpq Invocation:: Invoking ntpq
|
| /freebsd-12.1/contrib/ntp/ntpsnmpd/ |
| H A D | invoke-ntpsnmpd.menu | 1 * ntpsnmpd Invocation:: Invoking ntpsnmpd
|
| /freebsd-12.1/contrib/ntp/ntpdc/ |
| H A D | invoke-ntpdc.menu | 1 * ntpdc Invocation:: Invoking ntpdc
|
| /freebsd-12.1/contrib/ntp/scripts/ntptrace/ |
| H A D | invoke-ntptrace.menu | 1 * ntptrace Invocation:: Invoking ntptrace
|
| /freebsd-12.1/contrib/ntp/scripts/ntpsweep/ |
| H A D | invoke-ntpsweep.menu | 1 * ntpsweep Invocation:: Invoking ntpsweep
|
| /freebsd-12.1/contrib/ntp/sntp/ |
| H A D | invoke-sntp.menu | 1 * sntp Invocation:: Invoking sntp
|
| /freebsd-12.1/contrib/ntp/scripts/calc_tickadj/ |
| H A D | invoke-calc_tickadj.menu | 1 * calc_tickadj Invocation:: Invoking calc_tickadj
|
| /freebsd-12.1/contrib/ntp/scripts/ |
| H A D | invoke-plot_summary.menu | 1 * plot_summary Invocation:: Invoking plot_summary
|
| H A D | invoke-summary.menu | 1 * summary Invocation:: Invoking summary
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | invoke-ntpd.menu | 1 * ntpd Invocation:: Invoking ntpd
|
| /freebsd-12.1/contrib/ntp/scripts/ntp-wait/ |
| H A D | invoke-ntp-wait.menu | 1 * ntp-wait Invocation:: Invoking ntp-wait
|
| /freebsd-12.1/contrib/ntp/scripts/update-leap/ |
| H A D | invoke-update-leap.menu | 1 * update-leap Invocation:: Invoking update-leap
|
| /freebsd-12.1/contrib/ntp/util/ |
| H A D | invoke-ntp-keygen.menu | 1 * ntp-keygen Invocation:: Invoking ntp-keygen
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | cppenv.texi | 61 (@pxref{Invocation}), 75 @xref{Invocation}.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticRefactoringKinds.td | 16 let CategoryName = "Refactoring Invocation Issue" in {
|