Home
last modified time | relevance | path

Searched refs:RequiredType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1403 llvm::Type *RequiredType = in buildGlobalBlock() local
1406 llvm::ConstantExpr::getPointerCast(literal, RequiredType); in buildGlobalBlock()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15503 QualType RequiredType = TypeInfo.Type; in CheckArgumentWithTypeTag() local
15505 RequiredType = Context.getPointerType(RequiredType); in CheckArgumentWithTypeTag()
15509 mismatch = !Context.hasSameType(ArgumentType, RequiredType); in CheckArgumentWithTypeTag()
15518 RequiredType->getPointeeType())) || in CheckArgumentWithTypeTag()
15519 (!IsPointerAttr && IsSameCharType(ArgumentType, RequiredType))) in CheckArgumentWithTypeTag()
15525 RequiredType->getPointeeType()); in CheckArgumentWithTypeTag()
15527 mismatch = !isLayoutCompatible(Context, ArgumentType, RequiredType); in CheckArgumentWithTypeTag()
15532 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
H A DSemaExprObjC.cpp877 QualType RequiredType = ObjectsType->castAs<PointerType>()->getPointeeType(); in BuildObjCArrayLiteral() local
884 SemaRef, ElementsBuffer[I], RequiredType, true); in BuildObjCArrayLiteral()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp916 using RequiredType = in printStateTraitWithLocationContextJson() typedef
924 static_assert(std::is_convertible_v<Printer, RequiredType>, in printStateTraitWithLocationContextJson()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp981 auto RequiredType = II.getType(); in processPhiNode() local
995 RequiredType != Reinterpret->getArgOperand(0)->getType()) in processPhiNode()
1001 PHINode *NPN = IC.Builder.CreatePHI(RequiredType, PN->getNumIncomingValues()); in processPhiNode()