Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h181 template <typename IdType, typename ExprType> struct ObjectT;
185 bool operator==(const ObjectT<I, E> &o1, const ObjectT<I, E> &o2) {
189 template <typename I, typename E> using ObjectListT = ListT<ObjectT<I, E>>;
197 ObjectT<I, E> v;
218 std::tuple<OPT(TypeType), ObjectT<IdType, ExprType>, RangeT<ExprType>> t;
232 using MapperIdentifier = ObjectT<I, E>;
254 std::tuple<ObjectT<I, E>, OPT(Distance)> t;
260 ObjectT<I, E> v;
308 template <typename I, typename E> using ObjectT = type::ObjectT<I, E>;
521 using DestroyVar = ObjectT<I, E>;
[all …]
H A DConstructDecompositionT.h90 using ObjectTy = tomp::ObjectT<IdTy, ExprTy>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6378 QualType ASTContext::getObjCObjectPointerType(QualType ObjectT) const { in getObjCObjectPointerType()
6380 ObjCObjectPointerType::Profile(ID, ObjectT); in getObjCObjectPointerType()
6389 if (!ObjectT.isCanonical()) { in getObjCObjectPointerType()
6390 Canonical = getObjCObjectPointerType(getCanonicalType(ObjectT)); in getObjCObjectPointerType()
6400 new (Mem) ObjCObjectPointerType(Canonical, ObjectT); in getObjCObjectPointerType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2292 QualType ObjectT = Args[1]->getType(); in BuiltinInvoke() local
2305 S.BuiltinRemoveCVRef(ObjectT, Loc)) || in BuiltinInvoke()
2307 S.BuiltinRemoveCVRef(ObjectT, Loc))) { in BuiltinInvoke()
2314 if (const auto *RD = ObjectT->getAsCXXRecordDecl()) { in BuiltinInvoke()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3215 template<typename ObjectT>
3217 virtual bool match( ObjectT const& arg ) const = 0;