OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_cond
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-if-to-switch.cc
302
condition_info *
last_cond
= chain->m_entries[entries - 1];
local
304
edge default_edge =
last_cond
->m_false_edge;
374
for (unsigned j = 0; j <
last_cond
->m_false_edge_phi_mapping.length (); ++j)
376
std::pair<gphi *, tree> item =
last_cond
->m_false_edge_phi_mapping[j];
/src/external/gpl3/gcc.old/dist/gcc/
gimple-if-to-switch.cc
298
condition_info *
last_cond
= chain->m_entries[entries - 1];
local
300
edge default_edge =
last_cond
->m_false_edge;
370
for (unsigned j = 0; j <
last_cond
->m_false_edge_phi_mapping.length (); ++j)
372
std::pair<gphi *, tree> item =
last_cond
->m_false_edge_phi_mapping[j];
/src/external/bsd/file/dist/src/
apprentice.c
1859
int
last_cond
;
local
1860
last_cond
= ms->c.li[cont_level].
last_cond
;
1864
if (
last_cond
!= COND_NONE &&
last_cond
!= COND_ELIF) {
1869
last_cond
= COND_IF;
1873
if (
last_cond
!= COND_IF &&
last_cond
!= COND_ELIF) {
1878
last_cond
= COND_ELIF;
1882
if (
last_cond
!= COND_IF && last_cond != COND_ELIF)
[
all
...]
file.h
464
int
last_cond
; /* used for error checking by parse() */
member in struct:level_info
funcs.c
663
ms->c.li[level].
last_cond
= COND_NONE;
Completed in 33 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026