Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp723 static TryCastResult getCastAwayConstnessCastKind(CastAwayConstnessKind CACK, in getCastAwayConstnessCastKind() argument
725 switch (CACK) { in getCastAwayConstnessCastKind()
2191 if (auto CACK = in TryReinterpretCast() local
2194 return getCastAwayConstnessCastKind(CACK, msg); in TryReinterpretCast()
2331 if (auto CACK = in TryReinterpretCast() local
2334 SuccessResult = getCastAwayConstnessCastKind(CACK, msg); in TryReinterpretCast()