OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_arithmetic
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/common/
lint.h
143
#define
is_arithmetic
(t) (type_properties(t)->tt_is_arithmetic)
macro
/src/usr.bin/xlint/lint1/
tree.c
1050
if (!
is_arithmetic
(lt) || !
is_arithmetic
(rt))
1587
if (
is_arithmetic
(lt) &&
is_arithmetic
(rt))
2821
if (
is_arithmetic
(lt) &&
is_arithmetic
(rt))
2926
if (!
is_arithmetic
(lt) ||
2927
(mp->m_binary && !
is_arithmetic
(rt))) {
3189
if (
is_arithmetic
(lt) && (
is_arithmetic
(rt) || rt == BOOL)
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025