Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp815 static TryCastResult getCastAwayConstnessCastKind(CastAwayConstnessKind CACK, in getCastAwayConstnessCastKind() argument
817 switch (CACK) { in getCastAwayConstnessCastKind()
2387 if (auto CACK = in TryReinterpretCast() local
2390 return getCastAwayConstnessCastKind(CACK, msg); in TryReinterpretCast()
2543 if (auto CACK = in TryReinterpretCast() local
2546 SuccessResult = getCastAwayConstnessCastKind(CACK, msg); in TryReinterpretCast()
/freebsd/sys/dev/sym/
H A Dsym_defs.h301 #define CACK 0x40 /* r/w: SCSI-ACK */ macro