Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp23 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, in isRefType() function in cocoa
51 return cocoa::isRefType(T, "DADisk") || in isDiskArbitrationAPIRefType()
52 cocoa::isRefType(T, "DADissenter") || in isDiskArbitrationAPIRefType()
53 cocoa::isRefType(T, "DASessionRef"); in isDiskArbitrationAPIRefType()
57 return cocoa::isRefType(T, "CF") || // Core Foundation. in isCFObjectRef()
58 cocoa::isRefType(T, "CG") || // Core Graphics. in isCFObjectRef()
59 cocoa::isRefType(T, "CM") || // Core Media. in isCFObjectRef()
H A DRetainSummaryManager.cpp409 if (cocoa::isRefType(RetTy, "CF", FName)) { in getSummaryForObjCOrCFObject()
433 if (cocoa::isRefType(RetTy, "CG", FName) || in getSummaryForObjCOrCFObject()
434 cocoa::isRefType(RetTy, "CV", FName)) { in getSummaryForObjCOrCFObject()
743 (cocoa::isRefType(ResultTy, "CF", FName) || in canEval()
744 cocoa::isRefType(ResultTy, "CG", FName) || in canEval()
745 cocoa::isRefType(ResultTy, "CV", FName)) && in canEval()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp127 bool isRefType(const std::string &Name) { in isRefType() function
141 return isRefType(Name) || isCheckedPtr(Name) || isRetainPtr(Name) || in isSmartPtrClass()
154 return isRefType(FunctionName) || FunctionName == "adoptRef" || in isCtorOfRefCounted()
202 T, [](auto Name) { return isRefType(Name) || isCheckedPtr(Name); }); in isRefOrCheckedPtrType()
211 return isRefType(Name) || isCheckedPtr(Name) || Name == "unique_ptr" || in isOwnerPtrType()
219 if (isRefType(safeGetName(Decl))) in isUncounted()
382 if ((isRefType(className) && (method == "get" || method == "ptr")) || in isGetterOfSafePtr()
394 if (isRefType(className)) { in isGetterOfSafePtr()
427 return isRefType(ClassName); in isRefCounted()
H A DPtrTypesSemantics.h137 bool isRefType(const std::string &Name);
H A DASTUtils.cpp110 if (isRefType(ClsName) || isCheckedPtr(ClsName) || in tryToFindPtrOrigin()
H A DRawPtrRefLambdaCapturesChecker.cpp473 return isRefType(Name) || isCheckedPtr(Name); in isPtrType()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h26 bool isRefType(QualType RetTy, StringRef Prefix,
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTypeUtilities.h48 inline bool isRefType(wasm::ValType Type) { in isRefType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp84 WebAssembly::isRefType(std::get<wasm::ValType>(TypeB))) in match()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8379 {"_ZN5clang4ento5cocoa9isRefTypeENS_8QualTypeEN4llvm9StringRefES4_", "clang::ento::cocoa::isRefType