Searched refs:isRefType (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/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 | 410 if (cocoa::isRefType(RetTy, "CF", FName)) { in getSummaryForObjCOrCFObject() 434 if (cocoa::isRefType(RetTy, "CG", FName) || in getSummaryForObjCOrCFObject() 435 cocoa::isRefType(RetTy, "CV", FName)) { in getSummaryForObjCOrCFObject() 744 (cocoa::isRefType(ResultTy, "CF", FName) || in canEval() 745 cocoa::isRefType(ResultTy, "CG", FName) || in canEval() 746 cocoa::isRefType(ResultTy, "CV", FName)) && in canEval()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 106 bool isRefType(const std::string &Name) { in isRefType() function 115 return isRefType(FunctionName) || FunctionName == "makeRef" || in isCtorOfRefCounted() 137 return isRefType(name); in isReturnValueRefCounted() 180 if ((isRefType(className) && (method == "get" || method == "ptr")) || in isGetterOfRefCounted() 189 if (isRefType(className)) { in isGetterOfRefCounted() 206 return isRefType(ClassName); in isRefCounted()
|
| H A D | PtrTypesSemantics.h | 54 bool isRefType(const std::string &Name);
|
| H A D | UncountedCallArgsChecker.cpp | 57 if (isRefType(safeGetName(Decl))) in checkASTDecl()
|
| /src/contrib/llvm-project/clang/include/clang/Analysis/DomainSpecific/ |
| H A D | CocoaConventions.h | 26 bool isRefType(QualType RetTy, StringRef Prefix,
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyMCTypeUtilities.h | 44 inline bool isRefType(wasm::ValType Type) { in isRefType() function
|
| /src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransUnbridgedCasts.cpp | 146 ento::cocoa::isRefType(E->getSubExpr()->getType(), "CF", in transformNonObjCToObjCCast()
|
| H A D | Transforms.cpp | 96 ento::cocoa::isRefType(callE->getType(), "CF", in isPlusOne()
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.cpp | 107 if (!WebAssembly::isRefType(PVT)) { in popRefType()
|