HomeSort by relevance Sort by last modified time
    Searched refs:tcc_unary (Results 1 - 3 of 3) 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/cp/
cp-tree.def 246 DEFTREECODE (CAST_EXPR, "cast_expr", tcc_unary, 1)
247 DEFTREECODE (REINTERPRET_CAST_EXPR, "reinterpret_cast_expr", tcc_unary, 1)
248 DEFTREECODE (CONST_CAST_EXPR, "const_cast_expr", tcc_unary, 1)
249 DEFTREECODE (STATIC_CAST_EXPR, "static_cast_expr", tcc_unary, 1)
250 DEFTREECODE (DYNAMIC_CAST_EXPR, "dynamic_cast_expr", tcc_unary, 1)
251 DEFTREECODE (IMPLICIT_CONV_EXPR, "implicit_conv_expr", tcc_unary, 1)
254 DEFTREECODE (NOEXCEPT_EXPR, "noexcept_expr", tcc_unary, 1)
352 DEFTREECODE (UNARY_PLUS_EXPR, "unary_plus_expr", tcc_unary, 1)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.def 22 /* For tcc_references, tcc_expression, tcc_comparison, tcc_unary,
    [all...]
tree.h 126 tcc_unary, /* A unary arithmetic expression. */ enumerator in enum:tree_code_class
192 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_unary)
    [all...]

Completed in 42 milliseconds