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