Home
last modified time | relevance | path

Searched defs:ifNotNull (Results 1 – 3 of 3) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/
H A DList1.hs108 ifNotNull [] _ b = b function
109 ifNotNull (a : as) f _ = f $ a :| as function
H A DNull.hs129 ifNotNull a k b = ifNull a b k function
/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.cxx666 TestNullInsn::TestNullInsn(int offset, InsnPtr ifNull, InsnPtr ifNotNull) in TestNullInsn()