Searched defs:FIX (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-defines.h | 146 #define LLDB_DEPRECATED_FIXME(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument 148 #define LLDB_DEPRECATED_FIXME(MSG, FIX) LLDB_DEPRECATED(MSG) argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Compiler.h | 155 #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument 157 #define LLVM_DEPRECATED(MSG, FIX) [[deprecated(MSG)]] argument
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBDefines.h | 39 #define LLDB_DEPRECATED_FIXME(MSG, FIX) argument
|
/freebsd/sys/vm/ |
H A D | vm_pager.c | 416 #define FIX(n) \ in vm_pager_alloc_dyn_type() macro [all...] |
/freebsd/sbin/fsck_ffs/ |
H A D | fsck.h | 245 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE}; global() enumerator
|