Home
last modified time | relevance | path

Searched refs:addImpl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFeatureModule.h161 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 DFeatureModule.cpp25 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 DPatternMatch.h1419 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 DAPFloat.h607 opStatus addImpl(const APFloat &a, const APFloat &aa, const APFloat &c,
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp4305 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()