HomeSort by: relevance | last modified time | path
    Searched refs:_GL_HAS_BUILTIN_TRAP (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
verify.h 237 # define _GL_HAS_BUILTIN_TRAP 1
239 # define _GL_HAS_BUILTIN_TRAP __has_builtin (__builtin_trap)
241 # define _GL_HAS_BUILTIN_TRAP 0
306 #elif (defined GCC_LINT || defined lint) && _GL_HAS_BUILTIN_TRAP
  /src/external/gpl3/gdb.old/dist/gnulib/import/
verify.h 237 # define _GL_HAS_BUILTIN_TRAP 1
239 # define _GL_HAS_BUILTIN_TRAP __has_builtin (__builtin_trap)
241 # define _GL_HAS_BUILTIN_TRAP 0
306 #elif (defined GCC_LINT || defined lint) && _GL_HAS_BUILTIN_TRAP

Completed in 23 milliseconds