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

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreterPython.h320 uint16_t on_entry = AcquireLock | InitSession,
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-live.c821 bitmap on_entry; local
847 on_entry = live_entry_blocks (liveinfo, i);
848 EXECUTE_IF_SET_IN_BITMAP (on_entry, 0, b, bi)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp162 uint16_t on_entry,
174 if ((on_entry & InitSession) == InitSession)
176 if (DoInitSession((on_entry & InitGlobals) == InitGlobals) == false)
161 Locker(ScriptInterpreterPython *py_interpreter, uint16_t on_entry, uint16_t on_leave, FILE* wait_msg_handle) argument

Completed in 76 milliseconds