Searched defs:FunctionStateRAII (Results 1 – 1 of 1) sorted by relevance
517 struct FunctionStateRAII { struct518 AddressSanitizer *Pass;519 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() argument523 ~FunctionStateRAII() { Pass->ProcessedAllocas.clear(); } in ~FunctionStateRAII()