OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index_exp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc
368
If
INDEX_EXP
is non-NULL, then that is the index expression,
372
grok_array_decl (location_t loc, tree array_expr, tree
index_exp
,
378
tree orig_index_exp =
index_exp
;
383
if (error_operand_p (array_expr) || error_operand_p (
index_exp
))
389
|| (
index_exp
? type_dependent_expression_p (
index_exp
)
392
if (
index_exp
== NULL)
393
index_exp
= build_min_nt_call_vec (ovl_op_identifier (ARRAY_REF),
395
return build_min_nt_loc (loc, ARRAY_REF, array_expr,
index_exp
,
399
if (
index_exp
)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc
403
If
INDEX_EXP
is non-NULL, then that is the index expression,
407
grok_array_decl (location_t loc, tree array_expr, tree
index_exp
,
413
tree orig_index_exp =
index_exp
;
418
if (error_operand_p (array_expr) || error_operand_p (
index_exp
))
424
|| (
index_exp
? type_dependent_expression_p (
index_exp
)
427
if (
index_exp
== NULL)
428
index_exp
= build_min_nt_call_vec (ovl_op_identifier (ARRAY_REF),
430
return build_min_nt_loc (loc, ARRAY_REF, array_expr,
index_exp
,
433
if (!
index_exp
)
[
all
...]
/src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in
10942
my $
index_exp
;
/src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in
10942
my $
index_exp
;
Completed in 49 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026