HomeSort by relevance Sort by last modified time
    Searched refs:CK_BitCast (Results 1 - 25 of 30) 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/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp 166 if (CE->getCastKind() != CK_BitCast)
DynamicTypePropagation.cpp 499 if (CE->getCastKind() != CK_BitCast)
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaPseudoObject.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 264 if (CE->getCastKind() == clang::CK_BitCast) {
slang_rs_context.cpp 379 clang::CStyleCastExpr *const CSCE = clang::CStyleCastExpr::Create(mCtx, VoidPtrType, clang::VK_RValue, clang::CK_BitCast,
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 90 E->getCastKind() != CK_BitCast &&
Transforms.cpp 113 while (implCE && implCE->getCastKind() == CK_BitCast)
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 299 case CK_BitCast: {
ExprEngineC.cpp 317 case CK_BitCast:
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGExprComplex.cpp 444 case CK_BitCast:
    [all...]
CGDecl.cpp 609 case CK_BitCast:
    [all...]
CGExprAgg.cpp 709 case CK_BitCast:
    [all...]
CGExprConstant.cpp 708 case CK_BitCast:
    [all...]
CGExpr.cpp 809 case CK_BitCast:
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]

Completed in 556 milliseconds

1 2