Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPFloat.h170 enum fltCategory { enum
185 APFloat(const fltSemantics &, fltCategory, bool negative);
319 fltCategory getCategory() const { return category; } in getCategory()
453 fltCategory category: 3;
/external/llvm/lib/Support/
DAPFloat.cpp756 fltCategory ourCategory, bool negative) in APFloat()