Home
last modified time | relevance | path

Searched defs:Decl (Results 1 – 3 of 3) sorted by relevance

/inferno-os/limbo/
H A Dlimbo.h22 typedef struct Decl Decl; typedef
191 struct Decl struct
199 Decl *dot; /* parent adt or module */ argument
207 Decl *next; /* list in same scope, field or argument list, etc. */ argument
208 Decl *old; /* declaration of the symbol in enclosing scope */ argument
211 Decl *importid; /* identifier imported */ argument
212 Decl *timport; /* stack of identifiers importing a type */ argument
221 Decl *iface; /* used external declarations in a module */ argument
223 Decl *locals; /* locals for a function */ argument
224Decl *link; /* pointer to parent function or function argument or local share or parent type dec… argument
[all …]
/inferno-os/utils/cc/
H A Dcc.h13 typedef struct Decl Decl; typedef
102 struct Decl struct
104 Decl* link; argument
114 #define D ((Decl*)0) argument
/inferno-os/utils/c2l/
H A Dcc.h12 typedef struct Decl Decl; typedef
101 struct Decl struct
103 Decl* link; argument
112 #define D ((Decl*)0) argument