OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommandRegistration
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-registry.h
22
// Use |
CommandRegistration
| as a global initialiser that registers a function
29
// static
CommandRegistration
Unused(&MySubCommand, [] { ... });
31
struct
CommandRegistration
{
32
CommandRegistration
(cl::SubCommand *SC, std::function<Error()> Command);
xray-registry.cpp
25
CommandRegistration
::
CommandRegistration
(cl::SubCommand *SC,
Completed in 358 milliseconds