Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp260 auto IsValidIntegerType = [](QualType Ty) { in SemaBuiltinAlignment() local
268 if ((!SrcTy->isPointerType() && !IsValidIntegerType(SrcTy)) || in SemaBuiltinAlignment()
278 if (!IsValidIntegerType(AlignOp->getType())) { in SemaBuiltinAlignment()