Searched defs:FIX (Results 1 – 5 of 5) sorted by relevance
141 LLDB_DEPRECATED_FIXME(MSG,FIX) global() argument 143 LLDB_DEPRECATED_FIXME(MSG,FIX) global() argument
155 #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) argument 157 #define LLVM_DEPRECATED(MSG, FIX) [[deprecated(MSG)]] argument
39 #define LLDB_DEPRECATED_FIXME(MSG, FIX) argument
416 #define FIX(n) \ in vm_pager_alloc_dyn_type() macro
245 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE}; global() enumerator