Home
last modified time | relevance | path

Searched refs:PT_IntAP (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPrimType.h43 PT_IntAP = 8, enumerator
84 return T == PT_IntAP || T == PT_IntAPS || T == PT_Float; in needsAlloc()
113 template <> struct PrimConv<PT_IntAP> {
172 TYPE_SWITCH_CASE(PT_IntAP, B) \
193 TYPE_SWITCH_CASE(PT_IntAP, B) \
212 TYPE_SWITCH_CASE(PT_IntAP, B) \
223 TYPE_SWITCH_CASE(PT_IntAP, B) \
H A DDescriptor.cpp287 if (Type == PT_IntAP) in getCtorPrim()
288 return ctorTy<PrimConv<PT_IntAP>::T>; in getCtorPrim()
302 if (Type == PT_IntAP) in getDtorPrim()
303 return dtorTy<PrimConv<PT_IntAP>::T>; in getDtorPrim()
315 if (Type == PT_IntAP) in getMovePrim()
316 return moveTy<PrimConv<PT_IntAP>::T>; in getMovePrim()
H A DInterpStack.h187 return PT_IntAP; in toPrimType()
189 return PT_IntAP; in toPrimType()
H A DCompiler.cpp346 if (ToT == PT_IntAP) in VisitCastExpr()
386 if (T == PT_IntAP) in VisitCastExpr()
499 if (ToT != PT_IntAP && ToT != PT_IntAPS && FromT != PT_IntAP && in VisitCastExpr()
519 if (ToT == PT_IntAP) { in VisitCastExpr()
4193 case PT_IntAP: in visitZeroInitializer()
4353 case PT_IntAP: in emitConst()
4373 if (Ty == PT_IntAP) in emitConst()
6724 if (ToT == PT_IntAP) in emitPrimCast()
6737 if (ToT == PT_IntAP) in emitPrimCast()
H A DContext.cpp254 return PT_IntAP; in integralTypeToPrimTypeU()
H A DInterpBuiltinBitCast.cpp53 TYPE_SWITCH_CASE(PT_IntAP, B) \
H A DDisasm.cpp271 case PT_IntAP: in primTypeToString()
H A DInterpBuiltin.cpp69 if (T == PT_IntAP) { in pushInteger()
107 } else if (ValueT == PT_IntAP) { in assignInteger()
H A DInterp.cpp2066 } else if (T == PT_IntAP) { in copyPrimitiveMemory()