OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gimple_statement_d
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
coretypes.h
55
union
gimple_statement_d
;
56
typedef union
gimple_statement_d
*gimple;
58
typedef const union
gimple_statement_d
*const_gimple;
system.h
800
#define CONST_CAST_GIMPLE(X) CONST_CAST(union
gimple_statement_d
*, (X))
gimple.h
746
union
gimple_statement_d
GTY ((desc ("gimple_statement_structure (&%h)")))
function
[
all
...]
Completed in 66 milliseconds