Searched defs:NonNull (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1573 static const uint8_t NonNull = 1; local
/freebsd-13-stable/contrib/ncurses/ncurses/
H A Dcurses.priv.h1759 #define NonNull(s) ((s) != 0 ? s : "<null>") macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5170 SDValue NonNull = DAG.getSetCC(SL, MVT::i1, Src, FlatNullPtr, ISD::SETNE); local
5187 SDValue NonNull local

Completed in 152 milliseconds