Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-live.c821 bitmap on_entry; in calculate_live_on_exit() local
847 on_entry = live_entry_blocks (liveinfo, i); in calculate_live_on_exit()
848 EXECUTE_IF_SET_IN_BITMAP (on_entry, 0, b, bi) in calculate_live_on_exit()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h318 uint16_t on_entry = AcquireLock | InitSession,
DScriptInterpreterPython.cpp345 ScriptInterpreterPythonImpl *py_interpreter, uint16_t on_entry, in Locker() argument
351 if ((on_entry & InitSession) == InitSession) { in Locker()
352 if (!DoInitSession(on_entry, in, out, err)) { in Locker()