HomeSort by relevance Sort by last modified time
    Searched refs:tcc_constant (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def 29 define language-specific tcc_exceptional or tcc_constant codes must
270 DEFTREECODE (INTEGER_CST, "integer_cst", tcc_constant, 0)
273 DEFTREECODE (REAL_CST, "real_cst", tcc_constant, 0)
276 DEFTREECODE (FIXED_CST, "fixed_cst", tcc_constant, 0)
280 DEFTREECODE (COMPLEX_CST, "complex_cst", tcc_constant, 0)
283 DEFTREECODE (VECTOR_CST, "vector_cst", tcc_constant, 0)
286 DEFTREECODE (STRING_CST, "string_cst", tcc_constant, 0)
    [all...]
tree.h 63 tcc_constant, /* A constant. */ enumerator in enum:tree_code_class
99 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_constant)
964 #define CST_CHECK(T) TREE_CLASS_CHECK (T, tcc_constant)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def 29 define language-specific tcc_exceptional or tcc_constant codes must
270 DEFTREECODE (INTEGER_CST, "integer_cst", tcc_constant, 0)
273 DEFTREECODE (REAL_CST, "real_cst", tcc_constant, 0)
276 DEFTREECODE (FIXED_CST, "fixed_cst", tcc_constant, 0)
280 DEFTREECODE (COMPLEX_CST, "complex_cst", tcc_constant, 0)
283 DEFTREECODE (VECTOR_CST, "vector_cst", tcc_constant, 0)
286 DEFTREECODE (STRING_CST, "string_cst", tcc_constant, 0)
    [all...]
tree.h 63 tcc_constant, /* A constant. */ enumerator in enum:tree_code_class
99 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_constant)
964 #define CST_CHECK(T) TREE_CLASS_CHECK (T, tcc_constant)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def 29 define language-specific tcc_exceptional or tcc_constant codes must
270 DEFTREECODE (INTEGER_CST, "integer_cst", tcc_constant, 0)
273 DEFTREECODE (REAL_CST, "real_cst", tcc_constant, 0)
276 DEFTREECODE (FIXED_CST, "fixed_cst", tcc_constant, 0)
280 DEFTREECODE (COMPLEX_CST, "complex_cst", tcc_constant, 0)
283 DEFTREECODE (VECTOR_CST, "vector_cst", tcc_constant, 0)
286 DEFTREECODE (STRING_CST, "string_cst", tcc_constant, 0)
    [all...]
tree.h 63 tcc_constant, /* A constant. */ enumerator in enum:tree_code_class
99 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_constant)
964 #define CST_CHECK(T) TREE_CLASS_CHECK (T, tcc_constant)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def 29 define language-specific tcc_exceptional or tcc_constant codes must
270 DEFTREECODE (INTEGER_CST, "integer_cst", tcc_constant, 0)
273 DEFTREECODE (REAL_CST, "real_cst", tcc_constant, 0)
276 DEFTREECODE (FIXED_CST, "fixed_cst", tcc_constant, 0)
280 DEFTREECODE (COMPLEX_CST, "complex_cst", tcc_constant, 0)
283 DEFTREECODE (VECTOR_CST, "vector_cst", tcc_constant, 0)
286 DEFTREECODE (STRING_CST, "string_cst", tcc_constant, 0)
    [all...]
tree.h 63 tcc_constant, /* A constant. */ enumerator in enum:tree_code_class
99 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_constant)
964 #define CST_CHECK(T) TREE_CLASS_CHECK (T, tcc_constant)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.def 48 DEFTREECODE (PTRMEM_CST, "ptrmem_cst", tcc_constant, 0)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 48 DEFTREECODE (PTRMEM_CST, "ptrmem_cst", tcc_constant, 0)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.def 48 DEFTREECODE (PTRMEM_CST, "ptrmem_cst", tcc_constant, 0)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 48 DEFTREECODE (PTRMEM_CST, "ptrmem_cst", tcc_constant, 0)

Completed in 750 milliseconds