HomeSort by relevance Sort by last modified time
    Searched full:integer_type (Results 1 - 25 of 29) sorted by null

1 2

  /external/proguard/src/proguard/classfile/attribute/preverification/
VerificationTypeFactory.java 31 static final IntegerType INTEGER_TYPE = new IntegerType();
45 return INTEGER_TYPE;
IntegerType.java 38 return INTEGER_TYPE;
VerificationType.java 36 public static final int INTEGER_TYPE = 1;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.def 127 compiler. OFFSET_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, INTEGER_TYPE,
136 /* C enums. The type node looks just like an INTEGER_TYPE node.
158 of this will point at the supertype (another INTEGER_TYPE,
161 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
    [all...]
tree-check.h 14 #define INTEGER_TYPE_CHECK(t) TREE_CHECK (t, INTEGER_TYPE)
tree.h 338 INTEGER_TYPE -- represents a type of integers.
964 TREE_CHECK5 (T, INTEGER_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, REAL_TYPE, \
1037 || TREE_CODE (TYPE) == INTEGER_TYPE)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def 117 compiler. OFFSET_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, INTEGER_TYPE,
126 /* C enums. The type node looks just like an INTEGER_TYPE node.
148 of this will point at the supertype (another INTEGER_TYPE,
151 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
661 An ABS_EXPR must have either an INTEGER_TYPE or a REAL_TYPE. The
    [all...]
tree-check.h 14 #define INTEGER_TYPE_CHECK(t) TREE_CHECK (t, INTEGER_TYPE)
tree.h 353 INTEGER_TYPE -- represents a type of integers.
976 TREE_CHECK5 (T, INTEGER_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, REAL_TYPE, \
1035 || TREE_CODE (TYPE) == INTEGER_TYPE)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def 117 compiler. OFFSET_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, INTEGER_TYPE,
126 /* C enums. The type node looks just like an INTEGER_TYPE node.
148 of this will point at the supertype (another INTEGER_TYPE,
151 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
661 An ABS_EXPR must have either an INTEGER_TYPE or a REAL_TYPE. The
    [all...]
tree-check.h 14 #define INTEGER_TYPE_CHECK(t) TREE_CHECK (t, INTEGER_TYPE)
tree.h 353 INTEGER_TYPE -- represents a type of integers.
976 TREE_CHECK5 (T, INTEGER_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, REAL_TYPE, \
1035 || TREE_CODE (TYPE) == INTEGER_TYPE)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def 117 compiler. OFFSET_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, INTEGER_TYPE,
126 /* C enums. The type node looks just like an INTEGER_TYPE node.
148 of this will point at the supertype (another INTEGER_TYPE,
151 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
661 An ABS_EXPR must have either an INTEGER_TYPE or a REAL_TYPE. The
    [all...]
tree-check.h 14 #define INTEGER_TYPE_CHECK(t) TREE_CHECK (t, INTEGER_TYPE)
tree.h 353 INTEGER_TYPE -- represents a type of integers.
976 TREE_CHECK5 (T, INTEGER_TYPE, ENUMERAL_TYPE, BOOLEAN_TYPE, REAL_TYPE, \
1035 || TREE_CODE (TYPE) == INTEGER_TYPE)
    [all...]
  /external/clang/lib/AST/
DumpXML.cpp 588 TemporaryContainer C(*this, "integer_type");
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java     [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 411 (** [integer_type c n] returns an integer type of bitwidth [n] in the context
413 val integer_type : llcontext -> int -> lltype var
    [all...]
llvm.ml 279 external integer_type : llcontext -> int -> lltype = "llvm_integer_type"
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 285 let i128_type = integer_type context 128 in
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]

Completed in 2482 milliseconds

1 2