Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp757 static TryCastResult getCastAwayConstnessCastKind(CastAwayConstnessKind CACK, in getCastAwayConstnessCastKind() argument
759 switch (CACK) { in getCastAwayConstnessCastKind()
2347 if (auto CACK = in TryReinterpretCast() local
2350 return getCastAwayConstnessCastKind(CACK, msg); in TryReinterpretCast()
2503 if (auto CACK = in TryReinterpretCast() local
2506 SuccessResult = getCastAwayConstnessCastKind(CACK, msg); in TryReinterpretCast()
/freebsd-14.2/sys/dev/sym/
H A Dsym_defs.h301 #define CACK 0x40 /* r/w: SCSI-ACK */ macro