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()
684 struct FunctionStateRAII { struct685 AddressSanitizer *Pass;687 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() argument693 ~FunctionStateRAII() { in ~FunctionStateRAII()