OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Finally
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
full-codegen.h
113
class
Finally
;
133
virtual
Finally
* AsFinally() { return NULL; }
210
// The environment inside the try block of a try/
finally
statement.
224
// A FinallyEnvironment represents being inside a
finally
block.
225
// Abnormal termination of the
finally
block needs to clean up
227
class
Finally
: public NestedStatement {
229
explicit
Finally
(FullCodeGenerator* codegen) : NestedStatement(codegen) { }
230
virtual ~
Finally
() {}
231
virtual
Finally
* AsFinally() { return this; }
236
// Number of extra stack slots occupied during a
finally
block
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
Completed in 29 milliseconds