/freebsd-src/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 341 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() overrid function 542 void Act() override { Act() function 620 void Act() override { Act() function 643 void Act() override { Act() function [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 142 std::unique_ptr<FrontendAction> Act = CreateFrontendBaseAction(CI); CreateFrontendAction() local 269 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); ExecuteCompilerInvocation() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CodeGenAction.h | 46 unsigned Act; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | InputInfo.h | 41 const Action* Act; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | CodeCompletion.cpp | 371 auto Act = std::make_unique<IncrementalSyntaxOnlyAction>(ParentCI); in codeComplete() local
|
H A D | IncrementalParser.cpp | 125 std::unique_ptr<FrontendAction> Act; in IncrementalAction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1229 std::unique_ptr<TopLevelDeclTrackerAction> Act( Parse() local 1622 FrontendAction *Act = Action; LoadFromCompilerInvocationAction() local 2175 CodeComplete(StringRef File,unsigned Line,unsigned Column,ArrayRef<RemappedFile> RemappedFiles,bool IncludeMacros,bool IncludeCodePatterns,bool IncludeBriefComments,CodeCompleteConsumer & Consumer,std::shared_ptr<PCHContainerOperations> PCHContainerOps,DiagnosticsEngine & Diag,LangOptions & LangOpts,SourceManager & SourceMgr,FileManager & FileMgr,SmallVectorImpl<StoredDiagnostic> & StoredDiagnostics,SmallVectorImpl<const llvm::MemoryBuffer * > & OwnedBuffers,std::unique_ptr<SyntaxOnlyAction> Act) CodeComplete() argument [all...] |
H A D | PrecompiledPreamble.cpp | 512 auto Act = std::make_unique<PrecompilePreambleAction>( Build() local
|
H A D | CompilerInstance.cpp | 1011 ExecuteAction(FrontendAction & Act) ExecuteAction() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 620 void Sema::PragmaStack<Sema::AlignPackInfo>::Act(SourceLocation PragmaLocation, Act() function in Sema::PragmaStack::AlignPackInfo [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 193 LegalizeAction Act = (IntVT == MVT::i32) ? Promote : Legal; in initSPUActions() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 849 for (const auto &Act : C.getActions()) { UseRelaxAll() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 608 void Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, Act() function
|