/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DFAEmitter.cpp | 174 struct Action { struct 175 Record *R = nullptr; 176 unsigned I = 0; 177 std::string S; 180 Action(Record *R, unsigned I, std::string S) : R(R), I(I), S(S) {} in Action() argument 182 void print(raw_ostream &OS) const { in print() 190 bool operator<(const Action &Other) const { in operator <()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
H A D | asan_exceptions_test.cc | 5 class Action { class 7 Action() {} in Action() function in Action
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | Analysis.cpp | 99 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 120 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 152 LegalizeAction Action; member 340 LegalizeAction Action; variable 421 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf() 428 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() 435 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 442 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 451 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 459 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 469 LegalizeRuleSet &actionForTypeWithAnyImm(LegalizeAction Action, in actionForTypeWithAnyImm() 477 LegalizeAction Action, std::initializer_list<std::pair<LLT, LLT>> Types) { in actionForTypeWithAnyImm() [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | utdelete.c | 423 UINT32 Action) in AcpiUtUpdateRefCount() argument 550 UINT16 Action) in AcpiUtUpdateObjectReference() argument [all...] |
H A D | utstate.c | 216 UINT16 Action) in AcpiUtCreateUpdateState()
|
H A D | utosi.c | 377 AcpiUtUpdateInterfaces(UINT8 Action) AcpiUtUpdateInterfaces() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1750 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPParallelDirective() 2468 PrePostActionTy &Action) { in emitOMPSimdRegion() 2565 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPSimdDirective() 2955 PrePostActionTy &Action) { in emitInnerParallelForWhenCombined() 3013 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPTargetSimdDeviceFunction() 3026 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPTargetSimdDirective() 3421 &Privates](CodeGenFunction &CGF, PrePostActionTy &Action) { in emitScanBasedDirective() 3916 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPSingleDirective() 3944 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in emitMaster() 3982 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in emitMasked() [all …]
|
H A D | BackendUtil.cpp | 457 static CodeGenFileType getCodeGenFileType(BackendAction Action) { in getCodeGenFileType() 911 BackendAction Action, in AddEmitPasses() 939 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly() 1187 BackendAction Action, std::unique_ptr<raw_pwrite_stream> OS) { in EmitAssemblyWithNewPassManager() 1507 std::string ProfileRemapping, BackendAction Action) { in runThinLTOBackend() 1608 BackendAction Action, in EmitBackendOutput()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | Execution.cpp | 43 ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action) { in execute() 47 llvm::Error ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action, in execute()
|
H A D | Tooling.cpp | 289 std::unique_ptr<FrontendAction> Action; member in __anon911f7f8c0111::SingleFrontendActionFactory 292 SingleFrontendActionFactory(std::unique_ptr<FrontendAction> Action) in SingleFrontendActionFactory() 303 std::vector<std::string> CommandLine, ToolAction *Action, in ToolInvocation() 452 int ClangTool::run(ToolAction *Action) { in run() 601 ASTBuilderAction Action(ASTs); in buildASTs() local 629 ASTBuilderAction Action(ASTs); in buildASTFromCodeWithArgs() local
|
H A D | StandaloneExecution.cpp | 63 auto &Action = Actions.front(); in execute() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Util.h | 19 class Action; variable
|
H A D | Action.h | 129 Action(ActionClass Kind, types::ID Type) : Action(Kind, ActionList(), Type) {} in Action() function 130 Action(ActionClass Kind, Action *Input, types::ID Type) in Action() function 132 Action(ActionClass Kind, Action *Input) in Action() function 134 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 56 CompletionAction Action; in complete() local 86 CompletionAction Action; in getCompletionAction() local 145 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( in ElCompletionFn() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 45 raw_ostream &llvm::operator<<(raw_ostream &OS, LegalizeAction Action) { in operator <<() 311 const LegalizeAction Action = LLT2Action.second; in computeTables() local 473 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]}); in getAction() local 523 auto Action = getAction(MI, MRI).Action; in isLegalOrCustom() local 576 LegalizeAction Action = Vec[VecIdx].second; in findAction() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 135 auto Action = std::make_unique<PreprocessOnlyAction>(); in runInvocation() local 196 DependencyScanningAction Action(WorkingDirectory, Consumer, DepFS, in computeDependencies() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 217 PragmaMsStackAction Action = Sema::PSK_Reset; in ActOnPragmaOptionsAlign() local 273 PragmaClangSectionAction Action, in ActOnPragmaClangSection() 321 void Sema::ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action, in ActOnPragmaPack() 474 PragmaMsStackAction Action, in ActOnPragmaFloatControl() 533 void Sema::ActOnPragmaMSVtorDisp(PragmaMsStackAction Action, in ActOnPragmaMSVtorDisp() 544 PragmaMsStackAction Action, in Act() 659 PragmaMsStackAction Action, in ActOnPragmaMSSeg()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | DFAPacketizer.cpp | 58 unsigned Action = ItinActions[MID->getSchedClass()]; in canReserveResources() local 67 unsigned Action = ItinActions[MID->getSchedClass()]; in reserveResources() local
|
/netbsd-src/sys/external/bsd/acpica/dist/parser/ |
H A D | psxface.c | 393 UINT16 Action) in AcpiPsUpdateParameterList()
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpidump/ |
H A D | apmain.c | 365 AP_DUMP_ACTION *Action; in main() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 41 StringRef Action("unknown"); in CreateFrontendBaseAction() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
H A D | ClangRefactor.cpp | 255 RefactoringActionSubcommand(std::unique_ptr<RefactoringAction> Action, in RefactoringActionSubcommand() 307 std::unique_ptr<RefactoringAction> Action; member in __anond439ce910111::RefactoringActionSubcommand 354 for (const auto &Action : Actions) { in ClangRefactorTool() local 363 for (auto &Action : Actions) { in ClangRefactorTool() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 1338 MatchCallback *Action) { in addMatcher() 1350 MatchCallback *Action) { in addMatcher() 1356 MatchCallback *Action) { in addMatcher() 1368 MatchCallback *Action) { in addMatcher() 1374 MatchCallback *Action) { in addMatcher() 1380 MatchCallback *Action) { in addMatcher() 1386 MatchCallback *Action) { in addMatcher() 1392 MatchCallback *Action) { in addMatcher() 1398 MatchCallback *Action) { in addDynamicMatcher()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.cpp | 134 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in computeActionsTable() local 536 for (const ActionEntry &Action : Actions) { in emitExceptionTable() local 757 for (const ActionEntry &Action : Actions) { in emitExceptionTable() local
|