HomeSort by relevance Sort by last modified time
    Searched refs:VK_RValue (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/lib/Analysis/
BodyFarm.cpp 89 BO_Assign, Ty, VK_RValue,
101 VK_RValue,
129 const_cast<Expr*>(Arg), 0, VK_RValue);
137 const_cast<Expr*>(Arg), 0, VK_RValue);
142 const_cast<Expr*>(Arg), 0, VK_RValue);
197 CallExpr *CE = new (C) CallExpr(C, ICE, None, C.VoidTy, VK_RValue,
230 VK_RValue, OK_Ordinary,
260 CallExpr *CE = new (C) CallExpr(C, ICE, None, C.VoidTy, VK_RValue,
  /external/clang/include/clang/Basic/
Specifiers.h 100 VK_RValue,
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 395 clang::VK_RValue,
407 clang::VK_RValue,
416 clang::VK_RValue);
426 clang::VK_RValue,
521 clang::VK_RValue,
532 clang::VK_RValue,
546 clang::VK_RValue,
556 clang::VK_RValue,
569 clang::VK_RValue);
575 clang::VK_RValue,
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 432 Expr(CXXBoolLiteralExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
463 Expr(CXXNullPtrLiteralExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
493 : Expr(CXXStdInitializerListExprClass, Ty, VK_RValue, OK_Ordinary,
765 : Expr(CXXThisExprClass, Type, VK_RValue, OK_Ordinary,
811 Expr(CXXThrowExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
    [all...]
ExprObjC.h 34 : Expr(ObjCStringLiteralClass, T, VK_RValue, OK_Ordinary, false, false,
65 Expr(ObjCBoolLiteralExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
99 : Expr(ObjCBoxedExprClass, T, VK_RValue, OK_Ordinary,
392 : Expr(ObjCSelectorExprClass, T, VK_RValue, OK_Ordinary, false, false,
434 : Expr(ObjCProtocolExprClass, T, VK_RValue, OK_Ordinary, false, false,
    [all...]
Expr.h 251 bool isRValue() const { return getValueKind() == VK_RValue; }
253 bool isGLValue() const { return getValueKind() != VK_RValue; }
398 return VK_RValue;
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaFixItUtils.cpp 137 S, Begin, VK_RValue);
SemaExprMember.cpp 379 if (HasRepeated) VK = VK_RValue;
    [all...]
SemaExpr.cpp 621 E, 0, VK_RValue));
629 Res.get(), 0, VK_RValue));
    [all...]
SemaCast.cpp 534 if (ValueKind == VK_RValue)
687 if (ValueKind == VK_RValue)
802 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload))
    [all...]
SemaOpenMP.cpp 139 ExprResult DE = BuildDeclRefExpr(VD, ExprType, VK_RValue, Id.getLoc());
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
Sema.cpp 267 if (VK == VK_RValue && !E->isRValue()) {
278 assert((VK == VK_RValue || !E->isRValue()) && "can't cast rvalue to lvalue");
    [all...]
SemaPseudoObject.cpp     [all...]
SemaOverload.cpp     [all...]
SemaLambda.cpp 349 E, /*base path*/ 0, VK_RValue);
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 90 : Expr(CXXNewExprClass, ty, VK_RValue, OK_Ordinary,
186 VK_RValue, OK_Ordinary,
714 : VK_RValue,
786 : Expr(SC, T, VK_RValue, OK_Ordinary,
    [all...]
Expr.cpp 643 : Expr(IntegerLiteralClass, type, VK_RValue, OK_Ordinary, false, false,
665 : Expr(FloatingLiteralClass, Type, VK_RValue, OK_Ordinary, false, false,
    [all...]
ExprClassification.cpp 67 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break;
92 case VK_RValue:
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 501 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]
RewriteModernObjC.cpp 588 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 44 case VK_RValue:
    [all...]

Completed in 204 milliseconds

1 2