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

Completed in 546 milliseconds

1 2