HomeSort by relevance Sort by last modified time
    Searched refs:isRValue (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ExprClassification.cpp 369 if (E->isRValue())
  /external/clang/lib/Sema/
Sema.cpp 249 if (VK == VK_RValue && !E->isRValue()) {
260 assert((VK == VK_RValue || !E->isRValue()) && "can't cast rvalue to lvalue");
    [all...]
SemaExprCXX.cpp     [all...]
SemaPseudoObject.cpp 687 if (RefExpr->isExplicitProperty() && result.get()->isRValue() &&
    [all...]
SemaExprMember.cpp 819 assert((!isArrow || Base->isRValue()) && "-> base must be a pointer rvalue");
    [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaType.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 100 if (E->isRValue())
340 if (!ME->isArrow() && ME->getBase()->isRValue()) {
    [all...]
CGExprScalar.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 202 bool isRValue() const { return getValueKind() == VK_RValue; }
302 bool isRValue() const { return Kind >= CL_XValue; }
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 737 if (!ME->isArrow() && ME->getBase()->isRValue()) {
    [all...]

Completed in 71 milliseconds