Home
last modified time | relevance | path

Searched refs:LLVM_DEPRECATED (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h73 LLVM_DEPRECATED("Use &*X instead.", "&*X")
75 LLVM_DEPRECATED("Use &*X instead.", "&*X")
77 LLVM_DEPRECATED("std::optional::value is throwing. Use *X instead", "*X")
79 LLVM_DEPRECATED("std::optional::value is throwing. Use *X instead", "*X")
93 LLVM_DEPRECATED("std::optional::value is throwing. Use *X instead", "*X")
H A DFileManager.h240 LLVM_DEPRECATED("Functions returning FileEntry are deprecated.",
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h153 LLVM_DEPRECATED("Use getMaxConcurrency instead", "getMaxConcurrency")
237 LLVM_DEPRECATED("Use getMaxConcurrency instead", "getMaxConcurrency")
H A DCompiler.h250 #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) macro
252 #define LLVM_DEPRECATED(MSG, FIX) [[deprecated(MSG)]] macro
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h56 LLVM_ABI LLVM_DEPRECATED("Use BasicBlock::iterators for insertion instead",
216 LLVM_ABI LLVM_DEPRECATED("Use iterators as instruction positions",
245 LLVM_ABI LLVM_DEPRECATED("Use iterators as instruction positions",
268 LLVM_ABI LLVM_DEPRECATED("Use iterators as instruction positions",
H A DArgument.h114 LLVM_ABI LLVM_DEPRECATED("Use getParamAlign() instead",
H A DIntrinsics.h107 LLVM_DEPRECATED("Use getOrInsertDeclaration instead",
H A DBasicBlock.h280 LLVM_ABI LLVM_DEPRECATED("Use iterators as instruction positions",
283 LLVM_ABI LLVM_DEPRECATED("Use iterators as instruction positions instead",
H A DType.h484 LLVM_ABI LLVM_DEPRECATED("Use PointerType::get instead", "PointerType::get")
H A DIntrinsicInst.h1001 LLVM_DEPRECATED("Use getDestAlign() instead", "getDestAlign")
1062 LLVM_DEPRECATED("Use getSourceAlign() instead", "getSourceAlign")
H A DIRBuilder.h2057 LLVM_DEPRECATED("Use CreateGlobalString instead", "CreateGlobalString")
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h172 LLVM_DEPRECATED("Now Equivalent to hasStdExtZca", "hasStdExtZca")
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h70 /*implicit*/ LLVM_DEPRECATED("Use {} or ArrayRef<T>() instead", "{}")
321 /*implicit*/ LLVM_DEPRECATED("Use {} or MutableArrayRef<T>() instead", "{}")
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h776 LLVM_DEPRECATED("Use getElements instead", "getElements")