Home
last modified time | relevance | path

Searched refs:getPrimType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvaluationResult.cpp200 } else if (Desc->isPrimitive() && Desc->getPrimType() == PT_Ptr) { in collectBlocks()
205 } else if (Desc->isPrimitiveArray() && Desc->getPrimType() == PT_Ptr) { in collectBlocks()
H A DDisasm.cpp345 OS << primTypeToString(Desc->getPrimType()) << " "; in dump()
347 TYPE_SWITCH(Desc->getPrimType(), { GP.deref<T>().print(OS); }); in dump()
390 OS << " primitive " << primTypeToString(getPrimType()); in dump()
H A DDescriptor.h246 PrimType getPrimType() const { in getPrimType() function
H A DInterpBuiltinBitCast.cpp89 return F(P, FieldDesc->getPrimType(), Offset, FullBitWidth, in enumerateData()
H A DInterp.cpp2095 TYPE_SWITCH_ALLOC(Fi.Desc->getPrimType(), { in finishGlobalRecurse()
2098 copyPrimitiveMemory(S, Ptr.atField(Fi.Offset), Fi.Desc->getPrimType()); in finishGlobalRecurse()
2111 PrimType PT = D->getPrimType(); in finishGlobalRecurse()
H A DInterpBuiltin.cpp2840 TYPE_SWITCH(Desc->getPrimType(), { in zeroAll()
2858 TYPE_SWITCH(Desc->getPrimType(), { in zeroAll()
2940 PrimType ET = DestDesc->getPrimType(); in copyComposite()
H A DInterp.h2986 assert(Ptr.atIndex(Index).getFieldDesc()->getPrimType() == Name); in ArrayElem()
2998 assert(Ptr.atIndex(Index).getFieldDesc()->getPrimType() == Name); in ArrayElemPop()