Home
last modified time | relevance | path

Searched refs:getCorrespondingSignedType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2964 QualType getCorrespondingSignedType(QualType T) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11093 QualType ASTContext::getCorrespondingSignedType(QualType T) const { in getCorrespondingSignedType() function in ASTContext
11100 return getVectorType(getCorrespondingSignedType(VTy->getElementType()), in getCorrespondingSignedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9991 : IsMakeSigned ? Context.getCorrespondingSignedType(BaseType) in BuiltinChangeSignedness()
H A DSemaExpr.cpp17431 ? Context.getCorrespondingSignedType(UnderlyingType) in BuildVAArgExpr()