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

  /external/clang/include/clang/AST/
OperationKinds.h 30 /// CK_BitCast - A conversion which causes a bit pattern of one type
42 CK_BitCast,
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 773 if (Kind == CK_BitCast)
777 } else if (Kind == CK_BitCast) {
    [all...]
SemaExpr.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 693 result = S.ImpCastExprToType(result.get(), propType, CK_BitCast);
    [all...]
SemaExprCXX.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaChecking.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 66 && E->getCastKind() != CK_BitCast)
TransProperties.cpp 318 while (implCE && implCE->getCastKind() == CK_BitCast)
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGExprComplex.cpp 391 case CK_BitCast:
CGExprAgg.cpp 601 case CK_BitCast:
    [all...]
CGExprConstant.cpp 710 case CK_BitCast:
    [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 240 case CK_BitCast:
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]

Completed in 513 milliseconds