Searched defs:IntegerType (Results 1 - 9 of 9) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DIntegerType.java32 public class IntegerType extends VerificationType class in inherits:VerificationType
/external/swiftshader/third_party/LLVM/include/llvm/
H A DDerivedTypes.h36 class IntegerType : public Type { class in namespace:llvm
40 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
44 /// This enum is just used to hold constants we need for IntegerType.
52 /// This static method is the primary way of constructing an IntegerType.
53 /// If an IntegerType with the same NumBits value was previously instantiated,
56 /// @brief Get or create an IntegerType instance.
57 static IntegerType *get(LLVMContext &C, unsigned NumBits);
59 /// @brief Get the number of bits in this IntegerType
80 /// This method determines if the width of this IntegerType is a power-of-2
83 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h37 class IntegerType : public Type { class in namespace:llvm
41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
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
81 /// This method determines if the width of this IntegerType is a power-of-2
84 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DDerivedTypes.h39 class IntegerType : public Type { class in namespace:llvm
43 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
48 /// This enum is just used to hold constants we need for IntegerType.
57 /// This static method is the primary way of constructing an IntegerType.
58 /// If an IntegerType with the same NumBits value was previously instantiated,
61 /// @brief Get or create an IntegerType instance.
62 static IntegerType *get(LLVMContext &C, unsigned NumBits);
64 /// @brief Get the number of bits in this IntegerType
84 /// This method determines if the width of this IntegerType is a power-of-2
87 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h101 IntegerType, enumerator in enum:llvm::MIToken::TokenKind
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp7013 enum IntegerType enum in namespace:vkt::SpirVAssembly
7024 const string getBitWidthStr (IntegerType type)
7042 const string getByteWidthStr (IntegerType type)
7060 bool isSigned (IntegerType type)
7065 const string getTypeName (IntegerType type)
7071 const string getTestName (IntegerType from, IntegerType to)
7076 const string getAsmTypeDeclaration (IntegerType type)
7088 BufferSp getBuffer (IntegerType type, deInt64 number)
7105 bool usesInt16 (IntegerType fro
[all...]
/external/clang/lib/Sema/
H A DSemaTemplate.cpp5077 QualType IntegerType = ParamType;
5078 if (const EnumType *Enum = IntegerType->getAs<EnumType>())
5079 IntegerType = Enum->getDecl()->getIntegerType();
5080 Value = Value.extOrTrunc(Context.getTypeSize(IntegerType));
5161 QualType IntegerType = Context.getCanonicalType(ParamType); local
5162 if (const EnumType *Enum = IntegerType->getAs<EnumType>())
5163 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType());
5168 unsigned AllowedBits = Context.getTypeSize(IntegerType);
5171 Value.setIsSigned(IntegerType->isSignedIntegerOrEnumerationType());
5177 unsigned AllowedBits = Context.getTypeSize(IntegerType);
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader.java package proguard ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 332 milliseconds