HomeSort by relevance Sort by last modified time
    Searched full:dqual (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
grammar.y 274 %type <i> pqual dqual aqual ndaqual
424 head: pqual dqual aqual { QSET($$.q, $1, $2, $3); }
425 | pqual dqual { QSET($$.q, $1, $2, Q_DEFAULT); }
450 dqual: SRC { $$ = Q_SRC; } label
grammar.c 999 "head", "rterm", "pqual", "dqual", "aqual", "ndaqual", "pname", "other",
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 657 milliseconds