Home
last modified time | relevance | path

Searched refs:KindT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h537 } KindT;
539 KindT Kind;
562 DbgValue(unsigned BlockNo, const DbgValueProperties &Prop, KindT Kind)
567 DbgValue(const DbgValueProperties &Prop, KindT Kind)
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp2175 PrimType KindT = *S.getContext().classify(Call->getArg(1)); in interp__builtin_object_size() local
2176 [[maybe_unused]] unsigned Kind = popToAPSInt(S.Stk, KindT).getZExtValue(); in interp__builtin_object_size()