Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3280 bool CallerHasZAState = false; in checkCall() local
3285 CallerHasZAState = true; in checkCall()
3289 CallerHasZAState |= in checkCall()
3300 if (CalleeArmZAState != FunctionType::ARM_None && !CallerHasZAState) in checkCall()
3306 if (CallerHasZAState && CalleeArmZAState == FunctionType::ARM_None && in checkCall()