/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | EnterExpressionEvaluationContext.h | 20 Sema &Actions; variable 30 : Actions(Actions), Entered(ShouldEnter) { in Actions() function 40 : Actions(Actions) { in Actions() function 48 : Actions(Actions), Entered(false) { in Actions() argument
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cook_book.md | 1827 ### Returning References from Mock Methods 1847 ### Returning Live Values from Mock Methods 1908 ### Combining Actions 1936 ### Verifying Complex Arguments {#SaveArgVerify} 1960 ### Mocking Side Effects {#MockingSideEffects} 2057 ### Changing a Mock Object's Behavior Based on the State 2103 ### Setting the Default Value for a Return Type {#DefaultValue} 2146 ### Setting the Default Actions for a Mock Method 2184 ### Using Functions/Methods/Functors/Lambdas as Actions {#FunctionsAsActions} 2247 ### Using Functions with Extra Info as Actions [all …]
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DFAEmitter.cpp | 180 ActionTuple Actions; member in __anon4fed36600211::Transition 198 UniqueVector<ActionTuple> Actions; member in __anon4fed36600211::Automaton 222 const UniqueVector<ActionTuple> &Actions; member in __anon4fed36600211::CustomDfaEmitter 226 CustomDfaEmitter(const UniqueVector<ActionTuple> &Actions, StringRef TypeName) in CustomDfaEmitter()
|
H A D | DFAEmitter.h | 81 std::set<action_type> Actions; variable
|
/freebsd/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 std::pair<std::unique_ptr<FrontendActionFactory>, ArgumentsAdjuster>> in execute()
|
H A D | Tooling.cpp | 90 const driver::ActionList &Actions = Compilation->getActions(); in ignoreExtraCC1Commands() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | RefactoringActions.cpp | 99 std::vector<std::unique_ptr<RefactoringAction>> Actions; in createRefactoringActions() local
|
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.cpp | 54 SmallVectorImpl<ActionEntry> &Actions, in computeActionsTable() 407 SmallVector<ActionEntry, 32> Actions; in emitExceptionTable() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MemoryMapper.h | 41 shared::AllocActions Actions; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.cpp | 310 const SmallVector<SizeAndActionsVec, 1> &Actions = findScalarLegalAction() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Compilation.h | 76 ActionList Actions; variable
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 65 Sema &Actions; member 238 Sema &Actions; member 248 Sema &Actions; member 284 Sema &Actions; member 378 Sema &Actions; member 411 Sema &Actions; member
|
H A D | ParseOpenMP.cpp | 229 Sema &Actions = P.getActions(); in parseOpenMPReductionId() local 688 Sema &Actions = P.getActions(); in FNContextRAII() local 4357 Sema &Actions = P.getActions(); in parseStepSize() local
|
H A D | ParseObjc.cpp | 118 Sema &Actions; member in Parser::ObjCTypeParamListScope 123 ObjCTypeParamListScope(Sema &Actions, Scope *S) in ObjCTypeParamListScope()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 91 Sema &Actions; variable
|
H A D | Parser.h | 90 Sema &Actions; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 306 auto &Actions = getActionDefinitionsBuilder(Op); in AArch64LegalizerInfo() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2461 ActionList &Actions = C.getActions(); in BuildUniversalActions() local 3620 ActionList Actions; appendLinkDeviceActions() local [all...] |
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.h | 474 ActionList Actions; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5369 CaptureVars(Sema &Actions) : BaseTransform(Actions) {} in CaptureVars() 5375 static VarDecl *precomputeExpr(Sema &Actions, in precomputeExpr() 5398 static CapturedStmt *buildDistanceFunc(Sema &Actions, QualType LogicalTy, in buildDistanceFunc() 5546 static CapturedStmt *buildLoopVarFunc(Sema &Actions, QualType LoopVarTy, in buildLoopVarFunc()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3366 SmallVector<std::unique_ptr<TypePromotionAction>, 16> Actions; member in __anon1d600f580b11::TypePromotionTransaction
|