Searched defs:FIRST (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Stmt.h | 89 #define STMT_RANGE(BASE, FIRST, LAST) \ argument 91 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ argument
|
H A D | OpenMPClause.h | 1647 enum {FIRST, SECOND, NUM_MODIFIERS}; enumerator
|
/freebsd/usr.bin/hexdump/ |
H A D | hexdump.h | 80 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_add_filter_compress.c | 85 #define FIRST 257 /* First free entry. */ macro
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 428 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() argument 430 #define CASE(LEN, FIRST, THIRD, NAME) \ in getPPKeywordID() argument
|
/freebsd/usr.bin/gzip/ |
H A D | zuncompress.c | 65 #define FIRST 257 /* First free entry. */ macro
|
/freebsd/usr.bin/compress/ |
H A D | zopen.c | 194 #define FIRST 257 /* First free entry. */ macro
|