Lines Matching defs:LV
47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV,
50 Base.Ptr = LV;
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV,
58 Base.Ptr = LV;
221 struct APValue::LV : LVBase {
233 LV() { PathLength = (unsigned)-1; }
234 ~LV() { resizePath(0); }
423 ((LV *)(char *)&Data)->~LV();
468 return reinterpret_cast<const LV *>(&Data)->hasPathPtr();
986 return ((const LV *)(const void *)&Data)->Base;
991 return ((const LV *)(const void *)&Data)->IsOnePastTheEnd;
996 return ((LV *)(void *)&Data)->Offset;
1001 return ((const LV *)(const char *)&Data)->hasPath();
1006 const LV &LVal = *((const LV *)(const char *)&Data);
1012 return ((const LV *)(const char *)&Data)->Base.getCallIndex();
1017 return ((const LV *)(const char *)&Data)->Base.getVersion();
1022 return ((const LV *)(const char *)&Data)->IsNullPtr;
1028 LV &LVal = *((LV *)(char *)&Data);
1040 LV &LVal = *((LV *)(char *)&Data);
1090 static_assert(sizeof(LV) <= DataSize, "LV too big");
1091 new ((void *)(char *)&Data) LV();
1124 LinkageInfo LV = LinkageInfo::external();
1127 LV.merge(MergeLV);
1128 return LV.getLinkage() == Linkage::Internal;
1215 return LV;