Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DTypePromotionInMathFnCheck.cpp23 AST_MATCHER_P(Type, isBuiltinType, BuiltinType::Kind, Kind) { in AST_MATCHER_P() argument
56 return hasParameter(Pos, hasType(isBuiltinType(Kind))); in registerMatchers()
59 return hasArgument(Pos, hasType(isBuiltinType(Kind))); in registerMatchers()
106 pointee(isBuiltinType(IntTy)))))))), in registerMatchers()
129 pointee(isBuiltinType(IntTy)))))))), in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DAvoidCStyleCastsCheck.cpp202 if ((SourceType->isBuiltinType() || SourceType->isEnumeralType()) && in check()
203 (DestType->isBuiltinType() || DestType->isEnumeralType())) { in check()
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DPostfixOperatorCheck.cpp69 if (ReturnType.isConstQualified() || ReturnType->isBuiltinType() || in check()
/external/javassist/src/main/javassist/compiler/
DParser.java206 if (isBuiltinType(t) || t == VOID) { in parseFormalType()
216 private static boolean isBuiltinType(int t) { in isBuiltinType() method in Parser
589 if (isBuiltinType(t)) { in parseDeclarationOrExpression()
804 if (isBuiltinType(t)) { in parseInstanceOf()
914 if (isBuiltinType(t) && nextIsBuiltinCast()) { in parseCast()
1262 if (isBuiltinType(t) || t == VOID) { in parsePrimaryExpr()
1279 if (isBuiltinType(t)) { in parseNew()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
DUninitializedObject.h325 return T->isBuiltinType() || T->isEnumeralType() || in isPrimitiveType()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DMakeMemberFunctionConstCheck.cpp151 !Cast->getType()->isBuiltinType()) in VisitUser()
/external/llvm-project/clang-tools-extra/clangd/
DSemanticHighlighting.cpp112 if (TP->isBuiltinType()) // Builtins are special, they do not have decls. in kindForType()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp184 EXPECT_TRUE(type_ptr->isBuiltinType()); in VerifyEncodingAndBitSize()
/external/llvm-project/clang/lib/AST/
DItaniumMangle.cpp2503 if (Ty->isBuiltinType()) in isTypeSubstitutable()
3179 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType"); in mangleNeonVectorType()
3274 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType"); in mangleAArch64NeonVectorType()
3343 assert(EltType->isBuiltinType() && in mangleAArch64FixedSveVectorType()
DASTContext.cpp3841 assert(vecType->isBuiltinType()); in getVectorType()
3911 assert(vecType->isBuiltinType() || vecType->isDependentType()); in getExtVectorType()
/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/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp1747 if ((Ty->isVectorType() || Ty->isBuiltinType()) && in runVectorCallFirstPass()
1794 if (Ty->isBuiltinType() || Ty->isVectorType()) in classifyArgumentType()
4162 if (!Ty->isBuiltinType() && !Ty->isVectorType() && in reclassifyHvaArgType()
4205 if (IsReturnType || Ty->isBuiltinType() || Ty->isVectorType()) in classify()
4212 (IsReturnType || Ty->isBuiltinType() || Ty->isVectorType())) { in classify()
4217 } else if (!Ty->isBuiltinType() && !Ty->isVectorType()) { in classify()
5560 assert(VT->getElementType()->isBuiltinType() && "expected builtin type!"); in coerceIllegalVector()
5569 assert(VT->getElementType()->isBuiltinType() && "expected builtin type!"); in coerceIllegalVector()
/external/clang/include/clang/AST/
DType.h1607 bool isBuiltinType() const;
5539 inline bool Type::isBuiltinType() const {
/external/llvm-project/clang/include/clang/AST/
DType.h1942 bool isBuiltinType() const;
6729 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()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp601 } else if (ValueType->isBuiltinType()) { in BuildObjCBoxedExpr()
DSemaType.cpp2538 (!CurType->isBuiltinType() || CurType->isBooleanType() || in BuildVectorType()
DSemaDeclAttr.cpp1451 QT->isBuiltinType() ? diag::err_iboutletcollection_builtintype in handleIBOutletCollection()
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...

12