OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_maybe_endless
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint1/
func.c
723
cstmt->
c_maybe_endless
= is_nonzero(tn);
735
set_reached(!cstmt->
c_maybe_endless
|| cstmt->c_break);
760
cstmt->
c_maybe_endless
= constant_is_nonzero(tn);
761
if (!cstmt->
c_maybe_endless
&& cstmt->c_continue)
768
if (cstmt->
c_maybe_endless
)
807
cstmt->
c_maybe_endless
= tn2 == NULL || is_nonzero(tn2);
843
set_reached(cstmt->c_break || !cstmt->
c_maybe_endless
);
lint1.h
440
bool
c_maybe_endless
:1; /* the controlling expression is
member in struct:control_statement
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025