Searched defs:Elem (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/skia/include/xml/
H A DSkXMLWriter.h42 struct Elem { struct in class:SkXMLWriter
46 void doEnd(Elem* elem);
48 Elem* getEnd();
50 SkTDArray<Elem*> fElems;
/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp104 FoldingSetIterator<AttributeImpl> Elem = I++; local
105 delete &*Elem;
111 FoldingSetIterator<AttributeSetImpl> Elem = I++; local
112 delete &*Elem;
118 FoldingSetIterator<AttributeSetNode> Elem = I++; local
119 delete &*Elem;
/external/skia/include/xml/
H A DSkXMLWriter.h42 struct Elem { struct in class:SkXMLWriter
46 void doEnd(Elem* elem);
48 Elem* getEnd();
50 SkTDArray<Elem*> fElems;
/external/chromium_org/third_party/skia/include/effects/
H A DSkColorMatrix.h17 enum Elem { enum in class:SkColorMatrix
/external/deqp/framework/delibs/decpp/
H A DdeDefs.hpp75 template <int Size, typename Elem>
76 const Elem& getSizedArrayElement(const Elem (&array)[Size], int offset) member in namespace:de
/external/skia/include/effects/
H A DSkColorMatrix.h17 enum Elem { enum in class:SkColorMatrix
/external/llvm/unittests/Linker/
H A DLinkModulesTest.cpp108 Value *Elem = Init->getOperand(0); local
109 ASSERT_TRUE(isa<BlockAddress>(Elem));
110 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(),
112 EXPECT_EQ(cast<BlockAddress>(Elem)->getBasicBlock()->getParent(),
115 Elem = Init->getOperand(1);
116 ASSERT_TRUE(isa<BlockAddress>(Elem));
117 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(),
119 EXPECT_EQ(cast<BlockAddress>(Elem)->getBasicBlock()->getParent(),
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp556 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>(); local
557 const Expr *RHS = cast<Expr>(Elem.getStmt());
H A DExprEngine.cpp1415 CFGElement Elem = *I; local
1416 Optional<CFGStmt> CS = Elem.getAs<CFGStmt>();
/external/llvm/lib/Analysis/
H A DLint.cpp532 Constant *Elem = C->getAggregateElement(I); local
533 if (isa<UndefValue>(Elem))
537 computeKnownBits(Elem, KnownZero, KnownOne, DL);
/external/clang/lib/AST/
H A DStmt.cpp707 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, argument
711 SubExprs[ELEM] = Elem;
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp201 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); local
202 llvm::Constant *Null = llvm::Constant::getNullValue(CGF.ConvertType(Elem));
207 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); local
209 llvm::Constant::getNullValue(CGF.ConvertType(Elem));
H A DTargetInfo.cpp3660 llvm::Value *Elem = CGF.Builder.CreateLoad(LoadAddr); local
3661 CGF.Builder.CreateStore(Elem, StoreAddr);
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1437 SDValue Elem = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, ElemVT, local
1441 Chain, Elem, Ptr,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1835 Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType()); local
1836 return InsertElementInst::Create(UndefValue::get(DestTy), Elem,
1867 Value *Elem = local
1870 return CastInst::Create(Instruction::BitCast, Elem, DestTy);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmstypes.c4451 cmsStage* Elem = Lut ->Elements; local
4485 ElementSig = Elem ->Type;
4502 if (!TypeHandler ->WritePtr(self, io, Elem, 1)) goto Error;
4507 Elem = Elem ->Next;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5509 SDValue Elem = Op.getOperand(Idx); local
5510 if (Elem.getOpcode() == ISD::UNDEF || X86::isZeroNode(Elem))
5514 if (Elem.getOpcode() != ISD::EXTRACT_VECTOR_ELT)
5519 if (Elem.getOperand(0) != V)
5522 unsigned Dst = cast<ConstantSDNode>(Elem.getOperand(1))->getZExtValue();

Completed in 299 milliseconds