OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NO_LOC_P
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
var-tracking.cc
1475
e.g.
NO_LOC_P
. */
3170
#define
NO_LOC_P
(x) \
3171
(RTL_FLAG_CHECK2 ("
NO_LOC_P
", (x), VALUE, DEBUG_EXPR)->return_val)
3191
NO_LOC_P
(dv_as_value (dv)) = false;
3197
NO_LOC_P
(DECL_RTL_KNOWN_SET (dv_as_decl (dv))) = false;
8275
implies
NO_LOC_P
. */
8276
gcc_checking_assert (
NO_LOC_P
(value));
8281
NO_LOC_P
(value) = false;
8529
/* Check that VALUE_RECURSED_INTO implies
NO_LOC_P
. */
8530
gcc_checking_assert (!VALUE_RECURSED_INTO (x) ||
NO_LOC_P
(x))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc
1483
e.g.
NO_LOC_P
. */
3180
#define
NO_LOC_P
(x) \
3181
(RTL_FLAG_CHECK2 ("
NO_LOC_P
", (x), VALUE, DEBUG_EXPR)->return_val)
3201
NO_LOC_P
(dv_as_value (dv)) = false;
3207
NO_LOC_P
(DECL_RTL_KNOWN_SET (dv_as_decl (dv))) = false;
8292
implies
NO_LOC_P
. */
8293
gcc_checking_assert (
NO_LOC_P
(value));
8298
NO_LOC_P
(value) = false;
8546
/* Check that VALUE_RECURSED_INTO implies
NO_LOC_P
. */
8547
gcc_checking_assert (!VALUE_RECURSED_INTO (x) ||
NO_LOC_P
(x))
[
all
...]
Completed in 33 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026