Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12163 bool UsesZA = Attr && Attr->isNewZA(); in CheckFunctionDeclaration() local
12182 UsesZA |= FunctionType::getArmZAState(EPI.AArch64SMEAttributes) != in CheckFunctionDeclaration()
12188 if (UsesSM || UsesZA) { in CheckFunctionDeclaration()