HomeSort by relevance Sort by last modified time
    Searched defs:getTypeID (Results 1 - 10 of 10) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/
IItemMetadata.java 27 int getTypeID ();
Item.java 63 //if ($assert.ENABLED) $assert.ASSERT ((attributeID & getMetadata ().getAttributeIDs ()) != 0, "invalid attribute ID [" + attributeID + "] for type [" + getMetadata ().getTypeID () + "]");
99 public int getTypeID ()
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 96 unsigned getTypeID(Type *T) const {
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 63 static char getTypeID(Type *Ty) {
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()) {
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 100 unsigned getTypeID(llvm::Type *T) const {
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 100 unsigned getTypeID(llvm::Type *T) const {
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 100 unsigned getTypeID(llvm::Type *T) const {
  /external/llvm/include/llvm/IR/
Type.h 99 assert(getTypeID() == ID && "TypeID data too large for field");
132 /// getTypeID - Return the type id for the type. This will return one
135 TypeID getTypeID() const { return (TypeID)(IDAndSubclassData & 0xFF); }
138 bool isVoidTy() const { return getTypeID() == VoidTyID; }
141 bool isHalfTy() const { return getTypeID() == HalfTyID; }
144 bool isFloatTy() const { return getTypeID() == FloatTyID; }
147 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
150 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
153 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
156 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/emma/lib/
emma.jar 

Completed in 511 milliseconds