/external/skia/include/xml/ |
D | SkXMLWriter.h | 42 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/ |
D | buffer_sequence_adapter.hpp | 235 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/ |
D | LLVMContextImpl.cpp | 129 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/ |
D | CheckerContext.h | 52 #define REGISTER_SET_WITH_PROGRAMSTATE(Name, Elem) \ argument 66 #define REGISTER_LIST_WITH_PROGRAMSTATE(Name, Elem) \ argument
|
/external/skia/include/effects/ |
D | SkColorMatrix.h | 20 enum Elem { enum
|
/external/clang/lib/AST/ |
D | StmtObjC.cpp | 21 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyUtil.h | 175 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/ |
D | read.hpp | 237 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()
|
D | write.hpp | 310 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/ |
D | ExprEngineCXX.cpp | 115 if (auto Elem = findElementDirectlyInitializedByCurrentConstructor()) { in getRegionForConstructedObject() local 161 static bool canHaveDirectConstructor(CFGElement Elem){ in canHaveDirectConstructor()
|
D | ExprEngineC.cpp | 581 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>(); in VisitLogicalExpr() local
|
D | ExprEngine.cpp | 1551 CFGElement Elem = *I; in ResolveCondition() local
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 112 Optional<StratifiedInfo> find(const T &Elem) const { in find() 394 bool has(const T &Elem) const { return get(Elem).hasValue(); } in has()
|
D | Lint.cpp | 534 Constant *Elem = C->getAggregateElement(I); in isZero() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 664 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
|
D | SystemZISelLowering.cpp | 3510 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/ |
D | CGOpenMPRuntime.cpp | 425 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
|
D | CGExprComplex.cpp | 208 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/ |
D | LinkModulesTest.cpp | 116 Value *Elem = Init->getOperand(0); in TEST_F() local
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | buffer.hpp | 1066 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/ |
D | InstCombineCasts.cpp | 1834 Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast() local 1866 Value *Elem = in visitBitCast() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 598 for (const MachineInstr *Elem : NotCandidate) { in reachedUsesToDefs() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 387 for (unsigned Elem = 0; Elem < NumElems; ++Elem) in splitBinary() local
|
D | RewriteStatepointsForGC.cpp | 2078 Value *Elem = Elements[i]; in splitVectorValues() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1408 SDValue Elem = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, ElemVT, in LowerSTORE() local
|