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

1 2

  /external/clang/include/clang/AST/
OperationKinds.h 50 /// CK_LValueToRValue - A conversion which causes the extraction of
53 CK_LValueToRValue,
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 55 if (castE->getCastKind() == CK_LValueToRValue)
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 268 if (implicit_cast->getCastKind() != CK_LValueToRValue)
  /external/clang/lib/Analysis/
BodyFarm.cpp 130 return ImplicitCastExpr::Create(C, Ty, CK_LValueToRValue,
ThreadSafetyCommon.cpp 356 case CK_LValueToRValue: {
UninitializedValues.cpp 414 if (CE->getCastKind() == CK_LValueToRValue)
ThreadSafety.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 233 if (CastE->getCastKind() == CK_LValueToRValue) {
260 case CK_LValueToRValue:
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 258 if (!ice || ice->getCastKind() != CK_LValueToRValue) return true;
    [all...]
CGExprAgg.cpp 669 case CK_LValueToRValue:
821 if (cast->getCastKind() == CK_LValueToRValue)
    [all...]
CGExprComplex.cpp 423 case CK_LValueToRValue:
    [all...]
CGExprConstant.cpp 639 case CK_LValueToRValue:
    [all...]
CGBlocks.cpp     [all...]
CGCall.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
Sema.cpp 318 case CK_LValueToRValue:
    [all...]
SemaChecking.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp 624 ExprResult Res = ImplicitCastExpr::Create(Context, T, CK_LValueToRValue, E,
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]

Completed in 1384 milliseconds

1 2