/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 299 void Act() override { in Act() function 309 void Act() override { in Act() function 328 void Act() override { in Act() function 371 void Act() override { in Act() function 418 void Act() override { in Act() function 428 void Act() override { in Act() function 440 void Act() override { in Act() function 469 void Act() override { in Act() function 484 void Act() override { in Act() function 571 void Act() override { in Act() function [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 344 void Act() override { in Act() function 356 void Act() override { in Act() function 376 void Act() override { in Act() function 420 void Act() override { in Act() function 471 void Act() override { in Act() function 483 void Act() override { in Act() function 497 void Act() override { in Act() function 525 void Act() override { in Act() function 541 void Act() override { in Act() function 621 void Act() override { in Act() function [all …]
|
/external/clang/lib/FrontendTool/ |
D | ExecuteCompilerInvocation.cpp | 123 std::unique_ptr<FrontendAction> Act = CreateFrontendBaseAction(CI); in CreateFrontendAction() local 238 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); in ExecuteCompilerInvocation() local
|
/external/clang/unittests/Frontend/ |
D | CodeGenActionTest.cpp | 56 std::unique_ptr<FrontendAction> Act(new NullCodeGenAction); in TEST() local
|
/external/compiler-rt/lib/esan/ |
D | working_set_posix.cpp | 47 const struct sigaction *Act = (const struct sigaction *) ActVoid; in processWorkingSetSigaction() local
|
D | esan.cpp | 82 bool processSigaction(int SigNum, const void *Act, void *OldAct) { in processSigaction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/GlobalISel/ |
D | LegalizerInfoTest.cpp | 20 operator<<(std::ostream &OS, const LegalizeAction Act) { in operator <<()
|
/external/clang/examples/clang-interpreter/ |
D | main.cpp | 162 std::unique_ptr<CodeGenAction> Act(new EmitLLVMOnlyAction()); in main() local
|
/external/clang/lib/Driver/ |
D | InputInfo.h | 42 const Action* Act; variable
|
D | Tools.cpp | 2749 for (const auto &Act : C.getActions()) { in UseRelaxAll() local
|
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 212 void Sema::PragmaStack<ValueType>::Act(SourceLocation PragmaLocation, in Act() function in Sema::PragmaStack
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1131 std::unique_ptr<TopLevelDeclTrackerAction> Act( in Parse() local 1576 std::unique_ptr<PrecompilePreambleAction> Act; in getMainBufferWithPrecompiledPreamble() local 1823 FrontendAction *Act = Action; in LoadFromCompilerInvocationAction() local 2457 std::unique_ptr<SyntaxOnlyAction> Act; in CodeComplete() local
|
D | CompilerInstance.cpp | 824 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { in ExecuteAction()
|