Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPrimType.h35 PT_Sint16, enumerator
68 template <> struct PrimConv<PT_Sint16> { using T = Integral<16, true>; };
114 TYPE_SWITCH_CASE(PT_Sint16, B) \
134 TYPE_SWITCH_CASE(PT_Sint16, B) \
H A DInterpBuiltin.cpp33 return PT_Sint16; in getIntPrimType()
46 return PT_Sint16; in getLongPrimType()
70 else if (IntType == PT_Sint16) in pushInt()
133 else if (LongType == PT_Sint16) in pushLong()
173 RET_CASE(PT_Sint16); in retPrimValue()
H A DInterpStack.h167 return PT_Sint16; in toPrimType()
H A DContext.cpp149 return PT_Sint16; in classify()
H A DByteCodeExprGen.cpp1943 case PT_Sint16: in visitZeroInitializer()
2189 case PT_Sint16: in emitConst()