Home
last modified time | relevance | path

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

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