HomeSort by relevance Sort by last modified time
    Searched refs:CONST_CAST_TREE (Results 1 - 2 of 2) 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/
system.h 1007 #define CONST_CAST_TREE(X) CONST_CAST(union tree_node *, (X))
    [all...]
tree.h 964 (EXP) = tree_strip_nop_conversions (CONST_CAST_TREE (EXP))
969 (EXP) = tree_strip_sign_nop_conversions (CONST_CAST_TREE (EXP))
    [all...]

Completed in 88 milliseconds