HomeSort by relevance Sort by last modified time
    Searched refs:VK_RValue (Results 1 - 25 of 35) 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);
198 VK_RValue, SourceLocation());
230 VK_RValue, OK_Ordinary,
261 VK_RValue, SourceLocation());
  /external/clang/include/clang/Basic/
Specifiers.h 99 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,
522 clang::VK_RValue,
533 clang::VK_RValue,
547 clang::VK_RValue,
557 clang::VK_RValue,
570 clang::VK_RValue);
576 clang::VK_RValue,
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaFixItUtils.cpp 137 S, Begin, VK_RValue);
SemaExprMember.cpp 361 if (HasRepeated) VK = VK_RValue;
    [all...]
SemaExpr.cpp 516 E, 0, VK_RValue));
524 Res.get(), 0, VK_RValue));
    [all...]
SemaCast.cpp 537 if (ValueKind == VK_RValue)
671 if (ValueKind == VK_RValue)
691 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload))
752 if (ValueKind == VK_RValue && !DestType->isRecordType() &&
    [all...]
Sema.cpp 267 if (VK == VK_RValue && !E->isRValue()) {
278 assert((VK == VK_RValue || !E->isRValue()) && "can't cast rvalue to lvalue");
    [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaOverload.cpp     [all...]
SemaLambda.cpp 344 E, /*base path*/ 0, VK_RValue);
    [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 427 Expr(CXXBoolLiteralExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
456 Expr(CXXNullPtrLiteralExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
659 : Expr(CXXThisExprClass, Type, VK_RValue, OK_Ordinary,
704 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,
430 : 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; }
399 return VK_RValue;
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 90 : Expr(CXXNewExprClass, ty, VK_RValue, OK_Ordinary,
184 VK_RValue, OK_Ordinary,
773 : Expr(SC, T, VK_RValue, OK_Ordinary,
    [all...]
Expr.cpp 627 : Expr(IntegerLiteralClass, type, VK_RValue, OK_Ordinary, false, false,
649 : 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 388 milliseconds

1 2