Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp327 auto IsValidIntegerType = [](QualType Ty) { in BuiltinAlignment() local
335 if ((!SrcTy->isPointerType() && !IsValidIntegerType(SrcTy)) || in BuiltinAlignment()
345 if (!IsValidIntegerType(AlignOp->getType())) { in BuiltinAlignment()