Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7937 FunctionType::ArmStateValue ExistingState; in handleArmStateAttribute() local
7940 ExistingState = FunctionType::getArmZAState(EPI.AArch64SMEAttributes); in handleArmStateAttribute()
7943 ExistingState = FunctionType::getArmZT0State(EPI.AArch64SMEAttributes); in handleArmStateAttribute()
7953 if (ExistingState != FunctionType::ARM_None && ExistingState != State) { in handleArmStateAttribute()