HomeSort by relevance Sort by last modified time
    Searched defs:C_ALLOCA (Results 1 - 3 of 3) 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/
libiberty.h 652 USE_C_ALLOCA yourself. The canonical autoconf macro C_ALLOCA is
655 extern void *C_alloca (size_t) ATTRIBUTE_MALLOC;
659 # undef C_ALLOCA
666 # define alloca(x) C_alloca(x)
669 # undef C_ALLOCA
670 # define C_ALLOCA 1
  /external/oprofile/libpopt/
config.h 9 #undef C_ALLOCA
  /external/bison/lib/
config.in.h 31 #undef C_ALLOCA
    [all...]

Completed in 137 milliseconds