Home
last modified time | relevance | path

Searched refs:PT_FixedPoint (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPrimType.h46 PT_FixedPoint = 11, enumerator
78 constexpr bool isIntegralType(PrimType T) { return T <= PT_FixedPoint; } in isIntegralType()
131 template <> struct PrimConv<PT_FixedPoint> {
178 TYPE_SWITCH_CASE(PT_FixedPoint, B) \
H A DInterpStack.h193 return PT_FixedPoint; in toPrimType()
H A DContext.cpp333 return PT_FixedPoint; in classify()
H A DDisasm.cpp283 case PT_FixedPoint: in primTypeToString()
H A DCompiler.cpp782 assert(classifyPrim(E) == PT_FixedPoint); in VisitFixedPointLiteral()
4206 case PT_FixedPoint: { in visitZeroInitializer()
4355 case PT_FixedPoint: in emitConst()