Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1021 bool HasReturnsTwiceCall = false; member
1205 HasReturnsTwiceCall |= CI->canReturnTwice(); in visitCallBase()
3481 DoDynamicAlloca &= !HasInlineAsm && !HasReturnsTwiceCall; in processStaticAllocas()
3482 DoStackMalloc &= !HasInlineAsm && !HasReturnsTwiceCall; in processStaticAllocas()