Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h271 bool isArrayRoot() const { return inArray() && Offset == Base; } in isArrayRoot() function
378 if (isArrayRoot()) in deref()
H A DInterp.h772 if (LHS.isArrayRoot())
774 if (RHS.isArrayRoot())