Searched refs:OTy (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 1348 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) { in LookupMemberExpr() local 1362 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr() 1365 (OTy->isObjCId() || OTy->isObjCClass())) in LookupMemberExpr() 1370 if (OTy->isObjCId() && Member->isStr("isa")) in LookupMemberExpr()
|
D | SemaExpr.cpp | 590 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) in DiagnoseDirectIsaAccess() local 591 if (ObjCInterfaceDecl *IDecl = OTy->getInterface()) { in DiagnoseDirectIsaAccess()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprMember.cpp | 1309 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) { in LookupMemberExpr() local 1323 ObjCInterfaceDecl *IDecl = OTy->getInterface(); in LookupMemberExpr() 1326 (OTy->isObjCId() || OTy->isObjCClass())) in LookupMemberExpr() 1331 if (OTy->isObjCId() && Member->isStr("isa")) in LookupMemberExpr()
|
D | SemaExpr.cpp | 582 if (const ObjCObjectType *OTy = BaseType->getAs<ObjCObjectType>()) in DiagnoseDirectIsaAccess() local 583 if (ObjCInterfaceDecl *IDecl = OTy->getInterface()) { in DiagnoseDirectIsaAccess()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 2216 QualType OTy = PVD->getOriginalType(); in EmitFunctionProlog() local 2218 getContext().getAsConstantArrayType(OTy)) { in EmitFunctionProlog() 2240 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog() 2253 if (const auto *TOTy = dyn_cast<TypedefType>(OTy)) in EmitFunctionProlog()
|
D | CGBuiltin.cpp | 3763 llvm::Type *OTy = Op->getType(); in EmitAArch64CompareBuiltinExpr() local 3770 OTy = BI->getOperand(0)->getType(); in EmitAArch64CompareBuiltinExpr() 3772 Op = Builder.CreateBitCast(Op, OTy); in EmitAArch64CompareBuiltinExpr() 3773 if (OTy->getScalarType()->isFloatingPointTy()) { in EmitAArch64CompareBuiltinExpr() 3774 Op = Builder.CreateFCmp(Fp, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr() 3776 Op = Builder.CreateICmp(Ip, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 2557 QualType OTy = PVD->getOriginalType(); in EmitFunctionProlog() local 2559 getContext().getAsConstantArrayType(OTy)) { in EmitFunctionProlog() 2584 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog() 2602 if (const auto *TOTy = dyn_cast<TypedefType>(OTy)) in EmitFunctionProlog()
|
D | CGBuiltin.cpp | 6741 llvm::Type *OTy = Op->getType(); in EmitAArch64CompareBuiltinExpr() local 6748 OTy = BI->getOperand(0)->getType(); in EmitAArch64CompareBuiltinExpr() 6750 Op = Builder.CreateBitCast(Op, OTy); in EmitAArch64CompareBuiltinExpr() 6751 if (OTy->getScalarType()->isFloatingPointTy()) { in EmitAArch64CompareBuiltinExpr() 6752 Op = Builder.CreateFCmp(Fp, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr() 6754 Op = Builder.CreateICmp(Ip, Op, Constant::getNullValue(OTy)); in EmitAArch64CompareBuiltinExpr()
|