Home
last modified time | relevance | path

Searched refs:isParam (Results 1 – 3 of 3) sorted by relevance

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