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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gsstruct.def 24 DEFGSSTRUCT(GSS enumeration value, structure name, has-tree-operands).
28 DEFGSSTRUCT(GSS_BASE, gimple_statement_base, false)
29 DEFGSSTRUCT(GSS_WITH_OPS, gimple_statement_with_ops, true)
30 DEFGSSTRUCT(GSS_WITH_MEM_OPS_BASE, gimple_statement_with_memory_ops_base, false)
31 DEFGSSTRUCT(GSS_WITH_MEM_OPS, gimple_statement_with_memory_ops, true)
32 DEFGSSTRUCT(GSS_CALL, gimple_statement_call, true)
33 DEFGSSTRUCT(GSS_ASM, gimple_statement_asm, true)
34 DEFGSSTRUCT(GSS_BIND, gimple_statement_bind, false)
35 DEFGSSTRUCT(GSS_PHI, gimple_statement_phi, false)
36 DEFGSSTRUCT(GSS_TRY, gimple_statement_try, false
    [all...]
gimple.h 683 #define DEFGSSTRUCT(SYM, STRUCT, HAS_TREE_OP) SYM,
688 #undef DEFGSSTRUCT
    [all...]

Completed in 212 milliseconds