OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitGotoStmt
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGStmt.cpp
215
case Stmt::GotoStmtClass:
EmitGotoStmt
(cast<GotoStmt>(*S)); break;
442
void CodeGenFunction::
EmitGotoStmt
(const GotoStmt &S) {
[
all
...]
CodeGenFunction.h
[
all
...]
Completed in 51 milliseconds