Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h90 using ObjectTy = tomp::ObjectT<IdTy, ExprTy>; member
133 ClauseSet *findClausesWith(const ObjectTy &object) { in findClausesWith()
145 void addClauseSymsToMap(const ObjectTy &object, const ClauseTy *);
258 void ConstructDecompositionT<C, H>::addClauseSymsToMap(const ObjectTy &object, in addClauseSymsToMap()
590 auto inLastprivate = [&](const ObjectTy &object) { in applyClause()
603 clause.v, std::back_inserter(objects), [&](const ObjectTy &object) { in applyClause()
654 auto inFirstprivate = [&](const ObjectTy &object) { in applyClause()
669 [&](const ObjectTy &object) { return !inFirstprivate(object); }); in applyClause()
696 [&](const ObjectTy &object) { return !mapBases.count(object.id()); }); in applyClause()
946 [&](const ObjectTy &object) { in applyClause()
[all …]
H A DConstructCompositionT.h287 using ObjectTy = tomp::type::ObjectT<IdTy, ExprTy>; in mergeDSA() local
300 llvm::SmallVector<std::pair<ObjectTy, int>, 8> objectDsa; in mergeDSA()
302 auto getDsa = [&](const ObjectTy &object) -> std::pair<ObjectTy, int> & { in mergeDSA()
303 auto found = llvm::find_if(objectDsa, [&](std::pair<ObjectTy, int> &p) { in mergeDSA()
372 tomp::ListT<ObjectTy> privateObj, sharedObj, firstpObj, lastpObj, lastpcObj; in mergeDSA()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2587 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType() local
2593 ObjectTy.removeLocalRestrict(); in getThisType()
2595 ObjectTy = C.getLangOpts().HLSL ? C.getLValueReferenceType(ObjectTy) in getThisType()
2596 : C.getPointerType(ObjectTy); in getThisType()
2599 ObjectTy.addRestrict(); in getThisType()
2600 return ObjectTy; in getThisType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1634 QualType ObjectTy) { in CheckDestructorAccess() argument
1644 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess()
1648 ObjectTy); in CheckDestructorAccess()
H A DTreeTransform.h14803 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local
14808 ObjectTy, in TransformCXXDependentScopeMemberExpr()
14813 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h305 QualType ObjectTy,
H A DCGExpr.cpp5770 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument
5774 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar()
5783 QualType ObjectTy; in EmitObjCIvarRefLValue() local
5786 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue()
5787 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
5791 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue()
5792 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
5796 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(), in EmitObjCIvarRefLValue()
H A DCGObjCMac.cpp1393 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
1713 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
5018 QualType ObjectTy, in EmitObjCValueForIvar() argument
5023 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
7167 QualType ObjectTy, in EmitObjCValueForIvar() argument
7171 ObjCInterfaceDecl *ID = ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
H A DCGObjCGNU.cpp652 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy,
4276 QualType ObjectTy, in EmitObjCValueForIvar() argument
4281 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
H A DCodeGenFunction.h4351 LValue EmitLValueForIvar(QualType ObjectTy,