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

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
pretty-print.h 271 #define pp_scalar(PP, FORMAT, SCALAR) \ macro
278 #define pp_decimal_int(PP, I) pp_scalar (PP, "%d", I)
280 pp_scalar (PP, HOST_WIDE_INT_PRINT_DEC, (HOST_WIDE_INT) I)
282 pp_scalar (PP, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) I)
283 #define pp_pointer(PP, P) pp_scalar (PP, "%p", P)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
pretty-print.h 271 #define pp_scalar(PP, FORMAT, SCALAR) \ macro
278 #define pp_decimal_int(PP, I) pp_scalar (PP, "%d", I)
280 pp_scalar (PP, HOST_WIDE_INT_PRINT_DEC, (HOST_WIDE_INT) I)
282 pp_scalar (PP, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) I)
283 #define pp_pointer(PP, P) pp_scalar (PP, "%p", P)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
pretty-print.h 271 #define pp_scalar(PP, FORMAT, SCALAR) \ macro
278 #define pp_decimal_int(PP, I) pp_scalar (PP, "%d", I)
280 pp_scalar (PP, HOST_WIDE_INT_PRINT_DEC, (HOST_WIDE_INT) I)
282 pp_scalar (PP, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) I)
283 #define pp_pointer(PP, P) pp_scalar (PP, "%p", P)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
pretty-print.h 271 #define pp_scalar(PP, FORMAT, SCALAR) \ macro
278 #define pp_decimal_int(PP, I) pp_scalar (PP, "%d", I)
280 pp_scalar (PP, HOST_WIDE_INT_PRINT_DEC, (HOST_WIDE_INT) I)
282 pp_scalar (PP, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) I)
283 #define pp_pointer(PP, P) pp_scalar (PP, "%p", P)

Completed in 369 milliseconds