HomeSort by: relevance | last modified time | path
    Searched refs:ext_decl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/top/dist/
top.h 63 struct ext_decl { struct
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 9654 tree ext_decl, ext_type;
9655 ext_decl = b->decl;
9656 ext_type = b->u.type ? b->u.type : TREE_TYPE (ext_decl);
9662 = DECL_SOURCE_LOCATION (ext_decl);
9664 = C_DECL_BUILTIN_PROTOTYPE (ext_decl);
9622 tree ext_decl, ext_type; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 10592 tree ext_decl, ext_type;
10593 ext_decl = b->decl;
10594 ext_type = b->u.type ? b->u.type : TREE_TYPE (ext_decl);
10600 = DECL_SOURCE_LOCATION (ext_decl);
10602 = C_DECL_BUILTIN_PROTOTYPE (ext_decl);
10560 tree ext_decl, ext_type; local

Completed in 54 milliseconds