Home
last modified time | relevance | path

Searched defs:isconst (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/c-analyzer/c_analyzer/variables/
Dinfo.py92 def isconst(self): member in Variable
/external/toybox/kconfig/
Dsymbol.c649 struct symbol *sym_lookup(const char *name, int isconst) in sym_lookup()