Home
last modified time | relevance | path

Searched defs:FunctionStateRAII (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp742 struct FunctionStateRAII { struct
743 AddressSanitizer *Pass;
745 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() argument
751 ~FunctionStateRAII() { in ~FunctionStateRAII()