Home
last modified time | relevance | path

Searched refs:isconst (Results 1 – 3 of 3) sorted by relevance

/third_party/toybox/kconfig/
Dsymbol.c649 struct symbol *sym_lookup(const char *name, int isconst) in sym_lookup() argument
670 if ((isconst && symbol->flags & SYMBOL_CONST) || in sym_lookup()
671 (!isconst && !(symbol->flags & SYMBOL_CONST))) in sym_lookup()
685 if (isconst) in sym_lookup()
Dlkc_proto.h21 P(sym_lookup,struct symbol *,(const char *name, int isconst));
/third_party/vulkan-loader/scripts/
Dhelper_file_generator.py352 isconst=True if 'const' in cdecl else False,