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

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

Completed in 137 milliseconds