/external/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
D | StringFindStrContainsCheck.cpp | 34 AST_MATCHER(Type, isCharType) { return Node.isCharType(); } in AST_MATCHER() argument 63 auto CharType = hasUnqualifiedDesugaredType(isCharType()); in MakeRule()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | NonnullGlobalConstantsChecker.cpp | 133 if (Ty->isPointerType() && Ty->getPointeeType()->isCharType()) in isNonnullType()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | StringIntegerAssignmentCheck.cpp | 151 if (!CharType->isCharType() && !IsWideCharType) in check()
|
/external/clang/lib/Sema/ |
D | SemaFixItUtils.cpp | 189 if (T.isCharType()) in getScalarZeroExpressionForType()
|
D | SemaInit.cpp | 69 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType()) in IsStringInit() 85 if (ElemTy->isCharType()) in IsStringInit() 98 if (ElemTy->isCharType()) in IsStringInit() 106 if (ElemTy->isCharType()) in IsStringInit() 114 if (ElemTy->isCharType()) in IsStringInit() 5085 } else if (DestAT->getElementType()->isCharType()) in InitializeFrom()
|
D | SemaDeclAttr.cpp | 2765 !Ty->getAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr() 2775 !Ty->getAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr() 2963 !Ty->getAs<PointerType>()->getPointeeType()->isCharType()) { in handleFormatAttr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaFixItUtils.cpp | 188 if (T.isCharType()) in getScalarZeroExpressionForType()
|
D | SemaInit.cpp | 72 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType()) in IsStringInit() 92 if (ElemTy->isCharType()) in IsStringInit() 110 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit() 118 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit() 126 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit() 5811 } else if (DestAT->getElementType()->isCharType()) in InitializeFrom()
|
D | SemaDeclAttr.cpp | 857 if (!Param->getType()->isIntegerType() && !Param->getType()->isCharType()) { in checkParamIsIntegerType() 3243 !Ty->castAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr() 3253 !Ty->castAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr() 3433 !Ty->castAs<PointerType>()->getPointeeType()->isCharType()) { in handleFormatAttr()
|
D | SemaChecking.cpp | 1796 !PT->isPointerType() || !PT->getPointeeType()->isCharType() || in CheckBuiltinFunctionCall() 8648 !ExprTy->isCharType()) { in checkFormatExpr() 11921 if (CC.isValid() && T->isCharType()) { in isSameWidthConstantConversion() 12283 if (isObjCSignedCharBool(S, T) && !Source->isCharType() && in CheckImplicitConversion()
|
D | SemaExpr.cpp | 3632 if (!QT->isIntegerType() || QT->isBooleanType() || QT->isCharType()) { in CheckLoopHintExpr() 8814 if (lhptee->isCharType()) in checkPointerTypesForAssignment() 8819 if (rhptee->isCharType()) in checkPointerTypesForAssignment() 10149 RHSTy->isReferenceType() || ArrayElemTy->isCharType() || in DiagnoseDivisionSizeofPointerOrArray()
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 58 } else if (T->isCharType()) { in printIntegral()
|
D | ItaniumMangle.cpp | 4251 static bool isCharType(QualType T) { in isCharType() function 4281 if (!isCharType(TemplateArgs[0].getAsType())) in isCharSpecialization() 4297 if (!isCharType(TemplateArgs[0].getAsType())) in isStreamCharSpecialization() 4346 if (!isCharType(TemplateArgs[0].getAsType())) in mangleStandardSubstitution()
|
D | Type.cpp | 1656 bool Type::isCharType() const { in isCharType() function in Type
|
/external/llvm-project/clang/lib/AST/ |
D | TemplateBase.cpp | 73 } else if (T->isCharType()) { in printIntegral()
|
D | PrintfFormatString.cpp | 874 if (!isa<TypedefType>(QT) && QT->isCharType()) { in fixType()
|
D | ItaniumMangle.cpp | 5426 static bool isCharType(QualType T) { in isCharType() function 5456 if (!isCharType(TemplateArgs[0].getAsType())) in isCharSpecialization() 5472 if (!isCharType(TemplateArgs[0].getAsType())) in isStreamCharSpecialization() 5521 if (!isCharType(TemplateArgs[0].getAsType())) in mangleStandardSubstitution()
|
D | Type.cpp | 1946 bool Type::isCharType() const { in isCharType() function in Type
|
D | Expr.cpp | 2014 if (!PTy || !PTy->getPointeeType()->isCharType()) in isNullPointerArithmeticExtension()
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 258 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isCharType)
|
D | Type.h | 1630 bool isCharType() const;
|
/external/llvm-project/clang/include/clang/AST/ |
D | CanonicalType.h | 274 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isCharType)
|
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 700 if (!isa<TypedefType>(QT) && QT->isCharType()) { in fixType()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | IdentifierNamingCheck.cpp | 363 if (QType->isCharType()) in isParamInMainLikeFunction()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 2880 return GetQualType(type).getUnqualifiedType()->isCharType(); in IsCharType() 8480 is_array_of_characters = canonical_type->isCharType(); in DumpValue()
|