OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:operand_memory
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-operands.h
55
struct ssa_operand_memory_d *
operand_memory
;
variable in typeref:struct:ssa_operand_memory_d
tree-ssa-operands.cc
272
gcc_assert (gimple_ssa_operands (fn)->
operand_memory
== NULL);
290
while ((ptr = gimple_ssa_operands (fn)->
operand_memory
) != NULL)
292
gimple_ssa_operands (fn)->
operand_memory
293
= gimple_ssa_operands (fn)->
operand_memory
->next;
337
ptr->next = gimple_ssa_operands (fn)->
operand_memory
;
338
gimple_ssa_operands (fn)->
operand_memory
= ptr;
342
ptr = &(gimple_ssa_operands (fn)->
operand_memory
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-operands.h
55
struct ssa_operand_memory_d *
operand_memory
;
variable in typeref:struct:ssa_operand_memory_d
tree-ssa-operands.cc
272
gcc_assert (gimple_ssa_operands (fn)->
operand_memory
== NULL);
290
while ((ptr = gimple_ssa_operands (fn)->
operand_memory
) != NULL)
292
gimple_ssa_operands (fn)->
operand_memory
293
= gimple_ssa_operands (fn)->
operand_memory
->next;
337
ptr->next = gimple_ssa_operands (fn)->
operand_memory
;
338
gimple_ssa_operands (fn)->
operand_memory
= ptr;
342
ptr = &(gimple_ssa_operands (fn)->
operand_memory
Completed in 89 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026