Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp341 void Act() override { in Act() function
354 void Act() override { in Act() function
373 void Act() override { in Act() function
417 void Act() override { in Act() function
468 void Act() override { in Act() function
480 void Act() override { in Act() function
494 void Act() override { in Act() function
526 void Act() override { in Act() function
542 void Act() override { in Act() function
620 void Act() override { in Act() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp146 std::unique_ptr<FrontendAction> Act = CreateFrontendBaseAction(CI); in CreateFrontendAction() local
277 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); in ExecuteCompilerInvocation() local
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h46 unsigned Act; variable
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h41 const Action* Act; variable
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp371 auto Act = std::make_unique<IncrementalSyntaxOnlyAction>(ParentCI); in codeComplete() local
H A DIncrementalParser.cpp125 std::unique_ptr<FrontendAction> Act; in IncrementalAction() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1241 std::unique_ptr<TopLevelDeclTrackerAction> Act( in Parse() local
1635 FrontendAction *Act = Action; in LoadFromCompilerInvocationAction() local
2188 std::unique_ptr<SyntaxOnlyAction> Act) { in CodeComplete()
H A DPrecompiledPreamble.cpp513 auto Act = std::make_unique<PrecompilePreambleAction>( in Build() local
H A DCompilerInstance.cpp1010 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { in ExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp633 void Sema::PragmaStack<Sema::AlignPackInfo>::Act(SourceLocation PragmaLocation, in Act() function in Sema::PragmaStack::AlignPackInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp193 LegalizeAction Act = (IntVT == MVT::i32) ? Promote : Legal; in initSPUActions() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1634 void Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, in Act() function