OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:consumeChar
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
string-plus-int.cpp
7
void
consumeChar
(char c) {}
40
consumeChar
(*("foo" + 5)); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
41
consumeChar
(*(5 + "foo")); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
/external/clang/lib/AST/
CommentParser.cpp
79
void
consumeChar
() {
125
consumeChar
();
168
consumeChar
();
202
consumeChar
();
210
consumeChar
();
Completed in 37 milliseconds