HomeSort by relevance Sort by last modified time
    Searched defs:__has_builtin (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/
int_math.h 24 #ifndef __has_builtin
25 # define __has_builtin(x) 0 macro
37 #if __has_builtin(__builtin_isfinite)
  /external/llvm/include/llvm/Support/
Compiler.h 28 #ifndef __has_builtin
29 # define __has_builtin(x) 0 macro
220 #if __has_builtin(__builtin_expect) || __GNUC_PREREQ(4, 0)
297 #if __has_builtin(__builtin_unreachable) || __GNUC_PREREQ(4, 5)
305 #if __has_builtin(__builtin_trap) || __GNUC_PREREQ(4, 3)
313 #if __has_builtin(__builtin_assume_aligned) && __GNUC_PREREQ(4, 7)

Completed in 205 milliseconds