HomeSort by relevance Sort by last modified time
    Searched defs:isRefType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
CocoaConventions.cpp 66 bool cocoa::isRefType(QualType RetTy, llvm::StringRef Prefix,
90 return cocoa::isRefType(T, "CF") || // Core Foundation.
91 cocoa::isRefType(T, "CG") || // Core Graphics.
92 cocoa::isRefType(T, "DADisk") || // Disk Arbitration API.
93 cocoa::isRefType(T, "DADissenter") ||
94 cocoa::isRefType(T, "DASessionRef");
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 608 else if (isRefType(type))
808 else if (isRefType(varType))
874 if (op != '=' || (dim == 0 && !isRefType(type)))
1064 if (isRefType(type) || dim > 0)
    [all...]

Completed in 235 milliseconds