HomeSort by relevance Sort by last modified time
    Searched defs:ControlScope (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Sema/
Scope.h 61 ControlScope = 0x10,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 61 ControlScope = 0x10,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 61 ControlScope = 0x10,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 61 ControlScope = 0x10,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Scope.h 61 ControlScope = 0x10,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 61 ControlScope = 0x10,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 61 ControlScope = 0x10,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 61 ControlScope = 0x10,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Scope.h 61 ControlScope = 0x10,
  /external/v8/src/compiler/
ast-graph-builder.cc 149 class AstGraphBuilder::ControlScope BASE_EMBEDDED {
151 explicit ControlScope(AstGraphBuilder* builder)
159 virtual ~ControlScope() {
205 ControlScope* outer_;
212 class AstGraphBuilder::ControlScopeForBreakable : public ControlScope {
216 : ControlScope(owner), target_(target), control_(control) {}
240 class AstGraphBuilder::ControlScopeForIteration : public ControlScope {
244 : ControlScope(owner), target_(target), control_(control) {}
378 ControlScope control(this);
829 void AstGraphBuilder::ControlScope::PerformCommand(Command command
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 96 // visitor. The pattern derives AstGraphBuilder::ControlScope.
97 class BytecodeGenerator::ControlScope BASE_EMBEDDED {
99 explicit ControlScope(BytecodeGenerator* generator)
104 virtual ~ControlScope() { generator_->set_execution_control(outer()); }
126 ControlScope* outer() const { return outer_; }
131 ControlScope* outer_;
134 DISALLOW_COPY_AND_ASSIGN(ControlScope);
141 class BytecodeGenerator::ControlScope::DeferredCommands final {
206 ControlScope* execution_control() { return generator_->execution_control(); }
217 : public BytecodeGenerator::ControlScope {
    [all...]

Completed in 1547 milliseconds