Home
last modified time | relevance | path

Searched defs:isNormal (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DModuleLoader.h64 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h356 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
1233 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.h286 EHCleanupScope(bool isNormal, bool isEH, unsigned cleanupSize, in EHCleanupScope()