Home
last modified time | relevance | path

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

12

/external/skia/include/xml/
DSkXMLWriter.h42 struct Elem { struct
43 Elem(const char name[], size_t len) in Elem() function
52 void doEnd(Elem* elem); argument
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dbuffer_sequence_adapter.hpp235 const boost::array<Elem, 2>& buffer_sequence) in buffer_sequence_adapter()
258 static bool all_empty(const boost::array<Elem, 2>& buffer_sequence) in all_empty()
264 static void validate(const boost::array<Elem, 2>& buffer_sequence) in validate()
270 static Buffer first(const boost::array<Elem, 2>& buffer_sequence) in first()
288 const std::array<Elem, 2>& buffer_sequence) in buffer_sequence_adapter()
311 static bool all_empty(const std::array<Elem, 2>& buffer_sequence) in all_empty()
317 static void validate(const std::array<Elem, 2>& buffer_sequence) in validate()
323 static Buffer first(const std::array<Elem, 2>& buffer_sequence) in first()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp129 FoldingSetIterator<AttributeImpl> Elem = I++; in ~LLVMContextImpl() local
136 FoldingSetIterator<AttributeSetImpl> Elem = I++; in ~LLVMContextImpl() local
143 FoldingSetIterator<AttributeSetNode> Elem = I++; in ~LLVMContextImpl() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h52 #define REGISTER_SET_WITH_PROGRAMSTATE(Name, Elem) \ argument
66 #define REGISTER_LIST_WITH_PROGRAMSTATE(Name, Elem) \ argument
/external/skia/include/effects/
DSkColorMatrix.h20 enum Elem { enum
/external/clang/lib/AST/
DStmtObjC.cpp21 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h175 void push_back(const T &Elem) { in push_back()
321 void push_back(const T &Elem) { in push_back()
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dread.hpp237 read_op(AsyncReadStream& stream, const boost::array<Elem, 2>& buffers, in read_op()
319 read_op(AsyncReadStream& stream, const std::array<Elem, 2>& buffers, in read_op()
Dwrite.hpp310 write_op(AsyncWriteStream& stream, const boost::array<Elem, 2>& buffers, in write_op()
392 write_op(AsyncWriteStream& stream, const std::array<Elem, 2>& buffers, in write_op()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp115 if (auto Elem = findElementDirectlyInitializedByCurrentConstructor()) { in getRegionForConstructedObject() local
161 static bool canHaveDirectConstructor(CFGElement Elem){ in canHaveDirectConstructor()
DExprEngineC.cpp581 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>(); in VisitLogicalExpr() local
DExprEngine.cpp1551 CFGElement Elem = *I; in ResolveCondition() local
/external/llvm/lib/Analysis/
DStratifiedSets.h112 Optional<StratifiedInfo> find(const T &Elem) const { in find()
394 bool has(const T &Elem) const { return get(Elem).hasValue(); } in has()
DLint.cpp534 Constant *Elem = C->getAggregateElement(I); in isZero() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp664 bool SystemZDAGToDAGISel::selectBDVAddr12Only(SDValue Addr, SDValue Elem, in selectBDVAddr12Only()
1053 unsigned Elem = ElemN->getZExtValue(); in tryGather() local
1095 unsigned Elem = ElemN->getZExtValue(); in tryScatter() local
DSystemZISelLowering.cpp3510 unsigned Elem = Bytes[Start + I]; in getShuffleInput() local
3639 void GeneralShuffle::add(SDValue Op, unsigned Elem) { in add()
3919 unsigned Elem = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in tryBuildVectorShuffle() local
3955 for (auto Elem : Elems) { in buildVector() local
4021 SDValue Elem = Elems[I]; in buildVector() local
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp425 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in emitUpdateLocation() local
483 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID() local
499 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID() local
1349 auto &Elem = *InternalVars.insert(std::make_pair(RuntimeName, nullptr)).first; in getOrCreateInternalVariable() local
1614 Address Elem = CGF.Builder.CreateConstArrayGEP( in emitSingleRegion() local
2421 if (auto *Elem = Pair.second.PrivateElemInit) { in emitTaskCall() local
2784 Address Elem = in emitReductionFunction() local
2900 Address Elem = in emitReduction() local
DCGExprComplex.cpp208 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); in VisitCXXScalarValueInitExpr() local
214 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); in VisitImplicitValueInitExpr() local
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp116 Value *Elem = Init->getOperand(0); in TEST_F() local
/external/parameter-framework/asio-1.10.6/include/asio/
Dbuffer.hpp1066 const std::basic_string<Elem, Traits, Allocator>& data) in buffer()
1084 const std::basic_string<Elem, Traits, Allocator>& data, in buffer()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1834 Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast() local
1866 Value *Elem = in visitBitCast() local
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp598 for (const MachineInstr *Elem : NotCandidate) { in reachedUsesToDefs() local
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp387 for (unsigned Elem = 0; Elem < NumElems; ++Elem) in splitBinary() local
DRewriteStatepointsForGC.cpp2078 Value *Elem = Elements[i]; in splitVectorValues() local
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1408 SDValue Elem = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, ElemVT, in LowerSTORE() local

12