Home
last modified time | relevance | path

Searched refs:isCharType (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDNonnullGlobalConstantsChecker.cpp133 if (Ty->isPointerType() && Ty->getPointeeType()->isCharType()) in isNonnullType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaFixItUtils.cpp188 if (T.isCharType()) in getScalarZeroExpressionForType()
HDSemaInit.cpp71 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType()) in IsStringInit()
91 if (ElemTy->isCharType()) in IsStringInit()
109 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
117 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
125 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
5761 } else if (DestAT->getElementType()->isCharType()) in InitializeFrom()
HDSemaDeclAttr.cpp854 if (!Param->getType()->isIntegerType() && !Param->getType()->isCharType()) { in checkParamIsIntegerType()
3201 !Ty->castAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr()
3211 !Ty->castAs<PointerType>()->getPointeeType()->isCharType())) { in handleFormatArgAttr()
3387 !Ty->castAs<PointerType>()->getPointeeType()->isCharType()) { in handleFormatAttr()
HDSemaChecking.cpp1506 !PT->isPointerType() || !PT->getPointeeType()->isCharType() || in CheckBuiltinFunctionCall()
8496 !ExprTy->isCharType()) { in checkFormatExpr()
11576 if (CC.isValid() && T->isCharType()) { in isSameWidthConstantConversion()
11937 if (isObjCSignedCharBool(S, T) && !Source->isCharType() && in CheckImplicitConversion()
HDSemaExpr.cpp3490 if (!QT->isIntegerType() || QT->isBooleanType() || QT->isCharType()) { in CheckLoopHintExpr()
8097 if (lhptee->isCharType()) in checkPointerTypesForAssignment()
8102 if (rhptee->isCharType()) in checkPointerTypesForAssignment()
9370 ArrayElemTy->isCharType() || in DiagnoseDivisionSizeofPointerOrArray()
HDSemaOverload.cpp2132 if (FromType->isAnyCharacterType() && !FromType->isCharType() && in IsIntegralPromotion()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTemplateBase.cpp72 } else if (T->isCharType()) { in printIntegral()
HDItaniumMangle.cpp4727 static bool isCharType(QualType T) { in isCharType() function
4757 if (!isCharType(TemplateArgs[0].getAsType())) in isCharSpecialization()
4773 if (!isCharType(TemplateArgs[0].getAsType())) in isStreamCharSpecialization()
4822 if (!isCharType(TemplateArgs[0].getAsType())) in mangleStandardSubstitution()
HDPrintfFormatString.cpp869 if (!isa<TypedefType>(QT) && QT->isCharType()) { in fixType()
HDType.cpp1871 bool Type::isCharType() const { in isCharType() function in Type
HDExpr.cpp2146 if (!PTy || !PTy->getPointeeType()->isCharType()) in isNullPointerArithmeticExtension()
HDASTContext.cpp7037 if (PointeeTy->isCharType()) { in getObjCEncodingForTypeImpl()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDCanonicalType.h272 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isCharType)
HDType.h1976 bool isCharType() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp2704 return GetQualType(type).getUnqualifiedType()->isCharType(); in IsCharType()
8180 is_array_of_characters = canonical_type->isCharType(); in DumpValue()