OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRefType
(Results
1 - 12
of
12
) sorted by null
/external/clang/lib/Analysis/
CocoaConventions.cpp
25
bool cocoa::
isRefType
(QualType RetTy, StringRef Prefix,
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/
CocoaConventions.h
27
bool
isRefType
(QualType RetTy, StringRef Prefix,
/external/javassist/src/main/javassist/compiler/
JvstTypeChecker.java
113
if (exprType == VOID || CodeGen.
isRefType
(exprType) || arrayDim > 0)
126
if (CodeGen.
isRefType
(exprType) || arrayDim > 0)
JvstCodeGen.java
186
if (exprType == VOID ||
isRefType
(exprType) || arrayDim > 0)
202
if (
isRefType
(exprType) || arrayDim > 0)
700
if (arrayDim == 0 && !
isRefType
(exprType))
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
...]
MemberCodeGen.java
393
if (!
isRefType
(type))
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp
[
all
...]
/external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp
147
ento::cocoa::
isRefType
(E->getSubExpr()->getType(), "CF",
Transforms.cpp
100
ento::cocoa::
isRefType
(callE->getType(), "CF",
/external/guice/extensions/persist/lib/
javassist.jar
/external/guice/extensions/struts2/lib/
javassist.jar
/external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar
Completed in 854 milliseconds