Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAPValue.h192 bool isAddrLabelDiff() const { return Kind == AddrLabelDiff; } in isAddrLabelDiff() function
339 assert(isAddrLabelDiff() && "Invalid accessor"); in getAddrLabelDiffLHS()
343 assert(isAddrLabelDiff() && "Invalid accessor"); in getAddrLabelDiffRHS()
/external/llvm-project/clang/include/clang/AST/
DAPValue.h393 bool isAddrLabelDiff() const { return Kind == AddrLabelDiff; }
559 assert(isAddrLabelDiff() && "Invalid accessor");
563 assert(isAddrLabelDiff() && "Invalid accessor");
/external/clang/lib/AST/
DExprConstant.cpp6234 if (V.isLValue() || V.isAddrLabelDiff()) { in Success()
8102 if (Result.isAddrLabelDiff()) in VisitCastExpr()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp10627 if (V.isLValue() || V.isAddrLabelDiff() || V.isIndeterminate()) { in Success()
13246 if (Result.isAddrLabelDiff()) in VisitCastExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp7098 assert(result.isLValue() || result.isAddrLabelDiff()); in GetValueRange()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp10595 assert(result.isLValue() || result.isAddrLabelDiff()); in GetValueRange()