Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp724 static TryCastResult getCastAwayConstnessCastKind(CastAwayConstnessKind CACK, in getCastAwayConstnessCastKind() argument
726 switch (CACK) { in getCastAwayConstnessCastKind()
2287 if (auto CACK = in TryReinterpretCast() local
2290 return getCastAwayConstnessCastKind(CACK, msg); in TryReinterpretCast()
2437 if (auto CACK = in TryReinterpretCast() local
2440 SuccessResult = getCastAwayConstnessCastKind(CACK, msg); in TryReinterpretCast()