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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.def 184 tree node of class tcc_constant. */
263 tcc_constant.
tree.def 28 define language-specific tcc_exceptional or tcc_constant codes must
269 DEFTREECODE (INTEGER_CST, "integer_cst", tcc_constant, 0)
272 DEFTREECODE (REAL_CST, "real_cst", tcc_constant, 0)
275 DEFTREECODE (FIXED_CST, "fixed_cst", tcc_constant, 0)
279 DEFTREECODE (COMPLEX_CST, "complex_cst", tcc_constant, 0)
282 DEFTREECODE (VECTOR_CST, "vector_cst", tcc_constant, 0)
285 DEFTREECODE (STRING_CST, "string_cst", tcc_constant, 0)
    [all...]
langhooks.h 258 /* Determines the size of any language-specific tcc_constant or
tree.h 120 tcc_constant, /* A constant. */ enumerator in enum:tree_code_class
156 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_constant)
923 #define CST_CHECK(T) TREE_CLASS_CHECK (T, tcc_constant)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.def 46 DEFTREECODE (PTRMEM_CST, "ptrmem_cst", tcc_constant, 0)

Completed in 207 milliseconds