Home
last modified time | relevance | path

Searched refs:CACK (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp733 static TryCastResult getCastAwayConstnessCastKind(CastAwayConstnessKind CACK, in getCastAwayConstnessCastKind() argument
735 switch (CACK) { in getCastAwayConstnessCastKind()
2300 if (auto CACK = in TryReinterpretCast() local
2303 return getCastAwayConstnessCastKind(CACK, msg); in TryReinterpretCast()
2450 if (auto CACK = in TryReinterpretCast() local
2453 SuccessResult = getCastAwayConstnessCastKind(CACK, msg); in TryReinterpretCast()