Home
last modified time | relevance | path

Searched refs:baseCast (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.h49 IntPointer baseCast(const ASTContext &ASTCtx, unsigned BaseOffset) const;
H A DPointer.cpp836 IntPointer IntPointer::baseCast(const ASTContext &ASTCtx, in baseCast() function in IntPointer
H A DInterp.h1767 S.Stk.push<Pointer>(Ptr.asIntPointer().baseCast(S.getASTContext(), Off)); in GetPtrBase()
1788 S.Stk.push<Pointer>(Ptr.asIntPointer().baseCast(S.getASTContext(), Off)); in GetPtrBasePop()