Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCXXInheritance.h271 typedef SmallVector<UniqueVirtualMethod, 4> ValuesT; typedef
272 typedef llvm::MapVector<unsigned, ValuesT> MapType;
/external/llvm-project/clang/include/clang/AST/
DCXXInheritance.h271 using ValuesT = SmallVector<UniqueVirtualMethod, 4>; variable
272 using MapType = llvm::MapVector<unsigned, ValuesT>;
/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp257 template <typename ValuesT>
258 void markAllOverdefined(ValuesT values) { in markAllOverdefined()
262 template <typename ValuesT>
263 void markAllOverdefined(Operation *op, ValuesT values) { in markAllOverdefined()
267 template <typename ValuesT>
268 void markAllOverdefinedAndVisitUsers(ValuesT values) { in markAllOverdefinedAndVisitUsers()
/external/llvm-project/mlir/include/mlir/IR/
DOperation.h153 template <typename ValuesT>
154 std::enable_if_t<!std::is_convertible<ValuesT, Operation *>::value>
155 replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith()
DOpDefinition.h584 template <typename ValuesT> void replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith()
585 this->getOperation()->replaceAllUsesWith(std::forward<ValuesT>(values)); in replaceAllUsesWith()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1000 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral() local
1001 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1081 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral() local
1082 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral()