Home
last modified time | relevance | path

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

12345

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp25 bool cocoa::isRefType(QualType RetTy, StringRef Prefix,
53 return cocoa::isRefType(T, "DADisk") ||
54 cocoa::isRefType(T, "DADissenter") ||
55 cocoa::isRefType(T, "DASessionRef");
59 return cocoa::isRefType(T, "CF") || // Core Foundation.
60 cocoa::isRefType(T, "CG") || // Core Graphics.
61 cocoa::isRefType(T, "CM") || // Core Media.
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp25 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, in isRefType() function in cocoa
53 return cocoa::isRefType(T, "DADisk") || in isDiskArbitrationAPIRefType()
54 cocoa::isRefType(T, "DADissenter") || in isDiskArbitrationAPIRefType()
55 cocoa::isRefType(T, "DASessionRef"); in isDiskArbitrationAPIRefType()
59 return cocoa::isRefType(T, "CF") || // Core Foundation. in isCFObjectRef()
60 cocoa::isRefType(T, "CG") || // Core Graphics. in isCFObjectRef()
61 cocoa::isRefType(T, "CM") || // Core Media. in isCFObjectRef()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Analysis/
H A DCocoaConventions.cpp24 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()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.astview/src/org/eclipse/jdt/astview/views/
H A DBinding.java124 boolean isRefType= isType(typeKind, REF_TYPE); in getChildren()
148 res.add(new BindingProperty(this, generics, isRefType)); in getChildren()
173 res.add(new BindingProperty(this, origin, isRefType)); in getChildren()
177 res.add(new Binding(this, "PACKAGE", typeBinding.getPackage(), isRefType)); //$NON-NLS-1$ in getChildren()
181 …y(this, "MODIFIERS", getModifiersString(fBinding.getModifiers(), false), isRefType)); //$NON-NLS-1$ in getChildren()
197 res.add(new Binding(this, "SUPERCLASS", typeBinding.getSuperclass(), isRefType)); //$NON-NLS-1$ in getChildren()
198 …res.add(new BindingProperty(this, "INTERFACES", typeBinding.getInterfaces(), isRefType)); //$NON-N… in getChildren()
199 …res.add(new BindingProperty(this, "DECLARED TYPES", typeBinding.getDeclaredTypes(), isRefType)); /… in getChildren()
200 …indingProperty(this, "DECLARED FIELDS", typeBinding.getDeclaredFields(), isRefType)); //$NON-NLS-1$ in getChildren()
201 …dingProperty(this, "DECLARED METHODS", typeBinding.getDeclaredMethods(), isRefType)); //$NON-NLS-1$ in getChildren()
[all …]
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmValType.h147 bool isRefType() const { in isRefType() function
181 MOZ_ASSERT(isRefType()); in asNonNullable()
486 bool isRefType() const { in isRefType() function
488 return tc_.isRefType(); in isRefType()
510 return !(isRtt() || (isRefType() && !isNullable())); in isDefaultable()
549 MOZ_ASSERT(isRefType()); in refType()
554 MOZ_ASSERT(isRefType()); in refTypeKind()
721 static inline bool IsNumberType(ValType vt) { return !vt.isRefType(); } in IsNumberType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerRefTypesIntPtrConv.cpp65 if (!(PTI && WebAssembly::isRefType(PTI->getPointerOperand()->getType())) && in runOnFunction()
66 !(ITP && WebAssembly::isRefType(ITP->getDestTy()))) in runOnFunction()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-swagger/go-swagger/cmd/swagger/commands/diff/
H A Dchecks.go138 if isRefType(type1) && isRefType(type2) {
145 } else if isRefType(type1) != isRefType(type2) {
253 func isRefType(item interface{}) bool { func
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/go-critic/go-critic/checkers/
H A DptrToRefParam_checker.go43 if c.isRefType(ptr.Elem()) {
55 func (c *ptrToRefParamChecker) isRefType(x types.Type) bool { func
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/go-critic/go-critic/checkers/
H A DptrToRefParam_checker.go43 if c.isRefType(ptr.Elem()) {
55 func (c *ptrToRefParamChecker) isRefType(x types.Type) bool { func
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/
H A DptrToRefParam_checker.go43 if c.isRefType(ptr.Elem()) {
55 func (c *ptrToRefParamChecker) isRefType(x types.Type) bool { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/bind/
H A Dtypes.go126 func isRefType(t types.Type) bool { func
139 return isRefType(t.Elem())
/dports/security/keybase/client-v5.7.1/go/vendor/golang.org/x/mobile/bind/
H A Dtypes.go126 func isRefType(t types.Type) bool { func
139 return isRefType(t.Elem())

12345