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

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/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...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type { class in namespace:llvm
44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
49 /// This enum is just used to hold constants we need for IntegerType.
58 /// This static method is the primary way of constructing an IntegerType.
59 /// If an IntegerType with the same NumBits value was previously instantiated,
62 /// @brief Get or create an IntegerType instance.
63 static IntegerType *get(LLVMContext &C, unsigned NumBits);
65 /// @brief Get the number of bits in this IntegerType
85 /// This method determines if the width of this IntegerType is a power-of-2
88 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type { class in namespace:llvm
44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
49 /// This enum is just used to hold constants we need for IntegerType.
58 /// This static method is the primary way of constructing an IntegerType.
59 /// If an IntegerType with the same NumBits value was previously instantiated,
62 /// @brief Get or create an IntegerType instance.
63 static IntegerType *get(LLVMContext &C, unsigned NumBits);
65 /// @brief Get the number of bits in this IntegerType
85 /// This method determines if the width of this IntegerType is a power-of-2
88 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type { class in namespace:llvm
44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
49 /// This enum is just used to hold constants we need for IntegerType.
58 /// This static method is the primary way of constructing an IntegerType.
59 /// If an IntegerType with the same NumBits value was previously instantiated,
62 /// @brief Get or create an IntegerType instance.
63 static IntegerType *get(LLVMContext &C, unsigned NumBits);
65 /// @brief Get the number of bits in this IntegerType
85 /// This method determines if the width of this IntegerType is a power-of-2
88 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type { class in namespace:llvm
44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
49 /// This enum is just used to hold constants we need for IntegerType.
58 /// This static method is the primary way of constructing an IntegerType.
59 /// If an IntegerType with the same NumBits value was previously instantiated,
62 /// @brief Get or create an IntegerType instance.
63 static IntegerType *get(LLVMContext &C, unsigned NumBits);
65 /// @brief Get the number of bits in this IntegerType
85 /// This method determines if the width of this IntegerType is a power-of-2
88 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type { class in namespace:llvm
44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
49 /// This enum is just used to hold constants we need for IntegerType.
58 /// This static method is the primary way of constructing an IntegerType.
59 /// If an IntegerType with the same NumBits value was previously instantiated,
62 /// @brief Get or create an IntegerType instance.
63 static IntegerType *get(LLVMContext &C, unsigned NumBits);
65 /// @brief Get the number of bits in this IntegerType
85 /// This method determines if the width of this IntegerType is a power-of-2
88 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type { class in namespace:llvm
44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
49 /// This enum is just used to hold constants we need for IntegerType.
58 /// This static method is the primary way of constructing an IntegerType.
59 /// If an IntegerType with the same NumBits value was previously instantiated,
62 /// @brief Get or create an IntegerType instance.
63 static IntegerType *get(LLVMContext &C, unsigned NumBits);
65 /// @brief Get the number of bits in this IntegerType
85 /// This method determines if the width of this IntegerType is a power-of-2
88 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/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...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type { class in namespace:llvm
44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
49 /// This enum is just used to hold constants we need for IntegerType.
58 /// This static method is the primary way of constructing an IntegerType.
59 /// If an IntegerType with the same NumBits value was previously instantiated,
62 /// @brief Get or create an IntegerType instance.
63 static IntegerType *get(LLVMContext &C, unsigned NumBits);
65 /// @brief Get the number of bits in this IntegerType
85 /// This method determines if the width of this IntegerType is a power-of-2
88 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type { class in namespace:llvm
44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
49 /// This enum is just used to hold constants we need for IntegerType.
58 /// This static method is the primary way of constructing an IntegerType.
59 /// If an IntegerType with the same NumBits value was previously instantiated,
62 /// @brief Get or create an IntegerType instance.
63 static IntegerType *get(LLVMContext &C, unsigned NumBits);
65 /// @brief Get the number of bits in this IntegerType
85 /// This method determines if the width of this IntegerType is a power-of-2
88 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type { class in namespace:llvm
44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
49 /// This enum is just used to hold constants we need for IntegerType.
58 /// This static method is the primary way of constructing an IntegerType.
59 /// If an IntegerType with the same NumBits value was previously instantiated,
62 /// @brief Get or create an IntegerType instance.
63 static IntegerType *get(LLVMContext &C, unsigned NumBits);
65 /// @brief Get the number of bits in this IntegerType
85 /// This method determines if the width of this IntegerType is a power-of-2
88 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type { class in namespace:llvm
44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
49 /// This enum is just used to hold constants we need for IntegerType.
58 /// This static method is the primary way of constructing an IntegerType.
59 /// If an IntegerType with the same NumBits value was previously instantiated,
62 /// @brief Get or create an IntegerType instance.
63 static IntegerType *get(LLVMContext &C, unsigned NumBits);
65 /// @brief Get the number of bits in this IntegerType
85 /// This method determines if the width of this IntegerType is a power-of-2
88 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type { class in namespace:llvm
44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
49 /// This enum is just used to hold constants we need for IntegerType.
58 /// This static method is the primary way of constructing an IntegerType.
59 /// If an IntegerType with the same NumBits value was previously instantiated,
62 /// @brief Get or create an IntegerType instance.
63 static IntegerType *get(LLVMContext &C, unsigned NumBits);
65 /// @brief Get the number of bits in this IntegerType
85 /// This method determines if the width of this IntegerType is a power-of-2
88 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type { class in namespace:llvm
44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
49 /// This enum is just used to hold constants we need for IntegerType.
58 /// This static method is the primary way of constructing an IntegerType.
59 /// If an IntegerType with the same NumBits value was previously instantiated,
62 /// @brief Get or create an IntegerType instance.
63 static IntegerType *get(LLVMContext &C, unsigned NumBits);
65 /// @brief Get the number of bits in this IntegerType
85 /// This method determines if the width of this IntegerType is a power-of-2
88 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
H A Djna-3.4.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/linux ...
/prebuilts/tools/common/proguard/proguard4.7/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/prebuilts/gradle-plugin/net/sf/proguard/proguard-base/5.3.3/
H A Dproguard-base-5.3.3.jarMETA-INF/MANIFEST.MF META-INF/ proguard/ proguard/optimize/ proguard/optimize/info/ proguard/optimize/evaluation/ proguard/ ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
H A Dproguard-base-4.10.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/shrink/ proguard/preverify/ proguard/util/ proguard/classfile/ proguard/ ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
H A Dproguard-base-4.11.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/shrink/ proguard/evaluation/ proguard/evaluation/value/ proguard/classfile/ ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
H A Dproguard-base-4.9.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/shrink/ proguard/preverify/ proguard/util/ proguard/classfile/ proguard/ ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
H A Dproguard-base-5.1.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/optimize/ proguard/optimize/info/ proguard/optimize/evaluation/ proguard/ ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
H A Dproguard-base-5.2.1.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/optimize/ proguard/optimize/info/ proguard/optimize/evaluation/ proguard/ ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.1/
H A Dproguard-base-5.3.1.jarMETA-INF/MANIFEST.MF META-INF/ proguard/ proguard/optimize/ proguard/optimize/info/ proguard/optimize/evaluation/ proguard/ ...
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.2/
H A Dproguard-base-5.3.2.jarMETA-INF/MANIFEST.MF META-INF/ proguard/ proguard/optimize/ proguard/optimize/info/ proguard/optimize/evaluation/ proguard/ ...
/prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
H A Dproguard-base-5.2.1.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/optimize/ proguard/optimize/info/ proguard/optimize/evaluation/ proguard/ ...

Completed in 197 milliseconds

12