HomeSort by relevance Sort by last modified time
    Searched defs:C_ALLOCA (Results 1 - 4 of 4) 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
  /toolchain/binutils/binutils-2.25/include/
libiberty.h 664 USE_C_ALLOCA yourself. The canonical autoconf macro C_ALLOCA is
667 extern void *C_alloca (size_t) ATTRIBUTE_MALLOC;
671 # undef C_ALLOCA
678 # define alloca(x) C_alloca(x)
681 # undef C_ALLOCA
682 # define C_ALLOCA 1
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c     [all...]
  /external/bison/lib/
config.in.h 31 #undef C_ALLOCA
    [all...]

Completed in 4348 milliseconds