OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:int_cst
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc
3077
tree
int_cst
= build_int_cst (integer_type_node, 42);
3078
tree wrapped_cst = maybe_wrap_with_location (
int_cst
, BUILTINS_LOCATION);
3079
ASSERT_NE (wrapped_cst,
int_cst
);
3080
ASSERT_C_PRETTY_PRINTER_OUTPUT ("42",
int_cst
);
3072
tree
int_cst
= build_
int_cst
(integer_type_node, 42);
local
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc
3012
tree
int_cst
= build_int_cst (integer_type_node, 42);
3013
tree wrapped_cst = maybe_wrap_with_location (
int_cst
, BUILTINS_LOCATION);
3014
ASSERT_NE (wrapped_cst,
int_cst
);
3015
ASSERT_C_PRETTY_PRINTER_OUTPUT ("42",
int_cst
);
3007
tree
int_cst
= build_
int_cst
(integer_type_node, 42);
local
/src/external/gpl3/gcc/dist/gcc/cp/
tree.cc
6382
tree
int_cst
= build_int_cst (integer_type_node, 42);
6383
ASSERT_EQ (clk_none, lvalue_kind (
int_cst
));
6385
tree wrapped_int_cst = maybe_wrap_with_location (
int_cst
, loc);
6415
ASSERT_FALSE (lvalue_p (
int_cst
));
6373
tree
int_cst
= build_
int_cst
(integer_type_node, 42);
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc
6202
tree
int_cst
= build_int_cst (integer_type_node, 42);
6203
ASSERT_EQ (clk_none, lvalue_kind (
int_cst
));
6205
tree wrapped_int_cst = maybe_wrap_with_location (
int_cst
, loc);
6235
ASSERT_FALSE (lvalue_p (
int_cst
));
6193
tree
int_cst
= build_
int_cst
(integer_type_node, 42);
local
Completed in 35 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026