Home
last modified time | relevance | path

Searched refs:HasReturnsTwiceCall (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp925 bool HasReturnsTwiceCall = false; member
1103 HasReturnsTwiceCall |= CI->canReturnTwice(); in visitCallBase()
3208 DoDynamicAlloca &= !HasInlineAsm && !HasReturnsTwiceCall; in processStaticAllocas()
3209 DoStackMalloc &= !HasInlineAsm && !HasReturnsTwiceCall; in processStaticAllocas()