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

  /external/icu4c/i18n/
bms.cpp 20 #define CONST_CAST(type,value) const_cast<type>(value)
23 #define CONST_CAST(type,value) (type) (value)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 796 #define CONST_CAST(TYPE,X) CONST_CAST2(TYPE, const TYPE, (X))
797 #define CONST_CAST_TREE(X) CONST_CAST(union tree_node *, (X))
798 #define CONST_CAST_RTX(X) CONST_CAST(struct rtx_def *, (X))
799 #define CONST_CAST_BB(X) CONST_CAST(struct basic_block_def *, (X))
800 #define CONST_CAST_GIMPLE(X) CONST_CAST(union gimple_statement_d *, (X))
tree.h     [all...]

Completed in 617 milliseconds