Searched refs:RequiredType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1403 llvm::Type *RequiredType = in buildGlobalBlock() local 1406 llvm::ConstantExpr::getPointerCast(literal, RequiredType); in buildGlobalBlock()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 15503 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 D | SemaExprObjC.cpp | 877 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 D | ExprEngine.cpp | 916 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 D | AArch64TargetTransformInfo.cpp | 981 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()
|