Searched refs:isconst (Results 1 – 3 of 3) sorted by relevance
649 struct symbol *sym_lookup(const char *name, int isconst) in sym_lookup() argument670 if ((isconst && symbol->flags & SYMBOL_CONST) || in sym_lookup()671 (!isconst && !(symbol->flags & SYMBOL_CONST))) in sym_lookup()685 if (isconst) in sym_lookup()
21 P(sym_lookup,struct symbol *,(const char *name, int isconst));
352 isconst=True if 'const' in cdecl else False,