Searched defs:getTypeID (Results 1 - 7 of 7) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
H A DIItemMetadata.java27 int getTypeID (); method in interface:IItemMetadata
H A DItem.java63 //if ($assert.ENABLED) $assert.ASSERT ((attributeID & getMetadata ().getAttributeIDs ()) != 0, "invalid attribute ID [" + attributeID + "] for type [" + getMetadata ().getTypeID () + "]");
99 public int getTypeID () method in class:Item.ItemMetadata
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h96 unsigned getTypeID(Type *T) const { function in class:llvm::ValueEnumerator
/external/llvm/include/llvm/IR/
H A DType.h101 assert(getTypeID() == ID && "TypeID data too large for field");
134 /// getTypeID - Return the type id for the type. This will return one
137 TypeID getTypeID() const { return (TypeID)(IDAndSubclassData & 0xFF); } function in class:llvm::Type
140 bool isVoidTy() const { return getTypeID() == VoidTyID; }
143 bool isHalfTy() const { return getTypeID() == HalfTyID; }
146 bool isFloatTy() const { return getTypeID() == FloatTyID; }
149 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
152 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
155 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
158 bool isPPC_FP128Ty() const { return getTypeID()
[all...]
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp63 static char getTypeID(Type *Ty) { function
64 switch (Ty->getTypeID()) {
96 ExtName += getTypeID(FT->getContainedType(i));
114 switch (Ty->getTypeID()) {
135 switch (Ty->getTypeID()) {
223 if (RetTy->getTypeID() != Type::VoidTyID)
226 switch (RetTy->getTypeID()) {
/external/clang/lib/Serialization/
H A DASTWriter.cpp4518 TypeID ASTWriter::getTypeID(QualType T) const { function in class:ASTWriter
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 481 milliseconds