Home
last modified time | relevance | path

Searched refs:pop_value (Results 1 – 25 of 94) sorted by relevance

1234

/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Compiler/
H A DCmdLine.py81 def pop_value(default=None): function
109 Options.embed = pop_value("main")
113 options.include_path.append(pop_value())
115 options.working_path = pop_value()
117 options.output_file = pop_value()
127 Options.pre_import = pop_value()
129 Options.generate_cleanup_code = int(pop_value())
136 Options.annotate_coverage_xml = pop_value()
148 options.output_dir = pop_value()
174 x_args = pop_value()
[all …]
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DCmdLine.py81 def pop_value(default=None): function
109 Options.embed = pop_value("main")
113 options.include_path.append(pop_value())
115 options.working_path = pop_value()
117 options.output_file = pop_value()
127 Options.pre_import = pop_value()
129 Options.generate_cleanup_code = int(pop_value())
136 Options.annotate_coverage_xml = pop_value()
148 options.output_dir = pop_value()
174 x_args = pop_value()
[all …]
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DCmdLine.py81 def pop_value(default=None): function
109 Options.embed = pop_value("main")
113 options.include_path.append(pop_value())
115 options.working_path = pop_value()
117 options.output_file = pop_value()
127 Options.pre_import = pop_value()
129 Options.generate_cleanup_code = int(pop_value())
136 Options.annotate_coverage_xml = pop_value()
148 options.output_dir = pop_value()
174 x_args = pop_value()
[all …]
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DCmdLine.py81 def pop_value(default=None): function
109 Options.embed = pop_value("main")
113 options.include_path.append(pop_value())
115 options.working_path = pop_value()
117 options.output_file = pop_value()
127 Options.pre_import = pop_value()
129 Options.generate_cleanup_code = int(pop_value())
136 Options.annotate_coverage_xml = pop_value()
148 options.output_dir = pop_value()
174 x_args = pop_value()
[all …]
/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgevalrpn.cpp56 x = pop_value(); in evaluate()
59 x = pop_value(); in evaluate()
60 y = pop_value(); in evaluate()
65 return pop_value(); in evaluate()
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dframeobject.c168 pop_value(int64_t stack) in pop_value() function
218 next_stack = pop_value(pop_value(next_stack)); in mark_stacks()
225 next_stack = pop_value(next_stack); in mark_stacks()
228 next_stack = pop_value(next_stack); in mark_stacks()
246 next_stack = pop_value(pop_value(pop_value(next_stack))); in mark_stacks()
272 next_stack = pop_value(pop_value(pop_value(next_stack))); in mark_stacks()
326 from_stack = pop_value(from_stack); in compatible_stack()
334 from_stack = pop_value(from_stack); in compatible_stack()
335 to_stack = pop_value(to_stack); in compatible_stack()
553 start_stack = pop_value(start_stack); in frame_setlineno()
[all …]
/dports/sysutils/vector/rlua-25bd7e6bffef9597466a98bfca80a3056c9e6320/src/
H A Dtable.rs109 lua.pop_value() in get()
172 lua.pop_value() in raw_get()
368 let key = lua.pop_value(); in next()
369 let value = lua.pop_value(); in next()
370 self.next_key = Some(lua.pop_value()); in next()
426 let value = lua.pop_value(); in next()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciTypeFlow.hpp260 ciType* pop_value() { in pop_value() function in ciTypeFlow::StateVector
342 ciType* array = pop_value(); in pop_objArray()
348 ciType* array = pop_value(); in pop_typeArray()
390 ciType* type = pop_value(); in store_local_object()
407 ciType* type2 = pop_value(); in store_local_double()
408 ciType* type = pop_value(); in store_local_double()
424 ciType* type = pop_value(); in store_local_float()
437 ciType* type = pop_value(); in store_local_int()
453 ciType* type2 = pop_value(); in store_local_long()
454 ciType* type = pop_value(); in store_local_long()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/ci/
H A DciTypeFlow.hpp260 ciType* pop_value() { in pop_value() function in ciTypeFlow::StateVector
342 ciType* array = pop_value(); in pop_objArray()
348 ciType* array = pop_value(); in pop_typeArray()
390 ciType* type = pop_value(); in store_local_object()
407 ciType* type2 = pop_value(); in store_local_double()
408 ciType* type = pop_value(); in store_local_double()
424 ciType* type = pop_value(); in store_local_float()
437 ciType* type = pop_value(); in store_local_int()
453 ciType* type2 = pop_value(); in store_local_long()
454 ciType* type = pop_value(); in store_local_long()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/ci/
H A DciTypeFlow.hpp256 ciType* pop_value() { in pop_value() function in ciTypeFlow::StateVector
338 ciType* array = pop_value(); in pop_objArray()
344 ciType* array = pop_value(); in pop_typeArray()
386 ciType* type = pop_value(); in store_local_object()
403 ciType* type2 = pop_value(); in store_local_double()
404 ciType* type = pop_value(); in store_local_double()
420 ciType* type = pop_value(); in store_local_float()
433 ciType* type = pop_value(); in store_local_int()
449 ciType* type2 = pop_value(); in store_local_long()
450 ciType* type = pop_value(); in store_local_long()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/ci/
H A DciTypeFlow.hpp256 ciType* pop_value() { in pop_value() function in ciTypeFlow::StateVector
338 ciType* array = pop_value(); in pop_objArray()
344 ciType* array = pop_value(); in pop_typeArray()
386 ciType* type = pop_value(); in store_local_object()
403 ciType* type2 = pop_value(); in store_local_double()
404 ciType* type = pop_value(); in store_local_double()
420 ciType* type = pop_value(); in store_local_float()
433 ciType* type = pop_value(); in store_local_int()
449 ciType* type2 = pop_value(); in store_local_long()
450 ciType* type = pop_value(); in store_local_long()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciTypeFlow.hpp260 ciType* pop_value() { in pop_value() function in ciTypeFlow::StateVector
342 ciType* array = pop_value(); in pop_objArray()
348 ciType* array = pop_value(); in pop_typeArray()
390 ciType* type = pop_value(); in store_local_object()
407 ciType* type2 = pop_value(); in store_local_double()
408 ciType* type = pop_value(); in store_local_double()
424 ciType* type = pop_value(); in store_local_float()
437 ciType* type = pop_value(); in store_local_int()
453 ciType* type2 = pop_value(); in store_local_long()
454 ciType* type = pop_value(); in store_local_long()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/ci/
H A DciTypeFlow.hpp260 ciType* pop_value() { in pop_value() function in ciTypeFlow::StateVector
342 ciType* array = pop_value(); in pop_objArray()
348 ciType* array = pop_value(); in pop_typeArray()
390 ciType* type = pop_value(); in store_local_object()
407 ciType* type2 = pop_value(); in store_local_double()
408 ciType* type = pop_value(); in store_local_double()
424 ciType* type = pop_value(); in store_local_float()
437 ciType* type = pop_value(); in store_local_int()
453 ciType* type2 = pop_value(); in store_local_long()
454 ciType* type = pop_value(); in store_local_long()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/ci/
H A DciTypeFlow.hpp260 ciType* pop_value() { in pop_value() function in ciTypeFlow::StateVector
342 ciType* array = pop_value(); in pop_objArray()
348 ciType* array = pop_value(); in pop_typeArray()
390 ciType* type = pop_value(); in store_local_object()
407 ciType* type2 = pop_value(); in store_local_double()
408 ciType* type = pop_value(); in store_local_double()
424 ciType* type = pop_value(); in store_local_float()
437 ciType* type = pop_value(); in store_local_int()
453 ciType* type2 = pop_value(); in store_local_long()
454 ciType* type = pop_value(); in store_local_long()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/ci/
H A DciTypeFlow.hpp260 ciType* pop_value() { in pop_value() function in ciTypeFlow::StateVector
342 ciType* array = pop_value(); in pop_objArray()
348 ciType* array = pop_value(); in pop_typeArray()
390 ciType* type = pop_value(); in store_local_object()
407 ciType* type2 = pop_value(); in store_local_double()
408 ciType* type = pop_value(); in store_local_double()
424 ciType* type = pop_value(); in store_local_float()
437 ciType* type = pop_value(); in store_local_int()
453 ciType* type2 = pop_value(); in store_local_long()
454 ciType* type = pop_value(); in store_local_long()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp266 ciType* pop_value() { in pop_value() function in ciTypeFlow::StateVector
348 ciType* array = pop_value(); in pop_objArray()
354 ciType* array = pop_value(); in pop_typeArray()
396 ciType* type = pop_value(); in store_local_object()
413 ciType* type2 = pop_value(); in store_local_double()
414 ciType* type = pop_value(); in store_local_double()
430 ciType* type = pop_value(); in store_local_float()
443 ciType* type = pop_value(); in store_local_int()
459 ciType* type2 = pop_value(); in store_local_long()
460 ciType* type = pop_value(); in store_local_long()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp266 ciType* pop_value() { in pop_value() function in ciTypeFlow::StateVector
348 ciType* array = pop_value(); in pop_objArray()
354 ciType* array = pop_value(); in pop_typeArray()
396 ciType* type = pop_value(); in store_local_object()
413 ciType* type2 = pop_value(); in store_local_double()
414 ciType* type = pop_value(); in store_local_double()
430 ciType* type = pop_value(); in store_local_float()
443 ciType* type = pop_value(); in store_local_int()
459 ciType* type2 = pop_value(); in store_local_long()
460 ciType* type = pop_value(); in store_local_long()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/java/
H A Dexpr.c52 static tree pop_value (tree);
591 pop_value (tree type) in pop_value() function
620 pop_value (type); in java_stack_pop()
1150 array = pop_value (array_type); in expand_java_arraystore()
1611 rarg = pop_value (rtype); in expand_java_binop()
1614 rarg = pop_value (rtype); in expand_java_binop()
1616 larg = pop_value (ltype); in expand_java_binop()
1843 value1 = pop_value (type); in expand_test()
1856 value2 = pop_value (type); in expand_cond()
1857 value1 = pop_value (type); in expand_cond()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/java/
H A Dexpr.c50 static tree pop_value (tree);
589 pop_value (tree type) in pop_value() function
618 pop_value (type); in java_stack_pop()
1148 array = pop_value (array_type); in expand_java_arraystore()
1609 rarg = pop_value (rtype); in expand_java_binop()
1612 rarg = pop_value (rtype); in expand_java_binop()
1614 larg = pop_value (ltype); in expand_java_binop()
1841 value1 = pop_value (type); in expand_test()
1854 value2 = pop_value (type); in expand_cond()
1855 value1 = pop_value (type); in expand_cond()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dexpr.c49 static tree pop_value (tree);
442 pop_value (tree type) in pop_value() function
480 val = pop_value (type); in java_stack_pop()
1416 rarg = pop_value (rtype); in expand_java_binop()
1419 rarg = pop_value (rtype); in expand_java_binop()
1421 larg = pop_value (ltype); in expand_java_binop()
1616 value1 = pop_value (type); in expand_test()
1629 value2 = pop_value (type); in expand_cond()
1630 value1 = pop_value (type); in expand_cond()
1676 tree arg = pop_value (type); in pop_arguments()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/java/
H A Dexpr.c43 static tree pop_value (tree);
578 pop_value (tree type) in pop_value() function
607 pop_value (type); in java_stack_pop()
1137 array = pop_value (array_type); in expand_java_arraystore()
1598 rarg = pop_value (rtype); in expand_java_binop()
1601 rarg = pop_value (rtype); in expand_java_binop()
1603 larg = pop_value (ltype); in expand_java_binop()
1830 value1 = pop_value (type); in expand_test()
1843 value2 = pop_value (type); in expand_cond()
1844 value1 = pop_value (type); in expand_cond()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dexpr.c49 static tree pop_value (tree);
442 pop_value (tree type) in pop_value() function
480 val = pop_value (type); in java_stack_pop()
1416 rarg = pop_value (rtype); in expand_java_binop()
1419 rarg = pop_value (rtype); in expand_java_binop()
1421 larg = pop_value (ltype); in expand_java_binop()
1616 value1 = pop_value (type); in expand_test()
1629 value2 = pop_value (type); in expand_cond()
1630 value1 = pop_value (type); in expand_cond()
1676 tree arg = pop_value (type); in pop_arguments()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/java/
H A Dexpr.c50 static tree pop_value (tree);
589 pop_value (tree type) in pop_value() function
618 pop_value (type); in java_stack_pop()
1148 array = pop_value (array_type); in expand_java_arraystore()
1609 rarg = pop_value (rtype); in expand_java_binop()
1612 rarg = pop_value (rtype); in expand_java_binop()
1614 larg = pop_value (ltype); in expand_java_binop()
1841 value1 = pop_value (type); in expand_test()
1854 value2 = pop_value (type); in expand_cond()
1855 value1 = pop_value (type); in expand_cond()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/java/
H A Dexpr.c43 static tree pop_value (tree);
578 pop_value (tree type) in pop_value() function
607 pop_value (type); in java_stack_pop()
1137 array = pop_value (array_type); in expand_java_arraystore()
1598 rarg = pop_value (rtype); in expand_java_binop()
1601 rarg = pop_value (rtype); in expand_java_binop()
1603 larg = pop_value (ltype); in expand_java_binop()
1830 value1 = pop_value (type); in expand_test()
1843 value2 = pop_value (type); in expand_cond()
1844 value1 = pop_value (type); in expand_cond()
[all …]
/dports/textproc/augeas/augeas-1.12.0/src/
H A Dpathx.c699 struct value *v = pop_value(state); in func_int()
731 struct value *v = pop_value(state); in func_not()
784 struct value *v = pop_value(state); in func_regexp_or_glob()
823 struct value *f = pop_value(state); in func_regexp_flag()
894 struct value *r = pop_value(state); in eval_eq()
895 struct value *l = pop_value(state); in eval_eq()
951 l = pop_value(state); in eval_rel()
952 r = pop_value(state); in eval_rel()
954 r = pop_value(state); in eval_rel()
955 l = pop_value(state); in eval_rel()
[all …]

1234