Searched refs:isRefType (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CocoaConventions.cpp | 24 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, in isRefType() function in cocoa 52 return cocoa::isRefType(T, "DADisk") || in isDiskArbitrationAPIRefType() 53 cocoa::isRefType(T, "DADissenter") || in isDiskArbitrationAPIRefType() 54 cocoa::isRefType(T, "DASessionRef"); in isDiskArbitrationAPIRefType() 58 return cocoa::isRefType(T, "CF") || // Core Foundation. in isCFObjectRef() 59 cocoa::isRefType(T, "CG") || // Core Graphics. in isCFObjectRef() 60 cocoa::isRefType(T, "CM") || // Core Media. in isCFObjectRef()
|
| H A D | RetainSummaryManager.cpp | 413 if (cocoa::isRefType(RetTy, "CF", FName)) { in getSummaryForObjCOrCFObject() 437 if (cocoa::isRefType(RetTy, "CG", FName) || in getSummaryForObjCOrCFObject() 438 cocoa::isRefType(RetTy, "CV", FName)) { in getSummaryForObjCOrCFObject() 747 (cocoa::isRefType(ResultTy, "CF", FName) || in canEval() 748 cocoa::isRefType(ResultTy, "CG", FName) || in canEval() 749 cocoa::isRefType(ResultTy, "CV", FName)) && in canEval()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerRefTypesIntPtrConv.cpp | 65 if (!(PTI && WebAssembly::isRefType(PTI->getPointerOperand()->getType())) && in runOnFunction() 66 !(ITP && WebAssembly::isRefType(ITP->getDestTy()))) in runOnFunction()
|
| H A D | WebAssemblyISelLowering.cpp | 1467 if (Ty->isArrayTy() && WebAssembly::isRefType(Ty->getArrayElementType())) in IsWebAssemblyTable()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyTypeUtilities.h | 82 inline bool isRefType(const Type *Ty) { in isRefType() function 86 inline bool isRefType(wasm::ValType Type) { in isRefType() function
|
| H A D | WebAssemblyTypeUtilities.cpp | 187 WebAssembly::isRefType(GlobalVT->getArrayElementType())) { in wasmSymbolSetType()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/DomainSpecific/ |
| H A D | CocoaConventions.h | 26 bool isRefType(QualType RetTy, StringRef Prefix,
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.cpp | 107 if (!WebAssembly::isRefType(PVT)) { in popRefType()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransUnbridgedCasts.cpp | 146 ento::cocoa::isRefType(E->getSubExpr()->getType(), "CF", in transformNonObjCToObjCCast()
|
| H A D | Transforms.cpp | 95 ento::cocoa::isRefType(callE->getType(), "CF", in isPlusOne()
|