Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.cpp334 AsyncSafeFunctionSet(Options.get("AsyncSafeFunctionSet", in SignalHandlerCheck()
336 if (AsyncSafeFunctionSet == AsyncSafeFunctionSetKind::Minimal) { in SignalHandlerCheck()
346 Options.store(Opts, "AsyncSafeFunctionSet", AsyncSafeFunctionSet); in storeOptions()
H A DSignalHandlerCheck.h73 AsyncSafeFunctionSetKind AsyncSafeFunctionSet; variable
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsignal-handler.rst43 .. option:: AsyncSafeFunctionSet