Searched refs:isObjectType (Results 1 - 12 of 12) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java64 public abstract boolean isObjectType(); method in class:TypeData
94 public boolean isObjectType() { return false; } method in class:TypeData.BasicType
200 public boolean isObjectType() { return true; } method in class:TypeData.TypeName
478 public boolean isObjectType() { return true; } method in class:TypeData.UninitData
H A DMapMaker.java235 if (td != TOP && td.isObjectType())
238 if (target != TOP && target.isObjectType())
H A DTracer.java257 if (data == null || !data.isObjectType())
/external/clang/include/clang/AST/
H A DCanonicalType.h251 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjectType)
H A DType.h1449 bool isObjectType() const { function in class:clang::Type
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp3273 return T->isObjectType();
3654 if (T->isObjectType() || T->isFunctionType())
3830 if (LhsT->isObjectType() || LhsT->isFunctionType())
3882 if (LhsT->isObjectType() || LhsT->isFunctionType())
3884 if (RhsT->isObjectType() || RhsT->isFunctionType())
H A DSemaOverload.cpp7128 if (!(*Ptr)->getPointeeType()->isObjectType())
7156 if (!PointeeTy->isObjectType() && !PointeeTy->isFunctionType())
7393 if (!PointeeTy->isObjectType())
7578 else if (!(*Ptr)->getPointeeType()->isObjectType())
7811 if (!PointeeType->isObjectType())
7826 if (!PointeeType->isObjectType())
H A DSemaType.cpp3166 if (D.getDeclSpec().isConstexprSpecified() && T->isObjectType()) {
H A DSemaExpr.cpp1360 else if (!Types[i]->getType()->isObjectType())
/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/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 318 milliseconds