Home
last modified time | relevance | path

Searched defs:INF (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/C/C11/
H A Dn1464.c15 #define INF(type) (type)__builtin_inf() macro
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DRegisterValue.h37 INF, // Infinity global() enumerator
/llvm-project/libc/test/src/__support/FPUtil/
H A Dfpbits_test.cpp202 INF, global() enumerator
/llvm-project/clang/test/Sema/
H A Dconstexpr.c341 #define INF __builtin_inf() macro
/llvm-project/llvm/lib/Support/
H A Dregcomp.c1116 # define INF 3 in repeat() macro
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp70 static constexpr int64_t INF = ((int64_t)1) << 50; variable