Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dapprentice.c179 #define DECLARE_FIELD(name) { # name, sizeof(# name) - 1, parse_ ## name } macro
180 DECLARE_FIELD(mime),
181 DECLARE_FIELD(apple),
182 DECLARE_FIELD(ext),
183 DECLARE_FIELD(strength),
184 #undef DECLARE_FIELD
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5142 #define DECLARE_FIELD(NAME, TYPE, INIT) TYPE NAME INIT macro
5151 VISIT_MD_FIELDS(DECLARE_FIELD, DECLARE_FIELD) \
5982 #undef DECLARE_FIELD