OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prevloc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc
886
const location_t
prevloc
=
local
911
&& curloc !=
prevloc
)
912
inform (
prevloc
, "previous declaration here");
4667
location_t
prevloc
= UNKNOWN_LOCATION;
local
4669
prevloc
= DECL_SOURCE_LOCATION (node[1]);
4681
&&
prevloc
!= UNKNOWN_LOCATION)
4682
inform (
prevloc
, "previous declaration here");
4774
else if (
prevloc
!= UNKNOWN_LOCATION)
4775
inform (
prevloc
, "previous declaration here");
/src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc
969
const location_t
prevloc
=
local
994
&& curloc !=
prevloc
)
995
inform (
prevloc
, "previous declaration here");
5039
location_t
prevloc
= UNKNOWN_LOCATION;
local
5041
prevloc
= DECL_SOURCE_LOCATION (node[1]);
5053
&&
prevloc
!= UNKNOWN_LOCATION)
5054
inform (
prevloc
, "previous declaration here");
5146
else if (
prevloc
!= UNKNOWN_LOCATION)
5147
inform (
prevloc
, "previous declaration here");
/src/external/gpl3/gcc/dist/gcc/
gimplify.cc
2488
useful to give warnings at *
PREVLOC
(usually the location of the returned
2494
location_t *
prevloc
)
2498
*
prevloc
= UNKNOWN_LOCATION;
2535
*
prevloc
= bind_loc;
2636
*
prevloc
= gimple_location (prev);
2733
location_t
prevloc
;
2734
gimple *prev = collect_fallthrough_labels (gsi_p, &labels, &
prevloc
);
2762
&&
prevloc
!= UNKNOWN_LOCATION)
2763
warned_p = warning_at (
prevloc
,
2731
location_t
prevloc
;
local
/src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc
2257
useful to give warnings at *
PREVLOC
(usually the location of the returned
2263
location_t *
prevloc
)
2267
*
prevloc
= UNKNOWN_LOCATION;
2304
*
prevloc
= bind_loc;
2405
*
prevloc
= gimple_location (prev);
2502
location_t
prevloc
;
2503
gimple *prev = collect_fallthrough_labels (gsi_p, &labels, &
prevloc
);
2531
&&
prevloc
!= UNKNOWN_LOCATION)
2532
warned_p = warning_at (
prevloc
,
2500
location_t
prevloc
;
local
Completed in 79 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026