Searched defs:ElementType (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/extensions/common/permissions/
H A Dmanifest_permission_set.h26 typedef ManifestPermission ElementType; typedef in struct:extensions::BaseSetOperatorsTraits
H A Dapi_permission_set.h23 typedef APIPermission ElementType; typedef in struct:extensions::BaseSetOperatorsTraits
H A Dbase_set_operators.h17 // should define |ElementType| for the type of elements to store in the set,
29 typedef typename BaseSetOperatorsTraits<T>::ElementType ElementType; typedef in class:extensions::BaseSetOperators
31 typedef std::map<ElementIDType, linked_ptr<ElementType> > Map;
34 public std::iterator<std::input_iterator_tag, const ElementType*> {
57 const ElementType* operator*() const {
61 const ElementType* operator->() const {
161 ElementType* p = it1->Diff(*it2);
190 ElementType* p = it1->Intersect(*it2);
262 void insert(ElementType* ite
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElementType.java23 public class ElementType { class
32 private ElementType theParent; // parent of this element type
36 Construct an ElementType:
50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) { method in class:ElementType
157 public ElementType parent() {return theParent;}
175 public boolean canContain(ElementType other) {
274 public void setParent(ElementType parent) { theParent = parent; }
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Darray_internal.h171 typedef typename ArrayDataTraits<T>::StorageType ElementType; typedef in struct:mojo::internal::ArraySerializationHelper
174 ElementType* elements,
179 ElementType* elements,
185 const ElementType* elements,
198 typedef ArrayDataTraits<Handle>::StorageType ElementType; typedef in struct:mojo::internal::ArraySerializationHelper
201 ElementType* elements,
205 ElementType* elements,
210 const ElementType* elements,
237 typedef typename ArrayDataTraits<H>::StorageType ElementType; typedef in struct:mojo::internal::ArraySerializationHelper
240 ElementType* element
265 typedef typename ArrayDataTraits<P*>::StorageType ElementType; typedef in struct:mojo::internal::ArraySerializationHelper
[all...]
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h342 static ArrayType *get(Type *ElementType, uint64_t NumElements);
368 static VectorType *get(Type *ElementType, unsigned NumElements);
452 static PointerType *get(Type *ElementType, unsigned AddressSpace);
456 static PointerType *getUnqual(Type *ElementType) { argument
457 return PointerType::get(ElementType, 0);
/external/openfst/src/include/fst/script/
H A Dweight-class.h140 enum ElementType { ZERO, ONE, OTHER }; enum in class:fst::script::WeightClass
141 ElementType element_type_;
145 explicit WeightClass(ElementType et) : element_type_(et), impl_(0) { }
/external/chromium_org/components/search_engines/
H A Dtemplate_url_parser.cc111 enum ElementType { enum in class:TemplateURLParsingContext
148 typedef std::map<std::string, ElementType> ElementNameToElementTypeMap;
157 // Returns the current ElementType.
158 ElementType GetKnownType();
166 std::vector<ElementType> elements_;
334 kElementNameToElementTypeMap = new std::map<std::string, ElementType>;
474 TemplateURLParsingContext::ElementType
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h272 SVal getLValue(QualType ElementType, SVal Idx, SVal Base) const;
686 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ argument
688 return getStateManager().StoreMgr->getLValueElement(ElementType, *N, Base);
H A DMemRegion.h1011 QualType ElementType; member in class:clang::ento::ElementRegion
1016 ElementType(elementType), Index(Idx) {
1030 return ElementType;
1034 return ElementType;
/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp194 QualType ElementType) {
190 InitializeArrayCookie(CodeGenFunction &CGF, llvm::Value *NewPtr, llvm::Value *NumElements, const CXXNewExpr *expr, QualType ElementType) argument
H A DCGDecl.cpp1503 QualType ElementType; member in class:__anon17824::RegularPartialArrayDestroy
1510 ElementType(elementType), Destroyer(destroyer) {}
1514 ElementType, Destroyer);
1524 QualType ElementType; member in class:__anon17824::IrregularPartialArrayDestroy
1532 ElementType(elementType), Destroyer(destroyer) {}
1537 ElementType, Destroyer);
H A DCGExprCXX.cpp753 QualType ElementType,
768 QualType::DestructionKind DtorKind = ElementType.isDestructedType();
795 pushIrregularPartialArrayCleanup(BeginPtr, EndOfInit, ElementType,
837 if (!CGM.getTypes().isZeroInitializable(ElementType))
849 getContext().getTypeSizeInChars(ElementType).getQuantity() *
855 CharUnits Alignment = getContext().getTypeAlignInChars(ElementType);
905 ImplicitValueInitExpr IVIE(ElementType);
918 assert(getContext().hasSameUnqualifiedType(ElementType, Init->getType()) &&
957 pushRegularPartialArrayCleanup(BeginPtr, CurPtr, ElementType,
986 QualType ElementType,
752 EmitNewArrayInitializer(const CXXNewExpr *E, QualType ElementType, llvm::Value *BeginPtr, llvm::Value *NumElements, llvm::Value *AllocSizeWithoutCookie) argument
985 EmitNewInitializer(CodeGenFunction &CGF, const CXXNewExpr *E, QualType ElementType, llvm::Value *NewPtr, llvm::Value *NumElements, llvm::Value *AllocSizeWithoutCookie) argument
1376 QualType ElementType; member in struct:__anon17833::CallObjectDelete
1378 CallObjectDelete(llvm::Value *Ptr, const FunctionDecl *OperatorDelete, QualType ElementType) argument
1390 EmitObjectDelete(CodeGenFunction &CGF, const FunctionDecl *OperatorDelete, llvm::Value *Ptr, QualType ElementType, bool UseGlobalDelete) argument
1475 QualType ElementType; member in struct:__anon17834::CallArrayDelete
1478 CallArrayDelete(llvm::Value *Ptr, const FunctionDecl *OperatorDelete, llvm::Value *NumElements, QualType ElementType, CharUnits CookieSize) argument
[all...]
H A DCGObjC.cpp103 QualType ElementType = Context.getObjCIdType().withConst(); local
105 = Context.getConstantArrayType(ElementType, APNumElements,
127 ElementType,
140 ElementType,
149 ElementType,
H A DItaniumCXXABI.cpp225 QualType ElementType) override;
298 QualType ElementType) override;
1454 QualType ElementType) {
1465 std::max(SizeSize, Ctx.getTypeAlignInChars(ElementType));
1466 assert(CookieSize == getArrayCookieSizeImpl(ElementType));
1450 InitializeArrayCookie(CodeGenFunction &CGF, llvm::Value *NewPtr, llvm::Value *NumElements, const CXXNewExpr *expr, QualType ElementType) argument
/external/chromium_org/media/formats/webm/
H A Dwebm_parser.cc22 enum ElementType { enum in namespace:media
33 ElementType type_;
511 // Finds ElementType for a specific ID.
512 static ElementType FindIdType(int id,
619 static int ParseNonListElement(ElementType type, int id, int64 element_size,
804 ElementType id_type =
811 DVLOG(1) << "No ElementType info for ID 0x" << std::hex << id;
/external/llvm/lib/IR/
H A DType.cpp677 Type *ElementType = const_cast<Type*>(elementType); local
678 assert(isValidElementType(ElementType) && "Invalid type for array element!");
680 LLVMContextImpl *pImpl = ElementType->getContext().pImpl;
682 pImpl->ArrayTypes[std::make_pair(ElementType, NumElements)];
685 Entry = new (pImpl->TypeAllocator) ArrayType(ElementType, NumElements);
704 Type *ElementType = const_cast<Type*>(elementType); local
706 assert(isValidElementType(ElementType) &&
709 LLVMContextImpl *pImpl = ElementType->getContext().pImpl;
710 VectorType *&Entry = ElementType->getContext().pImpl
711 ->VectorTypes[std::make_pair(ElementType, NumElement
[all...]
H A DCore.cpp470 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { argument
471 return wrap(ArrayType::get(unwrap(ElementType), ElementCount));
474 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) { argument
475 return wrap(PointerType::get(unwrap(ElementType), AddressSpace));
478 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { argument
479 return wrap(VectorType::get(unwrap(ElementType), ElementCount));
/external/clang/lib/AST/
H A DType.cpp77 QualType ElementType,
79 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity();
149 QualType ElementType,
155 ElementType->isVariablyModifiedType(),
156 (ElementType->containsUnexpandedParameterPack() ||
158 Context(Context), SizeExpr(SizeExpr), ElementType(ElementType),
166 QualType ElementType, Expr *SizeExpr) {
167 ID.AddPointer(ElementType.getAsOpaquePtr());
177 ElementType(vecTyp
76 getNumAddressingBits(ASTContext &Context, QualType ElementType, const llvm::APInt &NumElements) argument
147 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType, QualType can, Expr *SizeExpr, SourceLocation loc) argument
164 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, QualType ElementType, Expr *SizeExpr) argument
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp348 QualType ElementType, SVal Idx,
351 ID.Add(ElementType);
357 ElementRegion::ProfileRegion(ID, ElementType, Index, superRegion);
347 ProfileRegion(llvm::FoldingSetNodeID& ID, QualType ElementType, SVal Idx, const MemRegion* superRegion) argument
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp525 FX_INT32 ElementType = GetElementTypes(layoutType); local
526 switch(ElementType) {
648 FX_INT32 ElementType = GetElementTypes(layoutType); local
649 switch(ElementType) {
/external/clang/lib/Sema/
H A DSemaInit.cpp565 QualType ElementType; local
571 ElementType = AType->getElementType();
577 ElementType = VType->getElementType();
582 ElementType = ILE->getType();
2294 QualType ElementType = AT->getElementType(); local
2299 ElementType, nullptr, nullptr, Index,
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3483 /// type ElementType would fit in a target-legal register.
3486 const Type *ElementType);
3638 const Type *ElementType) {
3641 const IntegerType *IT = dyn_cast<IntegerType>(ElementType);
3636 WouldFitInRegister(const DataLayout *DL, uint64_t TableSize, const Type *ElementType) argument
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1496 QualType ElementType = cast<ValueDecl>(D)->getType(); local
1497 if (ElementType->isObjCQualifiedIdType() ||
1498 ElementType->isObjCQualifiedInterfaceType())
1502 elementTypeAsString = ElementType.getAsString(Context->getPrintingPolicy());
/external/clang/lib/Serialization/
H A DASTReader.cpp5159 QualType ElementType = readType(*Loc.F, Record, Idx); local
5164 return Context.getConstantArrayType(ElementType, Size,
5169 QualType ElementType = readType(*Loc.F, Record, Idx); local
5172 return Context.getIncompleteArrayType(ElementType, ASM, IndexTypeQuals);
5176 QualType ElementType = readType(*Loc.F, Record, Idx); local
5181 return Context.getVariableArrayType(ElementType, ReadExpr(*Loc.F),
5192 QualType ElementType = readType(*Loc.F, Record, Idx); local
5195 return Context.getVectorType(ElementType, NumElements,
5205 QualType ElementType = readType(*Loc.F, Record, Idx); local
5207 return Context.getExtVectorType(ElementType, NumElement
5460 QualType ElementType = readType(*Loc.F, Record, Idx); local
[all...]

Completed in 840 milliseconds

12