OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oexpr
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
expr.cc
108
tree
oexpr
= expr;
local
144
if (!(TREE_TYPE (
oexpr
)
145
&& TYPE_REF_P (TREE_TYPE (
oexpr
))))
typeck.cc
8690
build_static_cast (location_t loc, tree type, tree
oexpr
,
8693
tree expr =
oexpr
;
8705
expr = build_min (STATIC_CAST_EXPR, type,
oexpr
);
/src/external/gpl3/gcc.old/dist/gcc/cp/
expr.cc
108
tree
oexpr
= expr;
local
144
if (!(TREE_TYPE (
oexpr
)
145
&& TYPE_REF_P (TREE_TYPE (
oexpr
))))
typeck.cc
8245
build_static_cast (location_t loc, tree type, tree
oexpr
,
8248
tree expr =
oexpr
;
8260
expr = build_min (STATIC_CAST_EXPR, type,
oexpr
);
/src/bin/test/
test.c
33
oexpr
::= aexpr | aexpr "-o"
oexpr
;
39
| "("
oexpr
")"
172
static int
oexpr
(enum token);
266
* invert the result of
oexpr
() below before returning it.
313
res = !
oexpr
(t_lex(*t_wp));
421
oexpr
(enum token n)
function
429
return
oexpr
(t_lex(*++t_wp)) || res;
468
res =
oexpr
(nn);
Completed in 30 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026