OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNKNOWN_LOCATION
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
input.h
32
#define
UNKNOWN_LOCATION
((location_t) 0)
41
both
UNKNOWN_LOCATION
and BUILTINS_LOCATION fit into that. */
45
to use '
UNKNOWN_LOCATION
'/'BUILTINS_LOCATION' as spare values for
49
typedef int_hash<location_t,
UNKNOWN_LOCATION
, BUILTINS_LOCATION>
55
: int_hash<location_t,
UNKNOWN_LOCATION
, BUILTINS_LOCATION> {};
64
#define location_hash int_hash<location_t,
UNKNOWN_LOCATION
, BUILTINS_LOCATION>
calls.cc
239
= build_decl (
UNKNOWN_LOCATION
, FUNCTION_DECL, NULL_TREE,
4734
record_final_call (SYMBOL_REF_DECL (orgfun),
UNKNOWN_LOCATION
);
tree-vect-loop.cc
6152
loop_preheader_edge (loop),
UNKNOWN_LOCATION
);
6181
loop_latch_edge (loop),
UNKNOWN_LOCATION
);
6334
UNKNOWN_LOCATION
);
6336
loop_vinfo->skip_this_loop_edge,
UNKNOWN_LOCATION
);
8955
UNKNOWN_LOCATION
);
9019
add_phi_arg (new_phi, vec_oprnds[i], e,
UNKNOWN_LOCATION
);
9118
add_phi_arg (new_phis[j], vec_oprnds[j], e,
UNKNOWN_LOCATION
);
9292
add_phi_arg (new_phi, vec_init, pe,
UNKNOWN_LOCATION
);
9891
add_phi_arg (induction_phi, vec_init, pe,
UNKNOWN_LOCATION
);
9893
UNKNOWN_LOCATION
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
input.h
30
#define
UNKNOWN_LOCATION
((location_t) 0)
36
both
UNKNOWN_LOCATION
and BUILTINS_LOCATION fit into that. */
40
to use '
UNKNOWN_LOCATION
'/'BUILTINS_LOCATION' as spare values for
44
typedef int_hash<location_t,
UNKNOWN_LOCATION
, BUILTINS_LOCATION>
50
: int_hash<location_t,
UNKNOWN_LOCATION
, BUILTINS_LOCATION> {};
59
#define location_hash int_hash<location_t,
UNKNOWN_LOCATION
, BUILTINS_LOCATION>
calls.cc
237
= build_decl (
UNKNOWN_LOCATION
, FUNCTION_DECL, NULL_TREE,
4662
record_final_call (SYMBOL_REF_DECL (orgfun),
UNKNOWN_LOCATION
);
tree-vect-loop.cc
5365
loop_preheader_edge (loop),
UNKNOWN_LOCATION
);
5394
loop_latch_edge (loop),
UNKNOWN_LOCATION
);
5528
UNKNOWN_LOCATION
);
5530
loop_vinfo->skip_this_loop_edge,
UNKNOWN_LOCATION
);
7879
UNKNOWN_LOCATION
);
7943
add_phi_arg (new_phi, vec_oprnds[i], e,
UNKNOWN_LOCATION
);
8042
add_phi_arg (new_phis[j], vec_oprnds[j], e,
UNKNOWN_LOCATION
);
8424
UNKNOWN_LOCATION
);
8440
add_phi_arg (induction_phi, vec_init, pe,
UNKNOWN_LOCATION
);
8673
add_phi_arg (induction_phi, vec_init, pe,
UNKNOWN_LOCATION
);
[
all
...]
/src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc
882
UNKNOWN_LOCATION
);
1416
if (b->locus !=
UNKNOWN_LOCATION
)
1731
&& b->locus !=
UNKNOWN_LOCATION
)
4017
UNKNOWN_LOCATION
);
4770
pushdecl (build_decl (
UNKNOWN_LOCATION
, TYPE_DECL, get_identifier ("_Bool"),
4830
/*invisible=*/false, /*nested=*/false,
UNKNOWN_LOCATION
);
4851
UNKNOWN_LOCATION
);
4875
UNKNOWN_LOCATION
);
6664
/* Returns the smallest location !=
UNKNOWN_LOCATION
in LOCATIONS,
6672
location_t loc =
UNKNOWN_LOCATION
;
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc
819
UNKNOWN_LOCATION
);
1364
if (b->locus !=
UNKNOWN_LOCATION
)
1613
&& b->locus !=
UNKNOWN_LOCATION
)
3832
UNKNOWN_LOCATION
);
4534
pushdecl (build_decl (
UNKNOWN_LOCATION
, TYPE_DECL, get_identifier ("_Bool"),
4588
/*invisible=*/false, /*nested=*/false,
UNKNOWN_LOCATION
);
4609
UNKNOWN_LOCATION
);
4633
UNKNOWN_LOCATION
);
6229
/* Returns the smallest location !=
UNKNOWN_LOCATION
in LOCATIONS,
6237
location_t loc =
UNKNOWN_LOCATION
;
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
decl.cc
4739
tree decl = pushdecl (build_decl (
UNKNOWN_LOCATION
,
10565
if (location ==
UNKNOWN_LOCATION
)
11896
/* Returns the smallest location that is not
UNKNOWN_LOCATION
. */
11901
if (loca ==
UNKNOWN_LOCATION
11902
|| (locb !=
UNKNOWN_LOCATION
11908
/* Returns the smallest location !=
UNKNOWN_LOCATION
among the
11915
location_t loc =
UNKNOWN_LOCATION
;
13296
&& declarator->parenthesized !=
UNKNOWN_LOCATION
13931
TYPE_NAME (type) = build_decl (
UNKNOWN_LOCATION
, TYPE_DECL,
15293
if (loc ==
UNKNOWN_LOCATION
)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc
4410
tree decl = pushdecl (build_decl (
UNKNOWN_LOCATION
,
10112
if (location ==
UNKNOWN_LOCATION
)
11414
/* Returns the smallest location that is not
UNKNOWN_LOCATION
. */
11419
if (loca ==
UNKNOWN_LOCATION
11420
|| (locb !=
UNKNOWN_LOCATION
11426
/* Returns the smallest location !=
UNKNOWN_LOCATION
among the
11433
location_t loc =
UNKNOWN_LOCATION
;
12794
&& declarator->parenthesized !=
UNKNOWN_LOCATION
13283
TYPE_NAME (type) = build_decl (
UNKNOWN_LOCATION
, TYPE_DECL,
17804
location_t indent =
UNKNOWN_LOCATION
;
[
all
...]
Completed in 66 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026