Home
last modified time | relevance | path

Searched defs:TOK (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTokenKinds.cpp18 #define TOK(X) #X, macro
H A DIdentifierTable.cpp300 #define ALIAS(NAME, TOK, FLAGS) \ in AddKeywords() argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.h26 #define TOK(X) X, macro
/freebsd/contrib/tcpdump/
H A Dprint-dsa.c69 #define TOK(tag, byte, mask, shift) ((GET_U_1(&(((const u_char *) tag)[byte])) & (mask)) >> (shift)) macro