Searched refs:getPrimType (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | EvaluationResult.cpp | 200 } else if (Desc->isPrimitive() && Desc->getPrimType() == PT_Ptr) { in collectBlocks() 205 } else if (Desc->isPrimitiveArray() && Desc->getPrimType() == PT_Ptr) { in collectBlocks()
|
| H A D | Disasm.cpp | 345 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 D | Descriptor.h | 246 PrimType getPrimType() const { in getPrimType() function
|
| H A D | InterpBuiltinBitCast.cpp | 89 return F(P, FieldDesc->getPrimType(), Offset, FullBitWidth, in enumerateData()
|
| H A D | Interp.cpp | 2095 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 D | InterpBuiltin.cpp | 2840 TYPE_SWITCH(Desc->getPrimType(), { in zeroAll() 2858 TYPE_SWITCH(Desc->getPrimType(), { in zeroAll() 2940 PrimType ET = DestDesc->getPrimType(); in copyComposite()
|
| H A D | Interp.h | 2986 assert(Ptr.atIndex(Index).getFieldDesc()->getPrimType() == Name); in ArrayElem() 2998 assert(Ptr.atIndex(Index).getFieldDesc()->getPrimType() == Name); in ArrayElemPop()
|