Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp862 struct FunctionStateRAII { struct
863 AddressSanitizer *Pass;
865 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() argument
871 ~FunctionStateRAII() { in ~FunctionStateRAII()