Home
last modified time | relevance | path

Searched defs:Elem (Results 1 – 25 of 55) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h109 #define REGISTER_SET_WITH_PROGRAMSTATE(Name, Elem) \ argument
116 #define REGISTER_SET_FACTORY_WITH_PROGRAMSTATE(Name, Elem) \ argument
132 #define REGISTER_LIST_WITH_PROGRAMSTATE(Name, Elem) \ argument
139 #define REGISTER_LIST_FACTORY_WITH_PROGRAMSTATE(Name, Elem) \ argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.cpp36 using Elem = std::pair<unsigned, SourceInfo>; in getSource() typedef
H A DDescriptor.cpp216 Descriptor::Descriptor(const DeclTy &D, Descriptor *Elem, unsigned NumElems, in Descriptor() function in Descriptor
227 Descriptor::Descriptor(const DeclTy &D, Descriptor *Elem, bool IsTemporary, in Descriptor() function in Descriptor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp89 for (auto &Elem : reverse(Stack)) { in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtObjC.cpp20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h178 void push_back(const T &Elem) { in push_back()
322 void push_back(const T &Elem) { in push_back()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.cpp109 FoldingSetIterator<AttributeSetNode> Elem = I++; in ~LLVMContextImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTargetProcessControl.cpp71 for (auto &Elem : Request) { in lookupSymbols() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h94 Optional<StratifiedInfo> find(const T &Elem) const { in find()
343 bool has(const T &Elem) const { return get(Elem).hasValue(); } in has()
H A DAssumptionCache.cpp135 if (std::find_if(AVV.begin(), AVV.end(), [&](ResultElem &Elem) { in updateAffectedValues()
H A DLint.cpp544 Constant *Elem = C->getAggregateElement(I); in isZero() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp475 for (unsigned Elem = 0; Elem < NumElems; ++Elem) in splitUnary() local
497 for (unsigned Elem = 0; Elem < NumElems; ++Elem) { in splitBinary() local
559 for (unsigned Elem = 0; Elem < NumElems; ++Elem) { in splitCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp362 for (auto &Elem : BBToAssume) { in buildMapping() local
515 for (auto &Elem : BBToAssume) { in mergeAssumes() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Drbtree.d653 alias Elem = typeof(Node.value); in RBRange() local
780 alias Elem = T; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp701 bool SystemZDAGToDAGISel::selectBDVAddr12Only(SDValue Addr, SDValue Elem, in selectBDVAddr12Only()
1185 unsigned Elem = ElemN->getZExtValue(); in tryGather() local
1227 unsigned Elem = ElemN->getZExtValue(); in tryScatter() local
H A DSystemZISelLowering.cpp4425 unsigned Elem = Bytes[Start + I]; in getShuffleInput() local
4628 bool GeneralShuffle::add(SDValue Op, unsigned Elem) { in add()
4954 unsigned Elem = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in tryBuildVectorShuffle() local
5001 for (auto Elem : Elems) { in buildVector() local
5030 for (auto Elem : Elems) in buildVector() local
5075 SDValue Elem = Elems[I]; in buildVector() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2291 llvm::Value *Elem, in createRuntimeShuffleFunction()
2551 llvm::Value *Elem = CGF.EmitLoadOfScalar( local
2562 CodeGenFunction::ComplexPairTy Elem = CGF.EmitLoadOfComplex( local
2784 llvm::Value *Elem = CGF.EmitLoadOfScalar( in emitInterWarpCopyFunction() local
3254 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitListToGlobalReduceFunction() local
3460 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitGlobalToListReduceFunction() local
3788 Address Elem = CGF.Builder.CreateConstArrayGEP(ReductionList, Idx); in emitReduction() local
H A DCGExprComplex.cpp238 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); in VisitCXXScalarValueInitExpr() local
244 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); in VisitImplicitValueInitExpr() local
H A DCGExprConstant.cpp358 [&](unsigned Elem) { in split()
364 [&](unsigned Elem) { return Offset + Elem * ElemSize; })); in split()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp168 for (const auto &Elem : Map) in removeDeadImpl() local
H A DExprEngineC.cpp730 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>(); in VisitLogicalExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp423 auto It = llvm::find_if(FinalRelations, [&](SymbolRelation Elem) -> bool { in handleDeclOccurrence()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2626 Value *Elem = Builder.CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast() local
2657 Value *Elem = in visitBitCast() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1162 for (TemplateArgument Elem : Pack.pack_elements()) { in getFullyPackExpandedSize() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp1128 for (const auto &Elem : RAUWWorklist) { in flushRAUWWorklist() local

123