Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp106 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 DPtrTypesSemantics.h54 bool isRefType(const std::string &Name);
H A DUncountedCallArgsChecker.cpp57 if (isRefType(safeGetName(Decl))) in checkASTDecl()
/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.h44 inline bool isRefType(wasm::ValType Type) { in isRefType() function
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp146 ento::cocoa::isRefType(E->getSubExpr()->getType(), "CF", in transformNonObjCToObjCCast()
H A DTransforms.cpp96 ento::cocoa::isRefType(callE->getType(), "CF", in isPlusOne()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp107 if (!WebAssembly::isRefType(PVT)) { in popRefType()