Home
last modified time | relevance | path

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

/src/sys/dev/drm2/
H A Ddrm_sarea.h69 drm_context_t dummy_context; member
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp1317 ExecutionContext dummy_context; in Parse() local
1319 execution_context ? execution_context : &dummy_context; in Parse()