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

  /external/proguard/src/proguard/classfile/attribute/preverification/
IntegerType.java 32 public class IntegerType extends VerificationType
  /external/llvm/include/llvm/IR/
DerivedTypes.h 37 class IntegerType : public Type {
41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){
46 /// This enum is just used to hold constants we need for IntegerType.
54 /// This static method is the primary way of constructing an IntegerType.
55 /// If an IntegerType with the same NumBits value was previously instantiated,
58 /// @brief Get or create an IntegerType instance.
59 static IntegerType *get(LLVMContext &C, unsigned NumBits);
61 /// @brief Get the number of bits in this IntegerType
82 /// This method determines if the width of this IntegerType is a power-of-2
85 /// @brief Is this a power-of-2 byte-width IntegerType
    [all...]
  /art/runtime/verifier/
reg_type.h 376 class IntegerType : public Cat1Type {
380 static const IntegerType* CreateInstance(mirror::Class* klass,
384 static const IntegerType* GetInstance() PURE;
388 IntegerType(mirror::Class* klass, const StringPiece& descriptor,
391 static const IntegerType* instance_;
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.h 99 IntegerType,
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]