Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h109 return P.asIntPointer().Value == asIntPointer().Value &&
128 return asIntPointer().Value + (Offset * elemSize()); in getIntegerRepresentation()
139 return Pointer(asIntPointer().Value, asIntPointer().Desc, Idx); in atIndex()
157 return Pointer(asIntPointer().Value + Field, asIntPointer().Desc); in atField()
251 return asIntPointer().Value == 0 && Offset == 0; in isZero()
270 return asIntPointer().Desc; in getDeclDesc()
284 return asIntPointer().Desc ? asIntPointer().Desc->getSource() : DeclTy(); in getSource()
310 return asIntPointer().Desc; in getFieldDesc()
339 if (!asIntPointer().Desc) in elemSize()
341 return asIntPointer().Desc->getElemSize(); in elemSize()
[all …]
H A DPointer.cpp131 CharUnits::fromQuantity(asIntPointer().Value + this->Offset), in toAPValue()
260 return (Twine("&(") + Twine(asIntPointer().Value + Offset) + ")").str(); in toDiagnosticString()