Searched refs:CK_LValueBitCast (Results 1 - 14 of 14) sorted by path

/external/clang/include/clang/AST/
H A DOperationKinds.h44 /// CK_LValueBitCast - A conversion which reinterprets the address of
48 CK_LValueBitCast, enumerator in enum:clang::CastKind
/external/clang/lib/AST/
H A DExpr.cpp1513 case CK_LValueBitCast: // -> bool&
1529 case CK_LValueBitCast:
H A DExprConstant.cpp4367 case CK_LValueBitCast:
7168 case CK_LValueBitCast:
7645 case CK_LValueBitCast:
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp280 if (CE->getCastKind() == CK_LValueBitCast) {
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2891 case CK_LValueBitCast: {
H A DCGExprAgg.cpp688 case CK_LValueBitCast:
H A DCGExprComplex.cpp427 case CK_LValueBitCast: {
H A DCGExprConstant.cpp670 case CK_LValueBitCast:
H A DCGExprScalar.cpp1285 case CK_LValueBitCast:
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1042 case CK_LValueBitCast:
/external/clang/lib/Sema/
H A DSemaCast.cpp1940 Kind = CK_LValueBitCast;
H A DSemaExpr.cpp6393 Kind = CK_LValueBitCast;
H A DSemaInit.cpp4364 case CK_LValueBitCast:
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp322 case CK_LValueBitCast: {

Completed in 6808 milliseconds