HomeSort by relevance Sort by last modified time
    Searched refs:CONST_CAST (Results 1 - 5 of 5) 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)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 897 #define CONST_CAST2(TOTYPE,FROMTYPE,X) (const_cast<TOTYPE> (X))
921 #define CONST_CAST(TYPE,X) CONST_CAST2(TYPE, const TYPE, (X))
922 #define CONST_CAST_TREE(X) CONST_CAST(union tree_node *, (X))
923 #define CONST_CAST_RTX(X) CONST_CAST(struct rtx_def *, (X))
924 #define CONST_CAST_BB(X) CONST_CAST(struct basic_block_def *, (X))
925 #define CONST_CAST_GIMPLE(X) CONST_CAST(union gimple_statement_d *, (X))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 897 #define CONST_CAST2(TOTYPE,FROMTYPE,X) (const_cast<TOTYPE> (X))
921 #define CONST_CAST(TYPE,X) CONST_CAST2(TYPE, const TYPE, (X))
922 #define CONST_CAST_TREE(X) CONST_CAST(union tree_node *, (X))
923 #define CONST_CAST_RTX(X) CONST_CAST(struct rtx_def *, (X))
924 #define CONST_CAST_BB(X) CONST_CAST(struct basic_block_def *, (X))
925 #define CONST_CAST_GIMPLE(X) CONST_CAST(union gimple_statement_d *, (X))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 897 #define CONST_CAST2(TOTYPE,FROMTYPE,X) (const_cast<TOTYPE> (X))
921 #define CONST_CAST(TYPE,X) CONST_CAST2(TYPE, const TYPE, (X))
922 #define CONST_CAST_TREE(X) CONST_CAST(union tree_node *, (X))
923 #define CONST_CAST_RTX(X) CONST_CAST(struct rtx_def *, (X))
924 #define CONST_CAST_BB(X) CONST_CAST(struct basic_block_def *, (X))
925 #define CONST_CAST_GIMPLE(X) CONST_CAST(union gimple_statement_d *, (X))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 897 #define CONST_CAST2(TOTYPE,FROMTYPE,X) (const_cast<TOTYPE> (X))
921 #define CONST_CAST(TYPE,X) CONST_CAST2(TYPE, const TYPE, (X))
922 #define CONST_CAST_TREE(X) CONST_CAST(union tree_node *, (X))
923 #define CONST_CAST_RTX(X) CONST_CAST(struct rtx_def *, (X))
924 #define CONST_CAST_BB(X) CONST_CAST(struct basic_block_def *, (X))
925 #define CONST_CAST_GIMPLE(X) CONST_CAST(union gimple_statement_d *, (X))

Completed in 361 milliseconds