Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsparse-README.txt55 FOR_EACH_PTR_NOTAG(filelist, file) {
/illumos-gate/usr/src/tools/smatch/src/
H A Dptrlist.h139 #define FOR_EACH_PTR_NOTAG(list, ptr) FOR_EACH_PTR(list, ptr) macro
H A Dsmatch_flow.c1920 FOR_EACH_PTR_NOTAG(filelist, base_file) { in smatch()