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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
pretty-print.h 262 #define pp_scalar(PP, FORMAT, SCALAR) \ macro
269 #define pp_decimal_int(PP, I) pp_scalar (PP, "%d", I)
271 pp_scalar (PP, HOST_WIDE_INT_PRINT_DEC, (HOST_WIDE_INT) I)
273 pp_scalar (PP, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) I)
274 #define pp_pointer(PP, P) pp_scalar (PP, "%p", P)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
pretty-print.h 262 #define pp_scalar(PP, FORMAT, SCALAR) \ macro
269 #define pp_decimal_int(PP, I) pp_scalar (PP, "%d", I)
271 pp_scalar (PP, HOST_WIDE_INT_PRINT_DEC, (HOST_WIDE_INT) I)
273 pp_scalar (PP, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) I)
274 #define pp_pointer(PP, P) pp_scalar (PP, "%p", P)
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
pretty-print.h 262 #define pp_scalar(PP, FORMAT, SCALAR) \ macro
269 #define pp_decimal_int(PP, I) pp_scalar (PP, "%d", I)
271 pp_scalar (PP, HOST_WIDE_INT_PRINT_DEC, (HOST_WIDE_INT) I)
273 pp_scalar (PP, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) I)
274 #define pp_pointer(PP, P) pp_scalar (PP, "%p", P)

Completed in 68 milliseconds