Home
last modified time | relevance | path

Searched refs:SYM_ATTR_NORMAL (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dpre-process.c1367 if ((clean && attr == SYM_ATTR_NORMAL) in do_define()
1411 int attr = weak ? SYM_ATTR_WEAK : SYM_ATTR_NORMAL; in predefine()
1502 return do_handle_define(stream, line, token, SYM_ATTR_NORMAL); in handle_define()
1531 } else if (attr <= SYM_ATTR_NORMAL) in do_handle_undef()
1548 return do_handle_undef(stream, line, token, SYM_ATTR_NORMAL); in handle_undef()
Dsymbol.h142 #define SYM_ATTR_NORMAL 1 macro