Home
last modified time | relevance | path

Searched defs:Actions (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/clang/include/clang/Sema/
H A DEnterExpressionEvaluationContext.h20 Sema &Actions; variable
30 : Actions(Actions), Entered(ShouldEnter) { in Actions() function
40 : Actions(Actions) { in Actions() argument
48 : Actions(Actions), Entered(false) { in Actions() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h314 SmallVector<SizeAndActionsVec, 1> &Actions = ScalarActions[OpcodeIdx]; in setScalarAction() local
324 SmallVector<SizeAndActionsVec, 1> &Actions = setPointerAction() local
337 SmallVector<SizeAndActionsVec, 1> &Actions = setScalarInVectorAction() local
353 SmallVector<SizeAndActionsVec, 1> &Actions = setVectorNumElementAction() local
420 setActions(unsigned TypeIndex,SmallVector<SizeAndActionsVec,1> & Actions,const SizeAndActionsVec & SizeAndActions) setActions() argument
[all...]
/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp180 ActionTuple Actions; global() member in __anonf9eb8c730211::Transition
198 UniqueVector<ActionTuple> Actions; global() member in __anonf9eb8c730211::Automaton
222 const UniqueVector<ActionTuple> &Actions; global() member in __anonf9eb8c730211::CustomDfaEmitter
226 CustomDfaEmitter(const UniqueVector<ActionTuple> & Actions,StringRef TypeName) CustomDfaEmitter() argument
[all...]
H A DDFAEmitter.h81 std::set<action_type> Actions; variable
/llvm-project/llvm/docs/GlobalISel/
H A DLegalizer.rst154 legalforRule Actions global() argument
/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp54 std::pair<std::unique_ptr<FrontendActionFactory>, ArgumentsAdjuster>> in execute()
H A DExecution.cpp51 Actions; in execute() local
H A DAllTUsExecution.cpp80 std::pair<std::unique_ptr<FrontendActionFactory>, ArgumentsAdjuster>> in execute()
H A DTooling.cpp90 const driver::ActionList &Actions = Compilation->getActions(); in ignoreExtraCC1Commands() local
/llvm-project/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp99 std::vector<std::unique_ptr<RefactoringAction>> Actions; in createRefactoringActions() local
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DMatchSwitch.h169 std::vector<MatchSwitchAction<BaseT, State, Result>> Actions; variable
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h41 shared::AllocActions Actions; member
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp54 SmallVectorImpl<ActionEntry> &Actions, in computeActionsTable()
407 SmallVector<ActionEntry, 32> Actions; in emitExceptionTable() local
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h58 shared::AllocActions Actions; member
69 shared::AllocActions Actions; member
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp313 const SmallVector<SizeAndActionsVec, 1> &Actions = in findScalarLegalAction() local
/llvm-project/clang/include/clang/Driver/
H A DCompilation.h76 ActionList Actions; variable
/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp65 Sema &Actions; member
238 Sema &Actions; member
248 Sema &Actions; member
284 Sema &Actions; global() member
378 Sema &Actions; global() member
411 Sema &Actions; global() member
[all...]
H A DParseOpenMP.cpp229 Sema &Actions = P.getActions(); in parseOpenMPReductionId() local
688 Sema &Actions = P.getActions(); FNContextRAII() local
4355 Sema &Actions = P.getActions(); parseStepSize() local
[all...]
H A DParseObjc.cpp118 Sema &Actions; global() member in Parser::ObjCTypeParamListScope
123 ObjCTypeParamListScope(Sema & Actions,Scope * S) ObjCTypeParamListScope() argument
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DLSPClient.cpp171 std::queue<std::function<void(Transport::MessageHandler &)>> Actions; member in clang::clangd::LSPClient::TransportImpl
H A DTUSchedulerTests.cpp381 std::atomic<int> Builds(0), Actions(0); in TEST_F() local
445 std::atomic<int> Actions(0); in TEST_F() local
/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h91 Sema &Actions; variable
/llvm-project/clang/tools/clang-refactor/
H A DClangRefactor.cpp350 std::vector<std::unique_ptr<RefactoringAction>> Actions = in ClangRefactorTool() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp305 auto &Actions = getActionDefinitionsBuilder(Op); AArch64LegalizerInfo() local
/llvm-project/clang/lib/Driver/
H A DDriver.cpp2450 ActionList &Actions = C.getActions(); BuildUniversalActions() local
3609 ActionList Actions; appendLinkDeviceActions() local
[all...]

12