Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumNodes.def46 NODE(BinaryFPType)
H A DItaniumDemangle.h1188 class BinaryFPType final : public Node {
1192 BinaryFPType(const Node *Dimension_) in BinaryFPType() function
4217 return make<BinaryFPType>(DimensionNumber); in parseType()