Searched refs:LLVM_DEPRECATED (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ArrayRef.h | 511 LLVM_DEPRECATED("Use deduction guide instead", "ArrayRef") 518 LLVM_DEPRECATED("Use deduction guide instead", "ArrayRef") 525 LLVM_DEPRECATED("Use deduction guide instead", "ArrayRef") 532 LLVM_DEPRECATED("Use deduction guide instead", "ArrayRef") 539 LLVM_DEPRECATED("Use deduction guide instead", "ArrayRef") 546 LLVM_DEPRECATED("Use deduction guide instead", "ArrayRef") 553 LLVM_DEPRECATED("Use deduction guide instead", "ArrayRef") 560 LLVM_DEPRECATED("Use deduction guide instead", "ArrayRef") 567 LLVM_DEPRECATED("Use deduction guide instead", "ArrayRef") 574 LLVM_DEPRECATED("Use deduction guide instead", "ArrayRef") [all …]
|
| H A D | StringRef.h | 261 [[nodiscard]] LLVM_DEPRECATED( 276 [[nodiscard]] LLVM_DEPRECATED(
|
| H A D | STLExtras.h | 2038 LLVM_DEPRECATED("Use erase instead", "erase")
|
| /freebsd-14.2/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 | DirectoryEntry.h | 49 LLVM_DEPRECATED("Use DirectoryEntryRef::getName() instead.", "")
|
| H A D | FileEntry.h | 331 LLVM_DEPRECATED("Use FileEntryRef::getName() instead.", "")
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Argument.h | 103 LLVM_DEPRECATED("Use getParamAlign() instead", "getParamAlign")
|
| H A D | Type.h | 258 LLVM_DEPRECATED("Use isPointerTy() instead", "isPointerTy")
|
| H A D | DataLayout.h | 542 LLVM_DEPRECATED("use getPrefTypeAlign instead", "getPrefTypeAlign")
|
| H A D | IntrinsicInst.h | 943 LLVM_DEPRECATED("Use getDestAlign() instead", "getDestAlign") 1004 LLVM_DEPRECATED("Use getSourceAlign() instead", "getSourceAlign")
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 155 #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) macro 157 #define LLVM_DEPRECATED(MSG, FIX) [[deprecated(MSG)]] macro
|
| H A D | KnownBits.h | 317 LLVM_DEPRECATED("use intersectWith instead", "intersectWith")
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 157 LLVM_DEPRECATED("Migrate to ParseStatus", "") 162 LLVM_DEPRECATED("Migrate to ParseStatus", "")
|