Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DAPFloat.h367 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); } in isNormal() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCleanup.h257 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope()