Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2620 bool HasPerVariableGuard = ThreadsafeStatic && !ThreadlocalStatic; in EmitGuardedInit() local
2642 } else if (HasPerVariableGuard) { in EmitGuardedInit()
2649 if (!HasPerVariableGuard && GuardNum >= 32) { in EmitGuardedInit()
2661 if (HasPerVariableGuard) in EmitGuardedInit()
2681 if (GI && !HasPerVariableGuard) in EmitGuardedInit()
2690 if (!HasPerVariableGuard) { in EmitGuardedInit()