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

  /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/clang/lib/Analysis/
BodyFarm.cpp 128 return ImplicitCastExpr::Create(C, Ty, CK_LValueToRValue,
UninitializedValues.cpp 416 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 223 if (CastE->getCastKind() == CK_LValueToRValue) {
250 case CK_LValueToRValue:
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 232 if (!ice || ice->getCastKind() != CK_LValueToRValue) return true;
    [all...]
CGExprAgg.cpp 716 case CK_LValueToRValue:
    [all...]
CGExprComplex.cpp 386 case CK_LValueToRValue:
CGExprConstant.cpp 686 case CK_LValueToRValue:
    [all...]
CGBlocks.cpp 839 ImplicitCastExpr l2r(ImplicitCastExpr::OnStack, type, CK_LValueToRValue,
    [all...]
CGCall.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp 271 case CK_LValueToRValue:
    [all...]
SemaChecking.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp 515 ExprResult Res = Owned(ImplicitCastExpr::Create(Context, T, CK_LValueToRValue,
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]

Completed in 80 milliseconds