Lines Matching defs:ident
103 struct ident *as;
108 struct ident **ident;
151 struct ident *ident; /* What identifier this symbol is associated with */
322 extern struct ident n
323 #include "ident-list.h"
333 extern struct symbol *lookup_symbol(struct ident *, enum namespace);
348 extern void bind_symbol(struct symbol *, struct ident *, enum namespace);
349 extern void bind_symbol_with_scope(struct symbol *, struct ident *, enum namespace, struct scope *);
353 extern const char *show_as(struct ident *as);
555 static inline struct symbol *lookup_keyword(struct ident *ident, enum namespace ns)
557 if (!ident->keyword)
559 return lookup_symbol(ident, ns);
570 extern struct ident bad_address_space;
572 static inline bool valid_as(struct ident *as)
578 struct ident **tas, struct ident *sas)
580 struct ident *as;