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

  /src/external/gpl3/gcc/dist/gcc/
gdbhooks.py 162 tcc_declaration = tree_code_class_dict['tcc_declaration'] variable
250 if intptr(val_tclass) == tcc_declaration:
tree-core.h 229 /* Order of tcc_type and tcc_declaration is important. */
231 tcc_declaration, /* A declaration (also serving as variable refs). */ enumerator in enum:tree_code_class
  /src/external/gpl3/gcc.old/dist/gcc/
gdbhooks.py 162 tcc_declaration = tree_code_class_dict['tcc_declaration'] variable
240 if intptr(val_tclass) == tcc_declaration:
tree-core.h 227 /* Order of tcc_type and tcc_declaration is important. */
229 tcc_declaration, /* A declaration (also serving as variable refs). */ enumerator in enum:tree_code_class

Completed in 32 milliseconds