Home
last modified time | relevance | path

Searched defs:FIX (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h146 #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 DCompiler.h155 #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 DSBDefines.h39 #define LLDB_DEPRECATED_FIXME(MSG, FIX) argument
/freebsd/sys/vm/
H A Dvm_pager.c416 #define FIX(n) \ in vm_pager_alloc_dyn_type() macro
[all...]
/freebsd/sbin/fsck_ffs/
H A Dfsck.h245 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE}; global() enumerator