Searched refs:isRefType (Results 1 - 10 of 10) 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/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h27 bool isRefType(QualType RetTy, StringRef Prefix,
/external/javassist/src/main/javassist/compiler/
H A DJvstTypeChecker.java113 if (exprType == VOID || CodeGen.isRefType(exprType) || arrayDim > 0)
126 if (CodeGen.isRefType(exprType) || arrayDim > 0)
H A DJvstCodeGen.java186 if (exprType == VOID || isRefType(exprType) || arrayDim > 0)
202 if (isRefType(exprType) || arrayDim > 0)
700 if (arrayDim == 0 && !isRefType(exprType))
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))
H A DMemberCodeGen.java393 if (!isRefType(type))
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1128 if (cocoa::isRefType(RetTy, "CF", FName)) {
1147 if (cocoa::isRefType(RetTy, "CG", FName)) {
1157 if (cocoa::isRefType(RetTy, "DADisk") ||
1158 cocoa::isRefType(RetTy, "DADissenter") ||
1159 cocoa::isRefType(RetTy, "DASessionRef")) {
3242 if (cocoa::isRefType(ResultTy, "CF", FName) ||
3243 cocoa::isRefType(ResultTy, "CG", FName)) {
/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp147 ento::cocoa::isRefType(E->getSubExpr()->getType(), "CF",
H A DTransforms.cpp98 ento::cocoa::isRefType(callE->getType(), "CF",
/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 333 milliseconds