Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
Dllvm-stress.cpp345 void Act() override { in Act() function
359 void Act() override { in Act() function
379 void Act() override { in Act() function
423 void Act() override { in Act() function
474 void Act() override { in Act() function
486 void Act() override { in Act() function
503 void Act() override { in Act() function
531 void Act() override { in Act() function
550 void Act() override { in Act() function
630 void Act() override { in Act() function
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp139 std::unique_ptr<FrontendAction> Act = CreateFrontendBaseAction(CI); in CreateFrontendAction() local
275 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); in ExecuteCompilerInvocation() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Interpreter/
DIncrementalParser.cpp52 std::unique_ptr<FrontendAction> Act; in IncrementalAction() local
220 static CodeGenerator *getCodeGen(FrontendAction *Act) { in getCodeGen()
DIncrementalParser.h42 std::unique_ptr<IncrementalAction> Act; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
DCodeGenAction.h46 unsigned Act; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DInputInfo.h41 const Action* Act; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DASTUnit.cpp1196 std::unique_ptr<TopLevelDeclTrackerAction> Act( in Parse() local
1588 FrontendAction *Act = Action; in LoadFromCompilerInvocationAction() local
2264 std::unique_ptr<SyntaxOnlyAction> Act; in CodeComplete() local
DPrecompiledPreamble.cpp412 std::unique_ptr<PrecompilePreambleAction> Act; in Build() local
DCompilerInstance.cpp933 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { in ExecuteAction()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaAttr.cpp543 void Sema::PragmaStack<Sema::AlignPackInfo>::Act(SourceLocation PragmaLocation, in Act() function in Sema::PragmaStack::AlignPackInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp190 LegalizeAction Act = (IntVT == MVT::i32) ? Promote : Legal; in initSPUActions() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp998 for (const auto &Act : C.getActions()) { in UseRelaxAll() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h604 void Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, in Act() function