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

  /external/proguard/src/proguard/classfile/attribute/preverification/
IntegerType.java 32 public class IntegerType extends VerificationType
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.h 87 IntegerType,
  /external/llvm/include/llvm/IR/
DerivedTypes.h 37 class IntegerType : public Type {
41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){
45 /// This enum is just used to hold constants we need for IntegerType.
53 /// This static method is the primary way of constructing an IntegerType.
54 /// If an IntegerType with the same NumBits value was previously instantiated,
57 /// @brief Get or create an IntegerType instance.
58 static IntegerType *get(LLVMContext &C, unsigned NumBits);
60 /// @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...]
  /art/runtime/verifier/
reg_type.h 368 class IntegerType : public Cat1Type {
374 static IntegerType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
377 static IntegerType* GetInstance();
380 IntegerType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
384 static IntegerType* instance_;
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 491 milliseconds