OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:my_print
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaObjCXX/
format-strings.mm
25
void
my_print
(const T &arg) {
30
my_print
("abc"); // expected-note {{requested here}}
/external/clang/test/SemaCXX/
format-strings.cpp
87
void
my_print
(const T &arg) {
function in namespace:Templates
92
my_print
("abc"); // expected-note {{requested here}}
Completed in 471 milliseconds