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

1 2

  /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/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 186 case CK_BitCast:
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 238 if (CE->getCastKind() == clang::CK_BitCast) {
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaPseudoObject.cpp 825 result = S.ImpCastExprToType(result.get(), propType, CK_BitCast);
    [all...]
SemaChecking.cpp 536 CastNeeded = CK_BitCast;
    [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 90 E->getCastKind() != CK_BitCast &&
Transforms.cpp 111 while (implCE && implCE->getCastKind() == CK_BitCast)
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGExprComplex.cpp 437 case CK_BitCast:
    [all...]
CGExprAgg.cpp 692 case CK_BitCast:
    [all...]
CGExprConstant.cpp 667 case CK_BitCast:
    [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 295 case CK_BitCast:
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]

Completed in 272 milliseconds

1 2