Home
last modified time | relevance | path

Searched refs:isBuiltinType (Results 1 – 9 of 9) sorted by relevance

/external/javassist/src/main/javassist/compiler/
DParser.java185 if (isBuiltinType(t) || t == VOID) { in parseFormalType()
197 private static boolean isBuiltinType(int t) { in isBuiltinType() method in Parser
571 if (isBuiltinType(t)) { in parseDeclarationOrExpression()
789 if (isBuiltinType(t)) { in parseInstanceOf()
901 if (isBuiltinType(t) && nextIsBuiltinCast()) { in parseCast()
1249 if (isBuiltinType(t) || t == VOID) { in parsePrimaryExpr()
1266 if (isBuiltinType(t)) { in parseNew()
/external/clang/lib/AST/
DItaniumMangle.cpp2187 if (Ty->isBuiltinType()) in isTypeSubstitutable()
2723 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType"); in mangleNeonVectorType()
2806 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType"); in mangleAArch64NeonVectorType()
DASTContext.cpp2887 assert(vecType->isBuiltinType()); in getVectorType()
2918 assert(vecType->isBuiltinType() || vecType->isDependentType()); in getExtVectorType()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp737 assert(OOE->getType()->isBuiltinType()); in VisitOffsetOfExpr()
/external/clang/include/clang/AST/
DType.h1607 bool isBuiltinType() const;
5539 inline bool Type::isBuiltinType() const {
/external/clang/lib/CodeGen/
DTargetInfo.cpp1503 if (Ty->isBuiltinType() || Ty->isVectorType()) in classifyArgumentType()
3592 if (IsReturnType || Ty->isBuiltinType() || Ty->isVectorType()) in classify()
/external/clang/lib/Sema/
DSemaExprObjC.cpp568 } else if (ValueType->isBuiltinType()) { in BuildObjCBoxedExpr()
DSemaType.cpp6324 if (!CurType->isBuiltinType() || CurType->isBooleanType() || in HandleVectorSizeAttr()
DSemaDeclAttr.cpp1180 QT->isBuiltinType() ? diag::err_iboutletcollection_builtintype in handleIBOutletCollection()