Home
last modified time | relevance | path

Searched refs:ImplTy (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/mlir/include/mlir/Support/
DStorageUniquer.h23 template <typename ImplTy, typename... Args>
24 using has_impltype_getkey_t = decltype(ImplTy::getKey(std::declval<Args>()...));
27 template <typename ImplTy, typename T>
28 using has_impltype_hash_t = decltype(ImplTy::hashKey(std::declval<T>()));
274 template <typename ImplTy, typename... Args>
276 llvm::is_detected<detail::has_impltype_getkey_t, ImplTy, Args...>::value,
277 typename ImplTy::KeyTy>::type
279 return ImplTy::getKey(args...); in getKey()
283 template <typename ImplTy, typename... Args>
285 !llvm::is_detected<detail::has_impltype_getkey_t, ImplTy, Args...>::value,
[all …]
/external/clang/include/clang/Analysis/
DCFG.h355 typedef BumpVector<CFGElement> ImplTy; typedef
356 ImplTy Impl;
360 typedef std::reverse_iterator<ImplTy::iterator> iterator;
361 typedef std::reverse_iterator<ImplTy::const_iterator> const_iterator;
362 typedef ImplTy::iterator reverse_iterator;
363 typedef ImplTy::const_iterator const_reverse_iterator;
364 typedef ImplTy::const_reference const_reference;
772 typedef BumpVector<CFGBlock*>::iterator ImplTy; typedef
774 graph_iterator(const ImplTy &i) : I(i) {} in graph_iterator()
787 ImplTy I;
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h408 typedef llvm::SmallPtrSet<ExplodedNode*,5> ImplTy; typedef
409 ImplTy Impl;
423 typedef ImplTy::iterator iterator;
424 typedef ImplTy::const_iterator const_iterator;
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h464 using ImplTy = llvm::SmallSetVector<ExplodedNode *, 4>; variable
465 ImplTy Impl;
479 using iterator = ImplTy::iterator;
480 using const_iterator = ImplTy::const_iterator;
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h578 using ImplTy = BumpVector<CFGElement>; variable
580 ImplTy Impl;
585 using iterator = std::reverse_iterator<ImplTy::iterator>;
586 using const_iterator = std::reverse_iterator<ImplTy::const_iterator>;
587 using reverse_iterator = ImplTy::iterator;
588 using const_reverse_iterator = ImplTy::const_iterator;
589 using const_reference = ImplTy::const_reference;
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp3965 typedef MDFieldImpl ImplTy; typedef
3983 typedef MDEitherFieldImpl<FieldTypeA, FieldTypeB> ImplTy; typedef
4015 : ImplTy(Default), Max(Max) {} in MDUnsignedField()
4074 MDAPSIntField() : ImplTy(APSInt()) {} in MDAPSIntField()
4082 : ImplTy(Default), Min(INT64_MIN), Max(INT64_MAX) {} in MDSignedField()
4084 : ImplTy(Default), Min(Min), Max(Max) {} in MDSignedField()
4088 MDBoolField(bool Default = false) : ImplTy(Default) {} in MDBoolField()
4094 MDField(bool AllowNull = true) : ImplTy(nullptr), AllowNull(AllowNull) {} in MDField()
4098 MDConstant() : ImplTy(nullptr) {} in MDConstant()
4104 : ImplTy(nullptr), AllowEmpty(AllowEmpty) {} in MDStringField()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp3762 typedef MDFieldImpl ImplTy; typedef
3780 typedef MDEitherFieldImpl<FieldTypeA, FieldTypeB> ImplTy; typedef
3812 : ImplTy(Default), Max(Max) {} in MDUnsignedField()
3875 : ImplTy(Default), Min(INT64_MIN), Max(INT64_MAX) {} in MDSignedField()
3877 : ImplTy(Default), Min(Min), Max(Max) {} in MDSignedField()
3881 MDBoolField(bool Default = false) : ImplTy(Default) {} in MDBoolField()
3887 MDField(bool AllowNull = true) : ImplTy(nullptr), AllowNull(AllowNull) {} in MDField()
3891 MDConstant() : ImplTy(nullptr) {} in MDConstant()
3897 : ImplTy(nullptr), AllowEmpty(AllowEmpty) {} in MDStringField()
3901 MDFieldList() : ImplTy(SmallVector<Metadata *, 4>()) {} in MDFieldList()
[all …]
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2337 QualType ImplTy = ImplVar->getType(); in CheckMethodOverrideParam() local
2341 !S.Context.hasSameNullabilityTypeQualifier(ImplTy, IfaceTy, true)) { in CheckMethodOverrideParam()
2345 *ImplTy->getNullability(S.Context), in CheckMethodOverrideParam()
2354 if (S.Context.hasSameUnqualifiedType(ImplTy, IfaceTy)) in CheckMethodOverrideParam()
2366 ImplTy->getAs<ObjCObjectPointerType>()) { in CheckMethodOverrideParam()
2384 << MethodImpl->getDeclName() << IfaceTy << ImplTy; in CheckMethodOverrideParam()
/external/llvm/lib/AsmParser/
DLLParser.cpp3338 typedef MDFieldImpl ImplTy; typedef
3355 : ImplTy(Default), Max(Max) {} in MDUnsignedField()
3398 : ImplTy(Default), Min(INT64_MIN), Max(INT64_MAX) {} in MDSignedField()
3400 : ImplTy(Default), Min(Min), Max(Max) {} in MDSignedField()
3404 MDBoolField(bool Default = false) : ImplTy(Default) {} in MDBoolField()
3409 MDField(bool AllowNull = true) : ImplTy(nullptr), AllowNull(AllowNull) {} in MDField()
3412 MDConstant() : ImplTy(nullptr) {} in MDConstant()
3417 : ImplTy(nullptr), AllowEmpty(AllowEmpty) {} in MDStringField()
3420 MDFieldList() : ImplTy(SmallVector<Metadata *, 4>()) {} in MDFieldList()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp2430 QualType ImplTy = ImplVar->getType(); in CheckMethodOverrideParam() local
2434 !S.Context.hasSameNullabilityTypeQualifier(ImplTy, IfaceTy, true)) { in CheckMethodOverrideParam()
2438 *ImplTy->getNullability(S.Context), in CheckMethodOverrideParam()
2447 if (S.Context.hasSameUnqualifiedType(ImplTy, IfaceTy)) in CheckMethodOverrideParam()
2459 ImplTy->getAs<ObjCObjectPointerType>()) { in CheckMethodOverrideParam()
2477 << MethodImpl->getDeclName() << IfaceTy << ImplTy; in CheckMethodOverrideParam()