/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 341 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 D | ExecuteCompilerInvocation.cpp | 139 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 D | IncrementalParser.cpp | 51 std::unique_ptr<FrontendAction> Act; in IncrementalAction() local 186 static CodeGenerator *getCodeGen(FrontendAction *Act) { in getCodeGen()
|
H A D | IncrementalParser.h | 42 std::unique_ptr<IncrementalAction> Act; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | CodeGenAction.h | 46 unsigned Act; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | InputInfo.h | 41 const Action* Act; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/ |
H A D | main.cpp | 210 std::unique_ptr<CodeGenAction> Act(new EmitLLVMOnlyAction()); in main() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1195 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 D | PrecompiledPreamble.cpp | 412 std::unique_ptr<PrecompilePreambleAction> Act; in Build() local
|
H A D | CompilerInstance.cpp | 925 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { in ExecuteAction()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 543 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 D | VEISelLowering.cpp | 189 LegalizeAction Act = (IntVT == MVT::i32) ? Promote : Legal; in initSPUActions() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 992 for (const auto &Act : C.getActions()) { in UseRelaxAll() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 601 void Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, in Act() function
|