/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Designator.h | 175 void ClearExprs(Sema &Actions) {} in ClearExprs() 179 void FreeExprs(Sema &Actions) {} in FreeExprs() 205 void ClearExprs(Sema &Actions) {} in ClearExprs() 209 void FreeExprs(Sema &Actions) {} in FreeExprs()
|
H A D | Sema.h | 12886 Sema &Actions; variable 12896 : Actions(Actions), Entered(ShouldEnter) { in Actions() function 12906 : Actions(Actions) { in Actions() function 12914 : Actions(Actions), Entered(false) { in Actions() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DFAEmitter.cpp | 202 ActionTuple Actions; member in __anon14d6558b0211::Transition 220 UniqueVector<ActionTuple> Actions; member in __anon14d6558b0211::Automaton 244 const UniqueVector<ActionTuple> &Actions; member in __anon14d6558b0211::CustomDfaEmitter 248 CustomDfaEmitter(const UniqueVector<ActionTuple> &Actions, StringRef TypeName) in CustomDfaEmitter()
|
H A D | DFAEmitter.h | 79 std::set<action_type> Actions; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/ |
H A D | Legalizer.rst | 154 .. _legalfor:
|
/netbsd-src/external/apache2/llvm/dist/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 | 94 const driver::ActionList &Actions = Compilation->getActions(); in getCC1Arguments() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/ |
H A D | RefactoringActions.cpp | 99 std::vector<std::unique_ptr<RefactoringAction>> Actions; in createRefactoringActions() local
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ClangCommandLineReference.rst | 719 Actions chapter
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.cpp | 56 SmallVectorImpl<ActionEntry> &Actions, in computeActionsTable() 399 SmallVector<ActionEntry, 32> Actions; in emitExceptionTable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 1338 SmallVector<SizeAndActionsVec, 1> &Actions = ScalarActions[OpcodeIdx]; in setScalarAction() local 1348 SmallVector<SizeAndActionsVec, 1> &Actions = in setPointerAction() local 1361 SmallVector<SizeAndActionsVec, 1> &Actions = in setScalarInVectorAction() local 1377 SmallVector<SizeAndActionsVec, 1> &Actions = in setVectorNumElementAction() local 1444 SmallVector<SizeAndActionsVec, 1> &Actions, in setActions()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Compilation.h | 76 ActionList Actions; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 60 Sema &Actions; member 187 Sema &Actions; member 197 Sema &Actions; member 233 Sema &Actions; member 271 Sema &Actions; member
|
H A D | ParseObjc.cpp | 99 Sema &Actions; member in Parser::ObjCTypeParamListScope 104 ObjCTypeParamListScope(Sema &Actions, Scope *S) in ObjCTypeParamListScope()
|
H A D | ParseOpenMP.cpp | 214 Sema &Actions = P.getActions(); in parseOpenMPReductionId() local 669 Sema &Actions = P.getActions(); in FNContextRAII() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 91 Sema &Actions; variable
|
H A D | Parser.h | 90 Sema &Actions; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 633 const SmallVector<SizeAndActionsVec, 1> &Actions = in findScalarLegalAction() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
H A D | ClangRefactor.cpp | 348 std::vector<std::unique_ptr<RefactoringAction>> Actions = in ClangRefactorTool() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 928 SmallVectorImpl<UDivFoldAction> &Actions, in visitUDivOperand()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Driver.cpp | 2062 ActionList &Actions = C.getActions(); in BuildUniversalActions() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5188 CaptureVars(Sema &Actions) : BaseTransform(Actions) {} in CaptureVars() 5194 static VarDecl *precomputeExpr(Sema &Actions, in precomputeExpr() 5217 static CapturedStmt *buildDistanceFunc(Sema &Actions, QualType LogicalTy, in buildDistanceFunc() 5354 static CapturedStmt *buildLoopVarFunc(Sema &Actions, QualType LoopVarTy, in buildLoopVarFunc()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 1084 auto &Actions = getActionDefinitionsBuilder(Op); in AMDGPULegalizerInfo() local
|