Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7554 bool CallerHasZAState = false; in checkCall() local
7559 CallerHasZAState = true; in checkCall()
7563 CallerHasZAState |= in checkCall()
7574 if (CalleeArmZAState != FunctionType::ARM_None && !CallerHasZAState) in checkCall()
7580 if (CallerHasZAState && CalleeArmZAState == FunctionType::ARM_None && in checkCall()