Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h1725 bool NullOK, const Type *TargetType) { in GetPtrDerivedPop() argument
1727 if (!NullOK && !CheckNull(S, OpPC, Ptr, CSK_Derived)) in GetPtrDerivedPop()
1781 bool NullOK) { in GetPtrBasePop() argument
1784 if (!NullOK && !CheckNull(S, OpPC, Ptr, CSK_Base)) in GetPtrBasePop()