HomeSort by: relevance | last modified time | path
    Searched refs:isRValue (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 104 if (E->isRValue())
2303 if (!E->isRValue() || E->getType()->isLiteralType(Info.Ctx))
2508 assert(E->isRValue() && "missing lvalue-to-rvalue conv in bool condition");
4571 if (Object->getType()->isPointerType() && Object->isRValue())
7951 } else if (E->getBase()->isRValue()) {
8679 assert(E->isRValue() && E->getType()->hasPointerRepresentation());
9567 assert(E->isRValue() && E->getType()->isMemberPointerType());
10057 assert(E->isRValue() && E->getType()->isRecordType() &&
10113 assert(E->isRValue() && E->getType()->isRecordType());
10155 assert(E->isRValue() && E->getType()->isVectorType() &&"not a vector rvalue")
    [all...]
ExprClassification.cpp 427 if (E->isRValue())
Expr.cpp 115 assert(BO->getRHS()->isRValue());
1746 if (isRValue() && !Ty->isDependentType() && !SETy->isDependentType()) {
2259 if (!getInit(0)->isRValue() && getType()->isRecordType())
3944 return DRE1->isRValue() && DRE2->isRValue() &&
DeclCXX.cpp 2237 if (Base->isRValue() && Base->getType()->isRecordType())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MoveChecker.cpp 475 AFC->getArgExpr(0)->isRValue())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp 912 assert((!IsArrow || Base->isRValue()) && "-> base must be a pointer rvalue");
966 if (!IsArrow && BaseExpr && BaseExpr->isRValue()) {
SemaStmtAsm.cpp 738 if (Res->isRValue()) {
SemaExprCXX.cpp 4586 if (ToType->isReferenceType() && From->isRValue()) {
5639 case ET_IsRValueExpr: return E->isRValue();
5674 else if (LHS.get()->isRValue())
5791 if (isIndirect || !LHS.get()->Classify(Context).isRValue())
6851 if (!E->isRValue())
7798 if (E->isRValue()) {
Sema.cpp 579 if (VK == VK_RValue && !E->isRValue()) {
595 assert((VK == VK_RValue || Kind == CK_Dependent || !E->isRValue()) &&
SemaInit.cpp 4076 UnwrappedArgs.size() == 1 && UnwrappedArgs[0]->isRValue() &&
4489 if (!E->isRValue())
4851 (isLValueRef || InitCategory.isRValue())) {
5496 assert(src->isRValue());
7883 if (!ArgStripped->isRValue() || !ArgStripped->getType()->isRecordType())
7953 if (!E->isRValue() || !getLangOpts().CPlusPlus11)
8244 assert(CurInit.get()->isRValue() && "not a temporary");
8404 assert(CurInit.get()->isRValue() && "cannot convert glvalue to atomic");
SemaCast.cpp 818 if (SrcExpr.get()->isRValue())
1899 if (isa<RValueReferenceType>(DestTypeTmp) && SrcExpr.get()->isRValue()) {
3112 if (SrcExpr.get()->isRValue())
SemaPseudoObject.cpp 838 if (RefExpr->isExplicitProperty() && result.get()->isRValue()) {
SemaOverload.cpp 4784 ICS.Standard.BindsToRvalue = InitCategory.isRValue();
4840 if (InitCategory.isRValue() && RefRelationship != Sema::Ref_Incompatible)
5390 if (!FromClassification.isRValue()) {
5409 ICS.Standard.BindsToRvalue = FromClassification.isRValue();
5438 if (From->isRValue()) {
5472 << Method->getDeclName() << FromClassification.isRValue()
SemaExprObjC.cpp 1876 if (typeArgs && Args[i]->isRValue() && paramType->isBlockPointerType() &&
SemaType.cpp 2400 if (ArraySize && !ArraySize->isRValue()) {
SemaExpr.cpp 7069 assert(E.get()->isRValue());
8770 if (commonExpr->isRValue() && (commonExpr->getType()->isRecordType() ||
SemaDeclCXX.cpp 8328 if (E->isRValue() && S.Context.hasSameType(E->getType(), R))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 2018 assert(E->isRValue() && "The expression is not an rvalue!");
2196 if (Inner->isRValue())
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp 2171 } else if (isa<CallExpr>(E) && E->isRValue()) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 273 bool isRValue() const { return getValueKind() == VK_RValue; }
379 bool isRValue() const { return Kind >= CL_XValue; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 203 if (E->isRValue())
5401 if (ov == resultExpr && ov->isRValue() && !forLValue &&
CGExprScalar.cpp 4836 if (BaseExpr->isRValue()) {

Completed in 179 milliseconds