OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cast_expr
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
typo-correction-crash.cpp
21
void
cast_expr
(int g) { +int(n)(g); } // expected-error {{undeclared identifier 'n'}}
function
/external/v8/tools/clang/plugins/
CheckIPCVisitor.cpp
113
if (auto*
cast_expr
= dyn_cast<ExplicitCastExpr>(arg_expr)) {
114
arg_type =
cast_expr
->getTypeAsWritten();
Completed in 329 milliseconds