OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cdope
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c
352
} else if ((
cdope
(o)&ASGOPFLG) && o != RETURN && o != CAST) {
372
if ((
cdope
(o) & SIMPFLG) && ISINTEGER(l->n_type) &&
932
if (v2 == 0 && (
cdope
(o) & DIVFLG))
2370
if (
cdope
(p->n_op) & ASGFLG)
2572
} else if (((
cdope
(p->n_op)&ASGOPFLG) || p->n_op == ASSIGN ||
2951
if (
cdope
(o) & CALLFLG) {
3081
if (nncon(l) || (
cdope
(l->n_op) & CALLFLG))
3128
if (
cdope
(q->n_op)&CALLFLG &&
3288
cdope
(int op)
function
3347
cerror("
cdope
missing op %d", op)
[
all
...]
/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c
859
if (v2 == 0 && (
cdope
(o) & DIVFLG))
2296
if (
cdope
(p->n_op) & ASGFLG)
2330
} else if ((
cdope
(p->n_op)&ASGOPFLG) &&
2553
} else if (((
cdope
(p->n_op)&ASGOPFLG) || p->n_op == ASSIGN ||
2606
} else if ((
cdope
(p->n_op)&ASGOPFLG)) {
2877
if (
cdope
(o) & CALLFLG) {
3001
if (nncon(l) || (
cdope
(l->n_op) & CALLFLG))
3032
if (
cdope
(q->n_op)&CALLFLG &&
3190
cdope
(int op)
function
3246
cerror("
cdope
missing op %d", op)
[
all
...]
Completed in 133 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026