HomeSort by relevance Sort by last modified time
    Searched refs:CK_LValueToRValue (Results 1 - 25 of 29) 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/clang/lib/Analysis/
BodyFarm.cpp 128 return ImplicitCastExpr::Create(C, Ty, CK_LValueToRValue,
UninitializedValues.cpp 473 if (CE->getCastKind() == CK_LValueToRValue)
ThreadSafetyCommon.cpp 540 case CK_LValueToRValue: {
    [all...]
ThreadSafety.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 432 clang::CK_LValueToRValue,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 255 if (CastE->getCastKind() == CK_LValueToRValue) {
282 case CK_LValueToRValue:
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 284 if (!ice || ice->getCastKind() != CK_LValueToRValue) return true;
332 if (CE->getCastKind() == CK_LValueToRValue) {
    [all...]
CGExprAgg.cpp 686 case CK_LValueToRValue:
838 if (cast->getCastKind() == CK_LValueToRValue)
    [all...]
CGExprComplex.cpp 433 case CK_LValueToRValue:
    [all...]
CGDecl.cpp 616 case CK_LValueToRValue: {
    [all...]
CGExprConstant.cpp 680 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 379 case CK_LValueToRValue:
    [all...]
SemaStmt.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]

Completed in 229 milliseconds

1 2