Searched refs:on_entry (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-ssa-live.c | 821 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/ |
| D | ScriptInterpreterPythonImpl.h | 318 uint16_t on_entry = AcquireLock | InitSession,
|
| D | ScriptInterpreterPython.cpp | 345 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()
|