Home
last modified time | relevance | path

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

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