Searched refs:addImpl (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | FeatureModule.h | 161 bool addImpl(void *Key, std::unique_ptr<FeatureModule>, const char *Source); 175 return addImpl(&ID<Mod>::Key, std::move(M), LLVM_PRETTY_FUNCTION); in add()
|
| H A D | FeatureModule.cpp | 25 bool FeatureModuleSet::addImpl(void *Key, std::unique_ptr<FeatureModule> M, in addImpl() function in clang::clangd::FeatureModuleSet
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | PatternMatch.h | 1419 0, (addImpl<Ts>(/*debugLabels=*/llvm::None, 1440 0, (addImpl<Ts>(debugLabels, arg, args...), 0)...}; 1448 (void)std::initializer_list<int>{0, (addImpl<Ts>(), 0)...}; 1505 0, (addImpl<Ts>(/*debugLabels=*/llvm::None, arg, args...), 0)...}; 1513 (void)std::initializer_list<int>{0, (addImpl<Ts>(), 0)...}; 1559 addImpl(ArrayRef<StringRef> debugLabels, Args &&...args) { 1567 addImpl(ArrayRef<StringRef> debugLabels, Args &&...args) {
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 607 opStatus addImpl(const APFloat &a, const APFloat &aa, const APFloat &c,
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | APFloat.cpp | 4305 APFloat::opStatus DoubleAPFloat::addImpl(const APFloat &a, const APFloat &aa, in addImpl() function in llvm::detail::DoubleAPFloat 4427 return Out.addImpl(A, AA, C, CC, RM); in addWithSpecial()
|