Home
last modified time | relevance | path

Searched refs:outer_state (Results 1 – 25 of 85) sorted by relevance

1234

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/Tool/
H A DJavaCommon.py106 self.outer_state = self
193 self.outer_state = old_state.outer_state
221 self.outer_state.addAnonClass()
238 def __init__(self, outer_state): argument
240 self.outer_state = outer_state
249 if self.outer_state.localClasses and \
262 return self.outer_state
278 def __init__(self, outer_state): argument
280 self.outer_state = outer_state
282 self.outer_state.setPackage(token)
[all …]
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/Tool/
H A DJavaCommon.py106 self.outer_state = self
193 self.outer_state = old_state.outer_state
221 self.outer_state.addAnonClass()
238 def __init__(self, outer_state): argument
240 self.outer_state = outer_state
248 if self.outer_state.localClasses and \
261 return self.outer_state
277 def __init__(self, outer_state): argument
279 self.outer_state = outer_state
281 self.outer_state.setPackage(token)
[all …]
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/Tool/
H A DJavaCommon.py107 self.outer_state = self
194 self.outer_state = old_state.outer_state
222 self.outer_state.addAnonClass()
239 def __init__(self, outer_state): argument
241 self.outer_state = outer_state
249 if self.outer_state.localClasses and \
262 return self.outer_state
278 def __init__(self, outer_state): argument
280 self.outer_state = outer_state
282 self.outer_state.setPackage(token)
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/Tool/
H A DJavaCommon.py106 self.outer_state = self
193 self.outer_state = old_state.outer_state
221 self.outer_state.addAnonClass()
238 def __init__(self, outer_state): argument
240 self.outer_state = outer_state
249 if self.outer_state.localClasses and \
262 return self.outer_state
278 def __init__(self, outer_state): argument
280 self.outer_state = outer_state
282 self.outer_state.setPackage(token)
[all …]
/dports/devel/scons/SCons-4.2.0/SCons/Tool/
H A DJavaCommon.py141 self.outer_state = self
233 self.outer_state = old_state.outer_state
299 self.outer_state = old_state.outer_state
328 self.outer_state.addAnonClass()
352 def __init__(self, outer_state): argument
354 self.outer_state = outer_state
377 return self.outer_state
398 def __init__(self, outer_state): argument
400 self.outer_state = outer_state
403 self.outer_state.setPackage(token)
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/external/robin-hood-hashing/src/test/unit/
H A Dunit_undefined_behavior_nekrolm.cpp171 , outer_state(j) {} in FstStatePair()
176 return inner_state == other.inner_state && outer_state == other.outer_state; in operator ==()
180 return inner_state == other.inner_state ? outer_state < other.outer_state in operator <()
187 static_cast<uint32_t>(outer_state)); in ROBIN_HOOD()
192 int outer_state = -1; member in FstStatePair
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Djs-generic-lowering.cc146 Node* outer_state = frame_state->InputAt(kFrameStateOuterStateInput); in LowerJSLoadProperty() local
148 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadProperty()
165 Node* outer_state = frame_state->InputAt(kFrameStateOuterStateInput); in LowerJSLoadNamed() local
168 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadNamed()
185 Node* outer_state = frame_state->InputAt(kFrameStateOuterStateInput); in LowerJSLoadGlobal() local
188 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadGlobal()
204 Node* outer_state = frame_state->InputAt(kFrameStateOuterStateInput); in LowerJSStoreProperty() local
206 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSStoreProperty()
226 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSStoreNamed()
245 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSStoreNamedOwn()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Djs-generic-lowering.cc170 Node* outer_state = frame_state->InputAt(kFrameStateOuterStateInput); in LowerJSLoadProperty() local
173 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadProperty()
194 Node* outer_state = frame_state->InputAt(kFrameStateOuterStateInput); in LowerJSLoadNamed() local
204 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadNamed()
225 Node* outer_state = frame_state->InputAt(kFrameStateOuterStateInput); in LowerJSLoadGlobal() local
229 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadGlobal()
257 Node* outer_state = frame_state->InputAt(kFrameStateOuterStateInput); in LowerJSStoreProperty() local
260 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSStoreProperty()
285 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSStoreNamed()
305 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSStoreNamedOwn()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Djs-generic-lowering.cc282 Node* outer_state = frame_state.outer_frame_state(); in LowerJSLoadProperty() local
284 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadProperty()
306 Node* outer_state = frame_state.outer_frame_state(); in LowerJSLoadNamed() local
364 Node* outer_state = frame_state.outer_frame_state(); in LowerJSLoadGlobal() local
366 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadGlobal()
411 Node* outer_state = frame_state.outer_frame_state(); in LowerJSStoreProperty() local
413 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSStoreProperty()
429 Node* outer_state = frame_state.outer_frame_state(); in LowerJSStoreNamed() local
454 Node* outer_state = frame_state.outer_frame_state(); in LowerJSStoreNamedOwn() local
456 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSStoreNamedOwn()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Djs-generic-lowering.cc270 FrameState outer_state = frame_state.outer_frame_state(); in LowerJSLoadProperty() local
272 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadProperty()
294 FrameState outer_state = frame_state.outer_frame_state(); in LowerJSLoadNamed() local
334 FrameState outer_state = frame_state.outer_frame_state(); in LowerJSLoadGlobal() local
336 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadGlobal()
381 FrameState outer_state = frame_state.outer_frame_state(); in LowerJSStoreProperty() local
383 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSStoreProperty()
399 FrameState outer_state = frame_state.outer_frame_state(); in LowerJSStoreNamed() local
424 FrameState outer_state = frame_state.outer_frame_state(); in LowerJSStoreNamedOwn() local
426 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSStoreNamedOwn()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp51 value = outer_state()->pop(); in SharkInlineBlock()
61 SharkState* outer_state() { in outer_state() function in SharkInlineBlock
77 outer_state()->push(result); in do_return()
79 outer_state()->push(NULL); in do_return()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp51 value = outer_state()->pop(); in SharkInlineBlock()
61 SharkState* outer_state() { in outer_state() function in SharkInlineBlock
77 outer_state()->push(result); in do_return()
79 outer_state()->push(NULL); in do_return()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dinstruction.cc1073 FrameStateDescriptor* outer_state) { in GetTotalConservativeFrameSizeInBytes() argument
1075 (outer_state == nullptr) in GetTotalConservativeFrameSizeInBytes()
1077 : outer_state->total_conservative_frame_size_in_bytes(); in GetTotalConservativeFrameSizeInBytes()
1090 FrameStateDescriptor* outer_state) in FrameStateDescriptor() argument
1099 type, parameters_count, locals_count, bailout_id, outer_state)), in FrameStateDescriptor()
1102 outer_state_(outer_state) {} in FrameStateDescriptor()
1169 FrameStateDescriptor* outer_state, const wasm::FunctionSig* wasm_signature) in JSToWasmFrameStateDescriptor() argument
1172 shared_info, outer_state), in JSToWasmFrameStateDescriptor()
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/local/
H A Dpackaged_continuation.hpp711 >::type && outer_state) in on_outer_ready()
727 std::move(outer_state)); in on_outer_ready()
774 outer_shared_state_ptr outer_state = in attach() local
777 outer_state.get(); in attach()
789 std::move(outer_state))); in attach()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dinstruction.cc1030 FrameStateDescriptor* outer_state) { in GetTotalConservativeFrameSizeInBytes() argument
1032 (outer_state == nullptr) in GetTotalConservativeFrameSizeInBytes()
1034 : outer_state->total_conservative_frame_size_in_bytes(); in GetTotalConservativeFrameSizeInBytes()
1047 FrameStateDescriptor* outer_state) in FrameStateDescriptor() argument
1056 type, parameters_count, locals_count, bailout_id, outer_state)), in FrameStateDescriptor()
1059 outer_state_(outer_state) {} in FrameStateDescriptor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dinstruction.cc1038 FrameStateDescriptor* outer_state) { in GetTotalConservativeFrameSizeInBytes() argument
1040 (outer_state == nullptr) in GetTotalConservativeFrameSizeInBytes()
1042 : outer_state->total_conservative_frame_size_in_bytes(); in GetTotalConservativeFrameSizeInBytes()
1055 FrameStateDescriptor* outer_state) in FrameStateDescriptor() argument
1064 type, parameters_count, locals_count, bailout_id, outer_state)), in FrameStateDescriptor()
1067 outer_state_(outer_state) {} in FrameStateDescriptor()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-eh.c733 lower_try_finally_dup_block (tree t, struct leh_state *outer_state) in lower_try_finally_dup_block() argument
739 if (outer_state->tf) in lower_try_finally_dup_block()
740 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block()
785 honor_protect_cleanup_actions (struct leh_state *outer_state, in honor_protect_cleanup_actions() argument
829 finally = lower_try_finally_dup_block (finally, outer_state); in honor_protect_cleanup_actions()
870 lower_eh_filter (outer_state, &finally); in honor_protect_cleanup_actions()
873 lower_eh_constructs_1 (outer_state, &finally); in honor_protect_cleanup_actions()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-eh.c896 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state, in lower_try_finally_dup_block() argument
916 if (outer_state->tf) in lower_try_finally_dup_block()
917 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block()
982 honor_protect_cleanup_actions (struct leh_state *outer_state, in honor_protect_cleanup_actions() argument
1001 eh_region save_ehp = outer_state->ehp_region; in honor_protect_cleanup_actions()
1002 outer_state->ehp_region = this_state->cur_region; in honor_protect_cleanup_actions()
1003 lower_eh_constructs_1 (outer_state, &finally); in honor_protect_cleanup_actions()
1004 outer_state->ehp_region = save_ehp; in honor_protect_cleanup_actions()
1016 finally = lower_try_finally_dup_block (finally, outer_state, in honor_protect_cleanup_actions()
1041 finally = lower_eh_must_not_throw (outer_state, try_stmt); in honor_protect_cleanup_actions()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-eh.c896 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state, in lower_try_finally_dup_block() argument
916 if (outer_state->tf) in lower_try_finally_dup_block()
917 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block()
982 honor_protect_cleanup_actions (struct leh_state *outer_state, in honor_protect_cleanup_actions() argument
1001 eh_region save_ehp = outer_state->ehp_region; in honor_protect_cleanup_actions()
1002 outer_state->ehp_region = this_state->cur_region; in honor_protect_cleanup_actions()
1003 lower_eh_constructs_1 (outer_state, &finally); in honor_protect_cleanup_actions()
1004 outer_state->ehp_region = save_ehp; in honor_protect_cleanup_actions()
1016 finally = lower_try_finally_dup_block (finally, outer_state, in honor_protect_cleanup_actions()
1041 finally = lower_eh_must_not_throw (outer_state, try_stmt); in honor_protect_cleanup_actions()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-eh.c896 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state, in lower_try_finally_dup_block() argument
921 if (outer_state->tf) in lower_try_finally_dup_block()
922 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block()
987 honor_protect_cleanup_actions (struct leh_state *outer_state, in honor_protect_cleanup_actions() argument
1006 eh_region save_ehp = outer_state->ehp_region; in honor_protect_cleanup_actions()
1007 outer_state->ehp_region = this_state->cur_region; in honor_protect_cleanup_actions()
1008 lower_eh_constructs_1 (outer_state, &finally); in honor_protect_cleanup_actions()
1009 outer_state->ehp_region = save_ehp; in honor_protect_cleanup_actions()
1021 finally = lower_try_finally_dup_block (finally, outer_state, in honor_protect_cleanup_actions()
1046 finally = lower_eh_must_not_throw (outer_state, try_stmt); in honor_protect_cleanup_actions()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-eh.c896 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state, in lower_try_finally_dup_block() argument
921 if (outer_state->tf) in lower_try_finally_dup_block()
922 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block()
987 honor_protect_cleanup_actions (struct leh_state *outer_state, in honor_protect_cleanup_actions() argument
1006 eh_region save_ehp = outer_state->ehp_region; in honor_protect_cleanup_actions()
1007 outer_state->ehp_region = this_state->cur_region; in honor_protect_cleanup_actions()
1008 lower_eh_constructs_1 (outer_state, &finally); in honor_protect_cleanup_actions()
1009 outer_state->ehp_region = save_ehp; in honor_protect_cleanup_actions()
1021 finally = lower_try_finally_dup_block (finally, outer_state, in honor_protect_cleanup_actions()
1046 finally = lower_eh_must_not_throw (outer_state, try_stmt); in honor_protect_cleanup_actions()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-eh.c896 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state, in lower_try_finally_dup_block() argument
916 if (outer_state->tf) in lower_try_finally_dup_block()
917 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block()
982 honor_protect_cleanup_actions (struct leh_state *outer_state, in honor_protect_cleanup_actions() argument
1001 eh_region save_ehp = outer_state->ehp_region; in honor_protect_cleanup_actions()
1002 outer_state->ehp_region = this_state->cur_region; in honor_protect_cleanup_actions()
1003 lower_eh_constructs_1 (outer_state, &finally); in honor_protect_cleanup_actions()
1004 outer_state->ehp_region = save_ehp; in honor_protect_cleanup_actions()
1016 finally = lower_try_finally_dup_block (finally, outer_state, in honor_protect_cleanup_actions()
1041 finally = lower_eh_must_not_throw (outer_state, try_stmt); in honor_protect_cleanup_actions()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-eh.c896 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state, in lower_try_finally_dup_block() argument
916 if (outer_state->tf) in lower_try_finally_dup_block()
917 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block()
982 honor_protect_cleanup_actions (struct leh_state *outer_state, in honor_protect_cleanup_actions() argument
1001 eh_region save_ehp = outer_state->ehp_region; in honor_protect_cleanup_actions()
1002 outer_state->ehp_region = this_state->cur_region; in honor_protect_cleanup_actions()
1003 lower_eh_constructs_1 (outer_state, &finally); in honor_protect_cleanup_actions()
1004 outer_state->ehp_region = save_ehp; in honor_protect_cleanup_actions()
1016 finally = lower_try_finally_dup_block (finally, outer_state, in honor_protect_cleanup_actions()
1041 finally = lower_eh_must_not_throw (outer_state, try_stmt); in honor_protect_cleanup_actions()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-eh.c896 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state,
921 if (outer_state->tf)
922 region = outer_state->tf->try_finally_expr;
987 honor_protect_cleanup_actions (struct leh_state *outer_state,
1006 eh_region save_ehp = outer_state->ehp_region;
1007 outer_state->ehp_region = this_state->cur_region;
1008 lower_eh_constructs_1 (outer_state, &finally);
1009 outer_state->ehp_region = save_ehp;
1021 finally = lower_try_finally_dup_block (finally, outer_state,
1046 finally = lower_eh_must_not_throw (outer_state, try_stmt);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Dterminal.c465 enum escape_state outer_state; member
2125 if (terminal->outer_state == escape_state_dcs) { in terminal_data()
2127 } else if (terminal->outer_state == escape_state_osc) { in terminal_data()
2131 terminal->state = terminal->outer_state; in terminal_data()
2136 terminal->state = terminal->outer_state; in terminal_data()
2148 terminal->outer_state = terminal->state; in terminal_data()
2175 terminal->outer_state = escape_state_normal; in terminal_data()

1234