OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_X1
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
key-function-vtable.cpp
44
void
use_X1
(X1 *x1) { x1->f(); }
/external/clang/test/CodeGen/
override-layout.c
30
void
use_X1
() { struct X1 x1; x1.x[5] = sizeof(struct X1); };
Completed in 159 milliseconds