Searched refs:RequiredType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1372 llvm::Type *RequiredType = in buildGlobalBlock() local 1375 llvm::ConstantExpr::getPointerCast(literal, RequiredType); in buildGlobalBlock()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 14071 QualType RequiredType = TypeInfo.Type; in CheckArgumentWithTypeTag() local 14073 RequiredType = Context.getPointerType(RequiredType); in CheckArgumentWithTypeTag() 14077 mismatch = !Context.hasSameType(ArgumentType, RequiredType); in CheckArgumentWithTypeTag() 14086 RequiredType->getPointeeType())) || in CheckArgumentWithTypeTag() 14087 (!IsPointerAttr && IsSameCharType(ArgumentType, RequiredType))) in CheckArgumentWithTypeTag() 14093 RequiredType->getPointeeType()); in CheckArgumentWithTypeTag() 14095 mismatch = !isLayoutCompatible(Context, ArgumentType, RequiredType); in CheckArgumentWithTypeTag() 14100 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
|
| H A D | SemaExprObjC.cpp | 882 QualType RequiredType = ObjectsType->castAs<PointerType>()->getPointeeType(); in BuildObjCArrayLiteral() local 889 SemaRef, ElementsBuffer[I], RequiredType, true); in BuildObjCArrayLiteral()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 870 auto RequiredType = II.getType(); in processPhiNode() local 884 RequiredType != Reinterpret->getArgOperand(0)->getType()) in processPhiNode() 890 PHINode *NPN = IC.Builder.CreatePHI(RequiredType, PN->getNumIncomingValues()); in processPhiNode()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 915 using RequiredType = in printStateTraitWithLocationContextJson() typedef 923 static_assert(std::is_convertible_v<Printer, RequiredType>, in printStateTraitWithLocationContextJson()
|