Home
last modified time | relevance | path

Searched refs:fltCategory (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPFloat.h226 enum fltCategory { enum
385 fltCategory getCategory() const { return category; } in getCategory()
607 fltCategory category : 3;
671 fltCategory getCategory() const;
1236 fltCategory getCategory() const { return getIEEE().getCategory(); } in getCategory()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h171 const llvm::APFloat::fltCategory &RHS) { in fromFloatSpecialBinOp()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DAPFloat.cpp4868 APFloat::fltCategory DoubleAPFloat::getCategory() const { in getCategory()