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

1 2

  /external/clang/include/clang/Basic/
Specifiers.h 91 VK_RValue,
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 398 clang::VK_RValue,
410 clang::VK_RValue,
419 clang::VK_RValue);
429 clang::VK_RValue,
525 clang::VK_RValue,
536 clang::VK_RValue,
549 clang::VK_RValue,
558 clang::VK_RValue,
571 clang::VK_RValue);
577 clang::VK_RValue,
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 413 Expr(CXXBoolLiteralExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
442 Expr(CXXNullPtrLiteralExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
640 : Expr(CXXThisExprClass, Type, VK_RValue, OK_Ordinary,
685 Expr(CXXThrowExprClass, Ty, VK_RValue, OK_Ordinary, false, false,
848 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 204 bool isRValue() const { return getValueKind() == VK_RValue; }
206 bool isGLValue() const { return getValueKind() != VK_RValue; }
352 return VK_RValue;
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaFixItUtils.cpp 137 S, Begin, VK_RValue);
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...]
SemaExpr.cpp 491 E, 0, VK_RValue));
499 Res.get(), 0, VK_RValue));
    [all...]
Sema.cpp 254 if (VK == VK_RValue && !E->isRValue()) {
265 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...]
SemaDeclCXX.cpp     [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 547 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]
RewriteObjC.cpp 500 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 72 : Expr(CXXNewExprClass, ty, VK_RValue, OK_Ordinary,
169 VK_RValue, OK_Ordinary,
743 : Expr(SC, T, VK_RValue, OK_Ordinary,
    [all...]
Expr.cpp 563 : Expr(IntegerLiteralClass, type, VK_RValue, OK_Ordinary, false, false,
585 : Expr(FloatingLiteralClass, Type, VK_RValue, OK_Ordinary, false, false,
    [all...]
ExprClassification.cpp 41 case VK_RValue:
82 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break;
StmtDumper.cpp 106 case VK_RValue: break;
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 42 case VK_RValue:

Completed in 525 milliseconds

1 2