OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gimple_code
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple.h
30
enum
gimple_code
{
enum
48
const char *, enum
gimple_code
, \
55
if (
gimple_code
(__gs) != (CODE)) \
230
ENUM_BITFIELD(
gimple_code
) code : 8;
378
static const enum
gimple_code
code_ = GIMPLE_CALL;
900
static const enum
gimple_code
code_ = GIMPLE_COND;
950
static const enum
gimple_code
code_ = GIMPLE_ASSIGN;
1547
size_t gimple_size (enum
gimple_code
code, unsigned num_ops = 0);
1548
void gimple_init (gimple *g, enum
gimple_code
code, unsigned num_ops);
1549
gimple *gimple_alloc (enum
gimple_code
, unsigned CXX_MEM_STAT_INFO)
1839
gimple_code
(const gimple *g)
function
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gimple.h
30
enum
gimple_code
{
enum
48
const char *, enum
gimple_code
, \
55
if (
gimple_code
(__gs) != (CODE)) \
228
ENUM_BITFIELD(
gimple_code
) code : 8;
376
static const enum
gimple_code
code_ = GIMPLE_CALL;
884
static const enum
gimple_code
code_ = GIMPLE_COND;
934
static const enum
gimple_code
code_ = GIMPLE_ASSIGN;
1515
size_t gimple_size (enum
gimple_code
code, unsigned num_ops = 0);
1516
void gimple_init (gimple *g, enum
gimple_code
code, unsigned num_ops);
1517
gimple *gimple_alloc (enum
gimple_code
, unsigned CXX_MEM_STAT_INFO)
1804
gimple_code
(const gimple *g)
function
[
all
...]
Completed in 104 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026