Searched refs:LLVM_DEPRECATED (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CustomizableOptional.h | 73 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 D | FileManager.h | 240 LLVM_DEPRECATED("Functions returning FileEntry are deprecated.",
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ThreadPool.h | 153 LLVM_DEPRECATED("Use getMaxConcurrency instead", "getMaxConcurrency") 237 LLVM_DEPRECATED("Use getMaxConcurrency instead", "getMaxConcurrency")
|
| H A D | Compiler.h | 250 #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 D | Instruction.h | 56 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 D | Argument.h | 114 LLVM_ABI LLVM_DEPRECATED("Use getParamAlign() instead",
|
| H A D | Intrinsics.h | 107 LLVM_DEPRECATED("Use getOrInsertDeclaration instead",
|
| H A D | BasicBlock.h | 280 LLVM_ABI LLVM_DEPRECATED("Use iterators as instruction positions", 283 LLVM_ABI LLVM_DEPRECATED("Use iterators as instruction positions instead",
|
| H A D | Type.h | 484 LLVM_ABI LLVM_DEPRECATED("Use PointerType::get instead", "PointerType::get")
|
| H A D | IntrinsicInst.h | 1001 LLVM_DEPRECATED("Use getDestAlign() instead", "getDestAlign") 1062 LLVM_DEPRECATED("Use getSourceAlign() instead", "getSourceAlign")
|
| H A D | IRBuilder.h | 2057 LLVM_DEPRECATED("Use CreateGlobalString instead", "CreateGlobalString")
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.h | 172 LLVM_DEPRECATED("Now Equivalent to hasStdExtZca", "hasStdExtZca")
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ArrayRef.h | 70 /*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 D | Record.h | 776 LLVM_DEPRECATED("Use getElements instead", "getElements")
|