Home
last modified time | relevance | path

Searched defs:ElementType (Results 1 – 24 of 24) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElementType.java23 public class ElementType { class
50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) { in ElementType() method in ElementType
/external/dbus/bus/
Dconfig-parser-common.h52 } ElementType; typedef
/external/llvm/utils/TableGen/
DTGValueTypes.cpp45 EVT ElementType; member in ExtendedVectorType
/external/openfst/src/include/fst/script/
Dweight-class.h133 enum ElementType { ZERO, ONE, OTHER }; enum
/external/clang/lib/CodeGen/
DCGExprCXX.cpp952 QualType ElementType, in EmitNewInitializer()
1354 QualType ElementType; member
1371 QualType ElementType, in EmitObjectDelete()
1451 QualType ElementType; member
DCGCXXABI.cpp162 QualType ElementType) { in InitializeArrayCookie()
DItaniumCXXABI.cpp810 QualType ElementType) { in InitializeArrayCookie()
876 QualType ElementType) { in InitializeArrayCookie()
DCGDecl.cpp1391 QualType ElementType; member in __anon1a4f73c80211::RegularPartialArrayDestroy
1412 QualType ElementType; member in __anon1a4f73c80211::IrregularPartialArrayDestroy
DCGObjC.cpp101 QualType ElementType = Context.getObjCIdType().withConst(); in EmitObjCCollectionLiteral() local
/external/llvm/include/llvm/
DDerivedTypes.h442 static PointerType *getUnqual(Type *ElementType) { in getUnqual()
/external/clang/lib/Sema/
DTreeTransform.h3667 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformConstantArrayType() local
3708 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformIncompleteArrayType() local
3736 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVariableArrayType() local
3773 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedArrayType() local
3823 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformDependentSizedExtVectorType() local
3864 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformVectorType() local
3887 QualType ElementType = getDerived().TransformType(T->getElementType()); in TransformExtVectorType() local
7247 QualType ElementType in TransformCXXNewExpr() local
8884 TreeTransform<Derived>::RebuildArrayType(QualType ElementType, in RebuildArrayType()
8920 TreeTransform<Derived>::RebuildConstantArrayType(QualType ElementType, in RebuildConstantArrayType()
[all …]
DSemaInit.cpp392 QualType ElementType; in FillInValueInitializations() local
1996 QualType ElementType = AT->getElementType(); in CheckDesignatedInitializer() local
/external/llvm/lib/VMCore/
DType.cpp705 Type *ElementType = const_cast<Type*>(elementType); in get() local
732 Type *ElementType = const_cast<Type*>(elementType); in get() local
DCore.cpp376 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType()
380 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) { in LLVMPointerType()
384 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType()
/external/clang/lib/AST/
DType.cpp76 QualType ElementType, in getNumAddressingBits()
128 QualType ElementType, in DependentSizedExtVectorType()
145 QualType ElementType, Expr *SizeExpr) { in Profile()
DASTContext.cpp7008 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() local
7025 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() local
7031 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() local
DExprConstant.cpp4972 QualType ElementType = Type->getAs<PointerType>()->getPointeeType(); in VisitBinaryOperator() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h666 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ in getLValue()
DMemRegion.h977 QualType ElementType; variable
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_parser.cc78 enum ElementType { enum in __anon07b545e50111::ParsingContext
/external/clang/lib/Serialization/
DASTReader.cpp3812 QualType ElementType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
3822 QualType ElementType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
3829 QualType ElementType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
3845 QualType ElementType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
3858 QualType ElementType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
4119 QualType ElementType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp342 QualType ElementType, SVal Idx, in ProfileRegion()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp1518 QualType ElementType = cast<ValueDecl>(D)->getType(); in RewriteObjCForCollectionStmt() local
DRewriteModernObjC.cpp1671 QualType ElementType = cast<ValueDecl>(D)->getType(); in RewriteObjCForCollectionStmt() local