HomeSort by: relevance | last modified time | path
    Searched defs:tree_code_dict (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gdbhooks.py 152 tree_code_dict = gdb.types.make_enum_dict(gdb.lookup_type('enum tree_code')) variable
155 IDENTIFIER_NODE = tree_code_dict['IDENTIFIER_NODE']
156 TYPE_DECL = tree_code_dict['TYPE_DECL']
157 SSA_NAME = tree_code_dict['SSA_NAME']
gdbhooks.py 152 tree_code_dict = gdb.types.make_enum_dict(gdb.lookup_type('enum tree_code')) variable
155 IDENTIFIER_NODE = tree_code_dict['IDENTIFIER_NODE']
156 TYPE_DECL = tree_code_dict['TYPE_DECL']
157 SSA_NAME = tree_code_dict['SSA_NAME']
  /src/external/gpl3/gcc.old/dist/gcc/
gdbhooks.py 152 tree_code_dict = gdb.types.make_enum_dict(gdb.lookup_type('enum tree_code')) variable
155 IDENTIFIER_NODE = tree_code_dict['IDENTIFIER_NODE']
156 TYPE_DECL = tree_code_dict['TYPE_DECL']
157 SSA_NAME = tree_code_dict['SSA_NAME']
gdbhooks.py 152 tree_code_dict = gdb.types.make_enum_dict(gdb.lookup_type('enum tree_code')) variable
155 IDENTIFIER_NODE = tree_code_dict['IDENTIFIER_NODE']
156 TYPE_DECL = tree_code_dict['TYPE_DECL']
157 SSA_NAME = tree_code_dict['SSA_NAME']

Completed in 45 milliseconds