OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_complex
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/common/
lint.h
142
#define
is_complex
(t) (type_properties(t)->tt_is_complex)
macro
/src/usr.bin/xlint/lint1/
tree.c
1712
if (
is_complex
(nt) ||
is_complex
(ot))
1713
return
is_complex
(nt) &&
is_complex
(ot) &&
2052
if (
is_complex
(v->v_tspec)) {
2979
if ((!is_integer(lt) && !
is_complex
(lt)) ||
2980
(mp->m_binary && (!is_integer(rt) && !
is_complex
(rt)))) {
Completed in 25 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026