Home
last modified time | relevance | path

Searched defs:Act (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp341 void Act() override { in Act() function
355 void Act() override { in Act() function
375 void Act() override { in Act() function
419 void Act() override { in Act() function
470 void Act() override { in Act() function
482 void Act() override { in Act() function
499 void Act() override { in Act() function
527 void Act() override { in Act() function
546 void Act() override { in Act() function
626 void Act() override { in Act() function
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp139 std::unique_ptr<FrontendAction> Act = CreateFrontendBaseAction(CI); in CreateFrontendAction() local
275 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); in ExecuteCompilerInvocation() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp51 std::unique_ptr<FrontendAction> Act; in IncrementalAction() local
186 static CodeGenerator *getCodeGen(FrontendAction *Act) { in getCodeGen()
H A DIncrementalParser.h42 std::unique_ptr<IncrementalAction> Act; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenAction.h46 unsigned Act; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DInputInfo.h41 const Action* Act; variable
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp210 std::unique_ptr<CodeGenAction> Act(new EmitLLVMOnlyAction()); in main() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1195 std::unique_ptr<TopLevelDeclTrackerAction> Act( in Parse() local
1587 FrontendAction *Act = Action; in LoadFromCompilerInvocationAction() local
2263 std::unique_ptr<SyntaxOnlyAction> Act; in CodeComplete() local
H A DPrecompiledPreamble.cpp412 std::unique_ptr<PrecompilePreambleAction> Act; in Build() local
H A DCompilerInstance.cpp925 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp543 void Sema::PragmaStack<Sema::AlignPackInfo>::Act(SourceLocation PragmaLocation, in Act() function in Sema::PragmaStack::AlignPackInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp189 LegalizeAction Act = (IntVT == MVT::i32) ? Promote : Legal; in initSPUActions() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp992 for (const auto &Act : C.getActions()) { in UseRelaxAll() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h601 void Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, in Act() function