Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2111 bool SawNest = false; in verifyFunctionAttrs() local
2159 Check(!SawNest, "More than one parameter has attribute nest!", V); in verifyFunctionAttrs()
2160 SawNest = true; in verifyFunctionAttrs()
3613 bool SawNest = false; in visitCallBase() local
3618 SawNest = true; in visitCallBase()
3630 Check(!SawNest, "More than one parameter has attribute nest!", Call); in visitCallBase()
3631 SawNest = true; in visitCallBase()