Home
last modified time | relevance | path

Searched refs:PT_IntAPS (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPrimType.h44 PT_IntAPS = 9, enumerator
84 return T == PT_IntAP || T == PT_IntAPS || T == PT_Float; in needsAlloc()
116 template <> struct PrimConv<PT_IntAPS> {
173 TYPE_SWITCH_CASE(PT_IntAPS, B) \
194 TYPE_SWITCH_CASE(PT_IntAPS, B) \
213 TYPE_SWITCH_CASE(PT_IntAPS, B) \
224 TYPE_SWITCH_CASE(PT_IntAPS, B) \
H A DDescriptor.cpp289 if (Type == PT_IntAPS) in getCtorPrim()
290 return ctorTy<PrimConv<PT_IntAPS>::T>; in getCtorPrim()
304 if (Type == PT_IntAPS) in getDtorPrim()
305 return dtorTy<PrimConv<PT_IntAPS>::T>; in getDtorPrim()
317 if (Type == PT_IntAPS) in getMovePrim()
318 return moveTy<PrimConv<PT_IntAPS>::T>; in getMovePrim()
H A DCompiler.cpp349 if (ToT == PT_IntAPS) in VisitCastExpr()
389 if (T == PT_IntAPS) in VisitCastExpr()
499 if (ToT != PT_IntAP && ToT != PT_IntAPS && FromT != PT_IntAP && in VisitCastExpr()
500 FromT != PT_IntAPS && !CE->getType()->isEnumeralType()) in VisitCastExpr()
522 } else if (ToT == PT_IntAPS) { in VisitCastExpr()
4195 case PT_IntAPS: in visitZeroInitializer()
4354 case PT_IntAPS: in emitConst()
4371 if (Ty == PT_IntAPS) in emitConst()
6727 if (ToT == PT_IntAPS) in emitPrimCast()
6739 if (ToT == PT_IntAPS) in emitPrimCast()
H A DContext.cpp238 return PT_IntAPS; in integralTypeToPrimTypeS()
H A DInterpBuiltinBitCast.cpp54 TYPE_SWITCH_CASE(PT_IntAPS, B) \
H A DDisasm.cpp273 case PT_IntAPS: in primTypeToString()
H A DInterpBuiltin.cpp62 if (T == PT_IntAPS) { in pushInteger()
103 if (ValueT == PT_IntAPS) { in assignInteger()
H A DInterp.cpp2060 if (T == PT_IntAPS) { in copyPrimitiveMemory()