Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp530 auto RequiredType = II.getType(); in processPhiNode() local
544 RequiredType != Reinterpret->getArgOperand(0)->getType()) in processPhiNode()
552 PHINode *NPN = Builder.CreatePHI(RequiredType, PN->getNumIncomingValues()); in processPhiNode()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp1392 llvm::Type *RequiredType = in buildGlobalBlock() local
1395 llvm::ConstantExpr::getPointerCast(literal, RequiredType); in buildGlobalBlock()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp17614 QualType RequiredType = TypeInfo.Type; in CheckArgumentWithTypeTag() local
17616 RequiredType = Context.getPointerType(RequiredType); in CheckArgumentWithTypeTag()
17620 mismatch = !Context.hasSameType(ArgumentType, RequiredType); in CheckArgumentWithTypeTag()
17629 RequiredType->getPointeeType())) || in CheckArgumentWithTypeTag()
17630 (!IsPointerAttr && IsSameCharType(ArgumentType, RequiredType))) in CheckArgumentWithTypeTag()
17636 RequiredType->getPointeeType()); in CheckArgumentWithTypeTag()
17638 mismatch = !isLayoutCompatible(Context, ArgumentType, RequiredType); in CheckArgumentWithTypeTag()
17643 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
H A DSemaExprObjC.cpp874 QualType RequiredType = ObjectsType->castAs<PointerType>()->getPointeeType(); in BuildObjCArrayLiteral() local
882 RequiredType, true); in BuildObjCArrayLiteral()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp910 using RequiredType = in printStateTraitWithLocationContextJson() typedef
918 static_assert(std::is_convertible_v<Printer, RequiredType>, in printStateTraitWithLocationContextJson()