Home
last modified time | relevance | path

Searched defs:isParam (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp214 bool isParam) { in declare()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1214 #define isParam(c) ((c) >= 0x30 && (c) <= 0x3f) macro