Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp730 struct FunctionStateRAII { struct
731 AddressSanitizer *Pass;
733 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() argument
739 ~FunctionStateRAII() { in ~FunctionStateRAII()