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

1 2

  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 398 clang::VK_RValue,
410 clang::VK_RValue,
419 clang::VK_RValue);
427 clang::VK_RValue,
523 clang::VK_RValue,
534 clang::VK_RValue,
547 clang::VK_RValue,
556 clang::VK_RValue,
569 clang::VK_RValue);
575 clang::VK_RValue,
    [all...]
  /external/clang/include/clang/Basic/
Specifiers.h 91 VK_RValue,
  /external/clang/include/clang/AST/
ExprCXX.h 396 Expr(CXXBoolLiteralExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
425 Expr(CXXNullPtrLiteralExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
619 : Expr(CXXThisExprClass, Type, VK_RValue, OK_Ordinary,
664 Expr(CXXThrowExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
827 VK_RValue, OK_Ordinary, SubExpr->isTypeDependent(),
    [all...]
ExprObjC.h 34 : Expr(ObjCStringLiteralClass, T, VK_RValue, OK_Ordinary, false, false,
67 Expr(ObjCBoolLiteralExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
101 : Expr(ObjCBoxedExprClass, T, VK_RValue, OK_Ordinary,
388 : Expr(ObjCSelectorExprClass, T, VK_RValue, OK_Ordinary, false, false,
428 : Expr(ObjCProtocolExprClass, T, VK_RValue, OK_Ordinary, false, false,
    [all...]
Expr.h 202 bool isRValue() const { return getValueKind() == VK_RValue; }
204 bool isGLValue() const { return getValueKind() != VK_RValue; }
347 return VK_RValue;
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaFixItUtils.cpp 136 S, Begin, VK_RValue);
SemaExpr.cpp 410 E, 0, VK_RValue));
418 Res.get(), 0, VK_RValue));
    [all...]
SemaCast.cpp 533 if (ValueKind == VK_RValue)
667 if (ValueKind == VK_RValue)
687 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload))
748 if (ValueKind == VK_RValue && !DestType->isRecordType() &&
    [all...]
SemaExprMember.cpp 369 if (HasRepeated) VK = VK_RValue;
    [all...]
Sema.cpp 249 if (VK == VK_RValue && !E->isRValue()) {
260 assert((VK == VK_RValue || !E->isRValue()) && "can't cast rvalue to lvalue");
    [all...]
SemaExprObjC.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 533 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]
RewriteObjC.cpp 495 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 56 : Expr(CXXNewExprClass, ty, VK_RValue, OK_Ordinary,
160 VK_RValue, OK_Ordinary,
731 : Expr(SC, T, VK_RValue, OK_Ordinary,
800 : Expr(LambdaExprClass, T, VK_RValue, OK_Ordinary,
    [all...]
ExprClassification.cpp 41 case VK_RValue:
81 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break;
Expr.cpp     [all...]
StmtDumper.cpp 105 case VK_RValue: break;
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]

Completed in 457 milliseconds

1 2