OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wrapped_int_cst
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
tree.cc
6385
tree
wrapped_int_cst
= maybe_wrap_with_location (int_cst, loc);
6386
ASSERT_TRUE (location_wrapper_p (
wrapped_int_cst
));
6387
ASSERT_EQ (clk_none, lvalue_kind (
wrapped_int_cst
));
6416
ASSERT_FALSE (lvalue_p (
wrapped_int_cst
));
6376
tree
wrapped_int_cst
= maybe_wrap_with_location (int_cst, loc);
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc
6205
tree
wrapped_int_cst
= maybe_wrap_with_location (int_cst, loc);
6206
ASSERT_TRUE (location_wrapper_p (
wrapped_int_cst
));
6207
ASSERT_EQ (clk_none, lvalue_kind (
wrapped_int_cst
));
6236
ASSERT_FALSE (lvalue_p (
wrapped_int_cst
));
6196
tree
wrapped_int_cst
= maybe_wrap_with_location (int_cst, loc);
local
Completed in 52 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026