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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 61 /* Order of tcc_type and tcc_declaration is important. */
62 tcc_type, /* A type object code. */ enumerator in enum:tree_code_class
101 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_type)
787 tree_not_class_check_failed (__t, tcc_type, __FILE__, __LINE__, \
937 #define TYPE_CHECK(T) TREE_CLASS_CHECK (T, tcc_type)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h 61 /* Order of tcc_type and tcc_declaration is important. */
62 tcc_type, /* A type object code. */ enumerator in enum:tree_code_class
101 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_type)
795 tree_not_class_check_failed (__t, tcc_type, __FILE__, __LINE__, \
945 #define TYPE_CHECK(T) TREE_CLASS_CHECK (T, tcc_type)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree.h 61 /* Order of tcc_type and tcc_declaration is important. */
62 tcc_type, /* A type object code. */ enumerator in enum:tree_code_class
101 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_type)
795 tree_not_class_check_failed (__t, tcc_type, __FILE__, __LINE__, \
945 #define TYPE_CHECK(T) TREE_CLASS_CHECK (T, tcc_type)
    [all...]

Completed in 673 milliseconds