Home
last modified time | relevance | path

Searched refs:Act (Results 1 – 25 of 58) sorted by relevance

123

/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp123 std::unique_ptr<FrontendAction> Act = CreateFrontendBaseAction(CI); in CreateFrontendAction() local
124 if (!Act) in CreateFrontendAction()
130 Act = llvm::make_unique<FixItRecompile>(std::move(Act)); in CreateFrontendAction()
141 Act = llvm::make_unique<arcmt::CheckAction>(std::move(Act)); in CreateFrontendAction()
144 Act = llvm::make_unique<arcmt::ModifyAction>(std::move(Act)); in CreateFrontendAction()
147 Act = llvm::make_unique<arcmt::MigrateAction>(std::move(Act), in CreateFrontendAction()
155 Act = llvm::make_unique<arcmt::ObjCMigrateAction>(std::move(Act), in CreateFrontendAction()
165 Act = llvm::make_unique<ASTMergeAction>(std::move(Act), in CreateFrontendAction()
168 return Act; in CreateFrontendAction()
238 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); in ExecuteCompilerInvocation() local
[all …]
/external/llvm-project/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp139 std::unique_ptr<FrontendAction> Act = CreateFrontendBaseAction(CI); in CreateFrontendAction() local
140 if (!Act) in CreateFrontendAction()
146 Act = std::make_unique<FixItRecompile>(std::move(Act)); in CreateFrontendAction()
157 Act = std::make_unique<arcmt::CheckAction>(std::move(Act)); in CreateFrontendAction()
160 Act = std::make_unique<arcmt::ModifyAction>(std::move(Act)); in CreateFrontendAction()
163 Act = std::make_unique<arcmt::MigrateAction>(std::move(Act), in CreateFrontendAction()
171 Act = std::make_unique<arcmt::ObjCMigrateAction>(std::move(Act), in CreateFrontendAction()
181 Act = std::make_unique<ASTMergeAction>(std::move(Act), in CreateFrontendAction()
184 return Act; in CreateFrontendAction()
275 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); in ExecuteCompilerInvocation() local
[all …]
/external/clang/lib/Driver/
DInputInfo.h42 const Action* Act; variable
53 : Kind(Nothing), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {} in InputInfo()
56 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
60 : Kind(Filename), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) { in InputInfo()
66 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
71 : Kind(InputArg), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) { in InputInfo()
81 const Action *getAction() const { return Act; } in getAction()
82 void setAction(const Action *A) { Act = A; } in setAction()
/external/llvm-project/clang/lib/Driver/
DInputInfo.h41 const Action* Act; variable
52 : Kind(Nothing), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {} in InputInfo()
55 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
59 : Kind(Filename), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) { in InputInfo()
65 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
70 : Kind(InputArg), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) { in InputInfo()
80 const Action *getAction() const { return Act; } in getAction()
81 void setAction(const Action *A) { Act = A; } in setAction()
/external/autotest/client/tests/cyclictest/
DREADME5 T: 0 ( 2215) P:80 I: 1000 C: 10 Min: 31 Act: 33 Avg: 33 Max: 43
6 T: 1 ( 2216) P:79 I: 1500 C: 10 Min: 22 Act: 22 Avg: 36 Max: 61
7 T: 2 ( 2217) P:78 I: 2000 C: 10 Min: 27 Act: 33 Avg: 36 Max: 50
8 T: 3 ( 2218) P:77 I: 2500 C: 10 Min: 23 Act: 37 Avg: 38 Max: 59
9 T: 4 ( 2219) P:76 I: 3000 C: 10 Min: 26 Act: 48 Avg: 36 Max: 48
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp156 virtual void Act() = 0;
160 Act(); in ActN()
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
[all …]
/external/llvm-project/llvm/tools/llvm-stress/
Dllvm-stress.cpp188 virtual void Act() = 0;
193 Act(); in ActN()
342 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
500 void Act() override { in Act() function
528 void Act() override { in Act() function
[all …]
/external/compiler-rt/lib/esan/
Dworking_set_posix.cpp47 const struct sigaction *Act = (const struct sigaction *) ActVoid; in processWorkingSetSigaction() local
51 if (Act) in processWorkingSetSigaction()
52 internal_memcpy(&AppSigAct, Act, sizeof(AppSigAct)); in processWorkingSetSigaction()
Dworking_set.h34 bool processWorkingSetSigaction(int SigNum, const void *Act, void *OldAct);
Desan.cpp82 bool processSigaction(int SigNum, const void *Act, void *OldAct) { in processSigaction() argument
84 return processWorkingSetSigaction(SigNum, Act, OldAct); in processSigaction()
Desan.h54 bool processSigaction(int SigNum, const void *Act, void *OldAct);
/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp253 PackStack.Act(PragmaLoc, Action, StringRef(), Alignment); in ActOnPragmaOptionsAlign()
337 PackStack.Act(PragmaLoc, Action, SlotLabel, AlignmentVal); in ActOnPragmaPack()
430 FpPragmaStack.Act(Loc, Action, StringRef(), NewFPFeatures); in ActOnPragmaFloatControl()
439 FpPragmaStack.Act(Loc, Action, StringRef(), NewFPFeatures); in ActOnPragmaFloatControl()
446 FpPragmaStack.Act(Loc, Action, StringRef(), NewFPFeatures); in ActOnPragmaFloatControl()
450 FpPragmaStack.Act(Loc, Action, StringRef(), NewFPFeatures); in ActOnPragmaFloatControl()
453 FpPragmaStack.Act(Loc, Sema::PSK_Push_Set, StringRef(), NewFPFeatures); in ActOnPragmaFloatControl()
461 FpPragmaStack.Act(Loc, Action, StringRef(), NewFPFeatures); in ActOnPragmaFloatControl()
481 VtorDispStack.Act(PragmaLoc, Action, StringRef(), Mode); in ActOnPragmaMSVtorDisp()
562 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
[all …]
/external/clang/unittests/Frontend/
DCodeGenActionTest.cpp56 std::unique_ptr<FrontendAction> Act(new NullCodeGenAction); in TEST() local
57 bool Success = Compiler.ExecuteAction(*Act); in TEST()
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp210 std::unique_ptr<CodeGenAction> Act(new EmitLLVMOnlyAction()); in main() local
211 if (!Clang.ExecuteAction(*Act)) in main()
218 std::unique_ptr<llvm::LLVMContext> Ctx(Act->takeLLVMContext()); in main()
219 std::unique_ptr<llvm::Module> Module = Act->takeModule(); in main()
/external/llvm-project/clang/unittests/Frontend/
DCodeGenActionTest.cpp57 std::unique_ptr<FrontendAction> Act(new NullCodeGenAction); in TEST() local
58 bool Success = Compiler.ExecuteAction(*Act); in TEST()
/external/clang/examples/clang-interpreter/
Dmain.cpp162 std::unique_ptr<CodeGenAction> Act(new EmitLLVMOnlyAction()); in main() local
163 if (!Clang.ExecuteAction(*Act)) in main()
167 if (std::unique_ptr<llvm::Module> Module = Act->takeModule()) in main()
/external/clang/lib/Frontend/
DASTUnit.cpp1131 std::unique_ptr<TopLevelDeclTrackerAction> Act( in Parse() local
1136 ActCleanup(Act.get()); in Parse()
1138 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse()
1145 if (!Act->Execute()) in Parse()
1150 Act->EndSourceFile(); in Parse()
1576 std::unique_ptr<PrecompilePreambleAction> Act; in getMainBufferWithPrecompiledPreamble() local
1577 Act.reset(new PrecompilePreambleAction(*this)); in getMainBufferWithPrecompiledPreamble()
1578 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in getMainBufferWithPrecompiledPreamble()
1586 Act->Execute(); in getMainBufferWithPrecompiledPreamble()
1596 Act->EndSourceFile(); in getMainBufferWithPrecompiledPreamble()
[all …]
/external/clang/lib/Sema/
DSemaAttr.cpp126 PackStack.Act(PragmaLoc, Action, StringRef(), Alignment); in ActOnPragmaOptionsAlign()
172 PackStack.Act(PragmaLoc, Action, SlotLabel, AlignmentVal); in ActOnPragmaPack()
208 VtorDispStack.Act(PragmaLoc, Action, StringRef(), Mode); in ActOnPragmaMSVtorDisp()
212 void Sema::PragmaStack<ValueType>::Act(SourceLocation PragmaLocation, in Act() function in Sema::PragmaStack
312 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
/external/llvm/lib/Support/Unix/
DProgram.inc326 struct sigaction Act, Old;
337 memset(&Act, 0, sizeof(Act));
338 Act.sa_handler = TimeOutHandler;
339 sigemptyset(&Act.sa_mask);
340 sigaction(SIGALRM, &Act, &Old);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProgram.inc326 struct sigaction Act, Old;
337 memset(&Act, 0, sizeof(Act));
338 Act.sa_handler = TimeOutHandler;
339 sigemptyset(&Act.sa_mask);
340 sigaction(SIGALRM, &Act, &Old);
/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp420 std::unique_ptr<PrecompilePreambleAction> Act; in Build() local
421 Act.reset(new PrecompilePreambleAction( in Build()
424 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Build()
439 if (llvm::Error Err = Act->Execute()) in Build()
445 Act->EndSourceFile(); in Build()
447 if (!Act->hasEmittedPreamblePCH()) in Build()
DASTUnit.cpp1206 std::unique_ptr<TopLevelDeclTrackerAction> Act( in Parse() local
1211 ActCleanup(Act.get()); in Parse()
1213 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) in Parse()
1222 if (llvm::Error Err = Act->Execute()) { in Parse()
1229 Act->EndSourceFile(); in Parse()
1606 FrontendAction *Act = Action; in LoadFromCompilerInvocationAction() local
1609 if (!Act) { in LoadFromCompilerInvocationAction()
1611 Act = TrackerAct.get(); in LoadFromCompilerInvocationAction()
1618 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) { in LoadFromCompilerInvocationAction()
1638 if (llvm::Error Err = Act->Execute()) { in LoadFromCompilerInvocationAction()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProgram.inc337 struct sigaction Act, Old;
348 memset(&Act, 0, sizeof(Act));
349 Act.sa_handler = TimeOutHandler;
350 sigemptyset(&Act.sa_mask);
351 sigaction(SIGALRM, &Act, &Old);
/external/llvm-project/llvm/lib/Support/Unix/
DProgram.inc380 struct sigaction Act, Old;
391 memset(&Act, 0, sizeof(Act));
392 Act.sa_handler = TimeOutHandler;
393 sigemptyset(&Act.sa_mask);
394 sigaction(SIGALRM, &Act, &Old);
/external/clang/include/clang/CodeGen/
DCodeGenAction.h26 unsigned Act;

123