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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.h 95 IntegerType,
  /external/chromium_org/mojo/public/python/mojo/bindings/
descriptor.py 111 class IntegerType(NumericType):
419 TYPE_INT8 = IntegerType('b')
420 TYPE_INT16 = IntegerType('h')
421 TYPE_INT32 = IntegerType('i')
422 TYPE_INT64 = IntegerType('q')
424 TYPE_UINT8 = IntegerType('B')
425 TYPE_UINT16 = IntegerType('H')
426 TYPE_UINT32 = IntegerType('I')
427 TYPE_UINT64 = IntegerType('Q')
  /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 371 class IntegerType : public Cat1Type {
377 static IntegerType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
380 static IntegerType* GetInstance();
383 IntegerType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
387 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 

Completed in 418 milliseconds