/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | EnterExpressionEvaluationContext.h | 20 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 D | gmock_cook_book.md | 1908 ### 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 D | LegacyLegalizerInfo.h | 314 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 D | DFAEmitter.cpp | 227 : 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 D | DFAEmitter.h | 81 std::set<action_type> Actions; variable
|
H A D | GlobalISelMatchTable.h |
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | StandaloneExecution.cpp | 54 std::pair<std::unique_ptr<FrontendActionFactory>, ArgumentsAdjuster>> in execute()
|
H A D | Execution.cpp | 51 Actions; in execute() local
|
H A D | AllTUsExecution.cpp | 80 execute(llvm::ArrayRef<std::pair<std::unique_ptr<FrontendActionFactory>,ArgumentsAdjuster>> Actions) execute() argument
|
H A D | Tooling.cpp | 90 const driver::ActionList &Actions = Compilation->getActions(); in ignoreExtraCC1Commands() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | RefactoringActions.cpp | 99 std::vector<std::unique_ptr<RefactoringAction>> Actions; in createRefactoringActions() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | MatchSwitch.h | 169 std::vector<MatchSwitchAction<BaseT, State, Result>> Actions; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.cpp | 54 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 D | MemoryMapper.h | 41 shared::AllocActions Actions; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | TargetProcessControlTypes.h | 58 shared::AllocActions Actions; member 69 shared::AllocActions Actions; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.cpp | 313 const SmallVector<SizeAndActionsVec, 1> &Actions = in findScalarLegalAction() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Compilation.h | 76 ActionList Actions; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 62 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 D | ParseOpenMP.cpp | 227 Sema &Actions = P.getActions(); parseOpenMPReductionId() local 678 Sema &Actions = P.getActions(); FNContextRAII() local 4414 Sema &Actions = P.getActions(); parseStepSize() local [all...] |
H A D | ParseObjc.cpp | 116 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 D | RAIIObjectsForParser.h | 91 Sema &Actions; variable
|
H A D | Parser.h | 86 Sema &Actions; global() variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 315 auto &Actions = getActionDefinitionsBuilder(Op); AArch64LegalizerInfo() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2415 ActionList &Actions = C.getActions(); BuildUniversalActions() local 3579 ActionList Actions; appendLinkDeviceActions() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5595 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...] |