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.cpp765 static TryCastResult getCastAwayConstnessCastKind(CastAwayConstnessKind CACK, in getCastAwayConstnessCastKind() argument
767 switch (CACK) { in getCastAwayConstnessCastKind()
2356 if (auto CACK = in TryReinterpretCast() local
2359 return getCastAwayConstnessCastKind(CACK, msg); in TryReinterpretCast()
2512 if (auto CACK = in TryReinterpretCast() local
2515 SuccessResult = getCastAwayConstnessCastKind(CACK, msg); in TryReinterpretCast()
/freebsd/sys/dev/sym/
H A Dsym_defs.h301 #define CACK 0x40 /* r/w: SCSI-ACK */ macro