Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h427 bool isLine() const { return Kind == Line || Kind == Distance; } in isLine() function
/dflybsd-src/contrib/ncurses/progs/
H A Ddump_entry.c1392 #define isLine(c) (strchr("lmkjtuvwqxn", c) != 0) macro
/openbsd-src/usr.bin/tic/
H A Ddump_entry.c1403 #define isLine(c) (strchr("lmkjtuvwqxn", c) != 0) macro