Searched defs:isRefType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Analysis/
H A DCocoaConventions.cpp25 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, function in class:cocoa
51 return cocoa::isRefType(T, "CF") || // Core Foundation.
52 cocoa::isRefType(T, "CG") || // Core Graphics.
53 cocoa::isRefType(T, "DADisk") || // Disk Arbitration API.
54 cocoa::isRefType(T, "DADissenter") ||
55 cocoa::isRefType(T, "DASessionRef");
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java608 else if (isRefType(type))
808 else if (isRefType(varType))
874 if (op != '=' || (dim == 0 && !isRefType(type)))
1064 if (isRefType(type) || dim > 0)
1264 protected static boolean isRefType(int type) { method in class:CodeGen
1275 else if (isRefType(type))
1396 if (!isRefType(srcType))
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 100 milliseconds