Searched refs:isLValueOnePastTheEnd (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp272 RHS.isLValueOnePastTheEnd(), RHS.isNullPointer());
575 else if (isLValueOnePastTheEnd())
625 if (isLValueOnePastTheEnd()) {
738 bool APValue::isLValueOnePastTheEnd() const { function in class:APValue
H A DExprConstant.cpp290 IsOnePastTheEnd = V.isLValueOnePastTheEnd();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h447 bool isLValueOnePastTheEnd() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6808 !Value.isLValueOnePastTheEnd() && ParamType->isPointerType()) {
6813 Value.isLValueOnePastTheEnd()) {

Completed in 359 milliseconds