Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DEnterExpressionEvaluationContext.h20 Sema &Actions; variable
30 : Actions(Actions), Entered(ShouldEnter) { in Actions() argument
40 : Actions(Actions) { in Actions() function
48 : Actions(Actions), Entered(false) { in Actions() function
/freebsd-src/contrib/googletest/docs/
H A Dgmock_cook_book.md1908 ### Combining Actions argument
1827 Returning References from Mock MethodsgMock Cookbook""Using Actions global() argument
1847 Returning Live Values from Mock MethodsgMock Cookbook""Using Actions global() argument
1930 Verifying Complex Arguments {#SaveArgVerify}gMock Cookbook""Using Actions global() argument
1954 Mocking Side Effects {#MockingSideEffects}gMock Cookbook""Using Actions global() argument
2051 Changing a Mock Object's Behavior Based on the StategMock Cookbook""Using Actions global() argument
2097 Setting the Default Value for a Return Type {#DefaultValue}gMock Cookbook""Using Actions global() argument
2140 Setting the Default Actions for a Mock MethodgMock Cookbook""Using Actions global() argument
2178 Using Functions/Methods/Functors/Lambdas as Actions {#FunctionsAsActions}gMock Cookbook""Using Actions global() argument
2241 Using Functions with Extra Info as ActionsgMock Cookbook""Using Actions global() argument
2271 Invoking a Function/Method/Functor/Lambda/Callback Without ArgumentsgMock Cookbook""Using Actions global() argument
2328 Invoking an Argument of the Mock FunctiongMock Cookbook""Using Actions global() argument
2427 Ignoring an Action's ResultgMock Cookbook""Using Actions global() argument
2465 Selecting an Action's Arguments {#SelectingArgs}gMock Cookbook""Using Actions global() argument
2549 Ignoring Arguments in Action FunctionsgMock Cookbook""Using Actions global() argument
2606 Sharing ActionsgMock Cookbook""Using Actions global() argument
2662 Testing Asynchronous BehaviorgMock Cookbook""Using Actions global() argument
[all...]
/freebsd-src/contrib/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 = in setPointerAction() local
337 SmallVector<SizeAndActionsVec, 1> &Actions = in setScalarInVectorAction() local
353 SmallVector<SizeAndActionsVec, 1> &Actions = in setVectorNumElementAction() local
420 SmallVector<SizeAndActionsVec, 1> &Actions, in setActions() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp227 : Actions(Actions), TypeName(TypeName) {} in CustomDfaEmitter() argument
181 ActionTuple Actions; global() member in __anonb2962b720211::Transition
199 UniqueVector<ActionTuple> Actions; global() member in __anonb2962b720211::Automaton
223 const UniqueVector<ActionTuple> &Actions; global() member in __anonb2962b720211::CustomDfaEmitter
[all...]
H A DDFAEmitter.h81 std::set<action_type> Actions; variable
H A DGlobalISelMatchTable.h
/freebsd-src/contrib/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 execute(llvm::ArrayRef<std::pair<std::unique_ptr<FrontendActionFactory>,ArgumentsAdjuster>> Actions) execute() argument
H A DTooling.cpp90 const driver::ActionList &Actions = Compilation->getActions(); in ignoreExtraCC1Commands() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp99 std::vector<std::unique_ptr<RefactoringAction>> Actions; in createRefactoringActions() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DMatchSwitch.h169 std::vector<MatchSwitchAction<BaseT, State, Result>> Actions; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp54 SmallVectorImpl<ActionEntry> &Actions, in computeActionsTable() argument
407 SmallVector<ActionEntry, 32> Actions; emitExceptionTable() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h41 shared::AllocActions Actions; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h58 shared::AllocActions Actions; member
69 shared::AllocActions Actions; member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp313 const SmallVector<SizeAndActionsVec, 1> &Actions = in findScalarLegalAction() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h76 ActionList Actions; variable
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp62 Sema &Actions; global() member
235 Sema &Actions; global() member
245 Sema &Actions; global() member
281 Sema &Actions; global() member
375 Sema &Actions; global() member
408 Sema &Actions; global() member
[all...]
H A DParseOpenMP.cpp227 Sema &Actions = P.getActions(); parseOpenMPReductionId() local
678 Sema &Actions = P.getActions(); FNContextRAII() local
4414 Sema &Actions = P.getActions(); parseStepSize() local
[all...]
H A DParseObjc.cpp116 Sema &Actions; global() member in Parser::ObjCTypeParamListScope
121 ObjCTypeParamListScope(Sema & Actions,Scope * S) ObjCTypeParamListScope() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h91 Sema &Actions; variable
H A DParser.h86 Sema &Actions; global() variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp315 auto &Actions = getActionDefinitionsBuilder(Op); AArch64LegalizerInfo() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2415 ActionList &Actions = C.getActions(); BuildUniversalActions() local
3579 ActionList Actions; appendLinkDeviceActions() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5595 CaptureVars(Sema & Actions) CaptureVars() argument
5601 precomputeExpr(Sema & Actions,SmallVectorImpl<Stmt * > & BodyStmts,Expr * E,StringRef Name) precomputeExpr() argument
5624 buildDistanceFunc(Sema & Actions,QualType LogicalTy,BinaryOperator::Opcode Rel,Expr * StartExpr,Expr * StopExpr,Expr * StepExpr) buildDistanceFunc() argument
5772 buildLoopVarFunc(Sema & Actions,QualType LoopVarTy,QualType LogicalTy,DeclRefExpr * StartExpr,Expr * Step,bool Deref) buildLoopVarFunc() argument
[all...]

12