Home
last modified time | relevance | path

Searched refs:LLONG_AT_LEAST (Results 1 – 2 of 2) sorted by relevance

/external/clang/INPUTS/
Dc99-intconst-1.c165 #define LLONG_AT_LEAST(B) \ macro
169 #define LLONG_HAS_BITS(B) (LLONG_AT_LEAST((B)) && !LLONG_AT_LEAST((B) + 1))
301 #if LLONG_AT_LEAST(65) in foo()
305 #if LLONG_AT_LEAST(66) in foo()
309 #if LLONG_AT_LEAST(67) in foo()
313 #if LLONG_AT_LEAST(68) in foo()
317 #if LLONG_AT_LEAST(69) in foo()
321 #if LLONG_AT_LEAST(70) in foo()
325 #if LLONG_AT_LEAST(71) in foo()
329 #if LLONG_AT_LEAST(72) in foo()
[all …]
/external/llvm-project/clang/INPUTS/
Dc99-intconst-1.c165 #define LLONG_AT_LEAST(B) \ macro
169 #define LLONG_HAS_BITS(B) (LLONG_AT_LEAST((B)) && !LLONG_AT_LEAST((B) + 1))
301 #if LLONG_AT_LEAST(65) in foo()
305 #if LLONG_AT_LEAST(66) in foo()
309 #if LLONG_AT_LEAST(67) in foo()
313 #if LLONG_AT_LEAST(68) in foo()
317 #if LLONG_AT_LEAST(69) in foo()
321 #if LLONG_AT_LEAST(70) in foo()
325 #if LLONG_AT_LEAST(71) in foo()
329 #if LLONG_AT_LEAST(72) in foo()
[all …]