Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DValueRange.h267 template <typename ValuesT>
268 std::enable_if_t<!std::is_convertible<ValuesT, Operation *>::value>
269 replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith()
H A DOperation.h202 template <typename ValuesT>
203 void replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith()
204 getResults().replaceAllUsesWith(std::forward<ValuesT>(values)); in replaceAllUsesWith()
H A DOpDefinition.h571 template <typename ValuesT>
572 void replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith()
573 this->getOperation()->replaceAllUsesWith(std::forward<ValuesT>(values)); in replaceAllUsesWith()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCXXInheritance.h270 using ValuesT = SmallVector<UniqueVirtualMethod, 4>; variable
271 using MapType = llvm::MapVector<unsigned, ValuesT>;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp1081 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral() local
1082 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral()