HomeSort by relevance Sort by last modified time
    Searched defs:gimple_code (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.h 47 enum gimple_code { enum
60 const char *, enum gimple_code, \
66 if (gimple_code (__gs) != (CODE)) \
265 ENUM_BITFIELD(gimple_code) code : 8;
1028 static inline enum gimple_code
1029 gimple_code (const_gimple g) function
1041 switch (gimple_code (g))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gimple.h 47 enum gimple_code { enum
60 const char *, enum gimple_code, \
66 if (gimple_code (__gs) != (CODE)) \
265 ENUM_BITFIELD(gimple_code) code : 8;
1028 static inline enum gimple_code
1029 gimple_code (const_gimple g) function
1041 switch (gimple_code (g))
    [all...]

Completed in 91 milliseconds