OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:another_str
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
typo-correction.cpp
76
typedef char*
another_str
; // expected-note{{'
another_str
' declared here}}
typedef
81
another_str
*cstr = new AnotherStr; // expected-error{{unknown type name 'AnotherStr'; did you mean '
another_str
'?}}
Completed in 108 milliseconds