Home
last modified time | relevance | path

Searched refs:is_label (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/llvm/
H A Dhipe_llvm.erl186 is_label/1,
674 is_label(#llvm_label{}) -> true; function
675 is_label(#llvm_ret{}) -> false; function
676 is_label(#llvm_br{}) -> false; function
685 is_label(#llvm_load{}) -> false; function
692 is_label(#llvm_icmp{}) -> false; function
693 is_label(#llvm_fcmp{}) -> false; function
694 is_label(#llvm_phi{}) -> false; function
696 is_label(#llvm_call{}) -> false; function
702 is_label(#llvm_asm{}) -> false; function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/llvm/
H A Dhipe_llvm.erl186 is_label/1,
674 is_label(#llvm_label{}) -> true; function
675 is_label(#llvm_ret{}) -> false; function
676 is_label(#llvm_br{}) -> false; function
685 is_label(#llvm_load{}) -> false; function
692 is_label(#llvm_icmp{}) -> false; function
693 is_label(#llvm_fcmp{}) -> false; function
694 is_label(#llvm_phi{}) -> false; function
696 is_label(#llvm_call{}) -> false; function
702 is_label(#llvm_asm{}) -> false; function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/llvm/
H A Dhipe_llvm.erl186 is_label/1,
674 is_label(#llvm_label{}) -> true; function
675 is_label(#llvm_ret{}) -> false; function
676 is_label(#llvm_br{}) -> false; function
685 is_label(#llvm_load{}) -> false; function
692 is_label(#llvm_icmp{}) -> false; function
693 is_label(#llvm_fcmp{}) -> false; function
694 is_label(#llvm_phi{}) -> false; function
696 is_label(#llvm_call{}) -> false; function
702 is_label(#llvm_asm{}) -> false; function
[all …]
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dsort.c244 if (!p || p->flags&is_valid || !(p->flags&is_label)) continue; in sort_row_label()
252 if (!q || q->flags&is_valid || !(q->flags&is_label)) continue; in sort_row_label()
289 if (!p || !(p->flags&is_valid) || p->flags&is_label) continue; in sort_row_value()
297 if (!q || !(q->flags&is_valid) || q->flags&is_label) continue; in sort_row_value()
331 if (!p || p->flags&is_valid || !(p->flags&is_label)) continue; in sort_col_label()
339 if (!q || q->flags&is_valid || !(q->flags&is_label)) continue; in sort_col_label()
374 if (!p || !(p->flags&is_valid) || p->flags&is_label) continue; in sort_col_value()
382 if (!q || !(q->flags&is_valid) || q->flags&is_label) continue; in sort_col_value()
H A Dsearch.c353 if (!p || (p->flags&is_valid) || !(p->flags&is_label)) continue; in nsearch_the_label_by_row()
394 if (!p || (p->flags&is_valid) || !(p->flags&is_label)) continue; in nsearch_the_label_by_col()
436 if (!p || !(p->flags&is_valid) || p->flags&is_label) continue; in nsearch_the_value_by_row()
476 if (!p || !(p->flags&is_valid) || p->flags&is_label) continue; in nsearch_the_value_by_col()
516 if (!p || (p->flags&is_valid) || !(p->flags&is_label)) continue; in psearch_the_label_by_row()
557 if (!p || (p->flags&is_valid) || !(p->flags&is_label)) continue; in psearch_the_label_by_col()
599 if (!p || !(p->flags&is_valid) || p->flags&is_label) continue; in psearch_the_value_by_row()
639 if (!p || !(p->flags&is_valid) || p->flags&is_label) continue; in psearch_the_value_by_col()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/publicsuffix-1.5.6/src/
H A Dmatcher.rs2 pub fn is_label(input: &str) -> bool { in is_label() function
130 assert!(is_label(l)); in is_label_correct()
137 assert!(!is_label(l)); in is_label_incorrect()
/dports/astro/swe/swisseph-2.10.1/
H A Dswetest.c2263 if (is_label) { in print_line()
2283 if (is_label) { in print_line()
2367 if (is_label) { printf("height"); break; } in print_line()
2371 if (is_label) { printf("height"); break; } in print_line()
2375 if (is_label) { printf("hgtApp"); break; } in print_line()
2379 if (is_label) { printf("hgtApp"); break; } in print_line()
2398 if (is_label) { printf("dist"); break; } in print_line()
2432 if (is_label) { in print_line()
2459 if (is_label) { printf("Q"); break; } in print_line()
2478 if (is_label) { in print_line()
[all …]
/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-replicate.c263 bool is_label in jitter_replicate_program() local
273 assert (! is_fast_label || is_label); // is_fast_label implies is_label . in jitter_replicate_program()
278 (is_label ? (is_fast_label ? "yes, fast" : "yes, slow") : "no"), in jitter_replicate_program()
333 if (is_label) in jitter_replicate_program()
383 if (is_label) in jitter_replicate_program()
/dports/security/gpa/gpa-0.10.0/src/
H A Dcm-dinsig.c214 int is_label = GTK_IS_LABEL (widget); in add_table_row() local
222 if (is_label) in add_table_row()
227 if (!is_label && GTK_IS_ENTRY (widget)) in add_table_row()
235 if (is_label) in add_table_row()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/icode/
H A Dhipe_icode_cfg.erl98 -spec is_label(icode_instr()) -> boolean().
99 is_label(Instr) -> function
100 hipe_icode:is_label(Instr).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/icode/
H A Dhipe_icode_cfg.erl98 -spec is_label(icode_instr()) -> boolean().
99 is_label(Instr) -> function
100 hipe_icode:is_label(Instr).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/icode/
H A Dhipe_icode_cfg.erl98 -spec is_label(icode_instr()) -> boolean().
99 is_label(Instr) -> function
100 hipe_icode:is_label(Instr).
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dsmt_for_each_relevant_expr.cpp35 … if (m_manager.is_label_lit(n, lbls) || (m_manager.is_label(n, pos, lbls) && pos == polarity)) { in count_at_labels_lit()
287 tout << "label: " << m_manager.is_label(n) << " " << get_assignment(n) in operator ()()
289 if (!m_manager.is_label(n, pos)) in operator ()()
295 m_manager.is_label(n, pos, m_buffer); // copy symbols to buffer in operator ()()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dsmt_for_each_relevant_expr.cpp35 … if (m_manager.is_label_lit(n, lbls) || (m_manager.is_label(n, pos, lbls) && pos == polarity)) { in count_at_labels_lit()
287 tout << "label: " << m_manager.is_label(n) << " " << get_assignment(n) in operator ()()
289 if (!m_manager.is_label(n, pos)) in operator ()()
295 m_manager.is_label(n, pos, m_buffer); // copy symbols to buffer in operator ()()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Dread_elf.h54 bool is_label; member
58 ElfFileSymbol() : vaddr(0), len(0), is_func(false), is_label(false), is_in_text_section(false) { in ElfFileSymbol()
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dattr.h44 is_label, // Goto label enumerator
96 attr[is_label] || in is_identifier()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dselection-describer.cpp124 bool is_label = false; in _updateMessageFromSelection() local
127 is_label = true; in _updateMessageFromSelection()
132 if (is_label) { in _updateMessageFromSelection()
/dports/lang/parrot/parrot-8.1.0/compilers/opsc/src/Ops/Compiler/
H A DActions.pm137 $res<is_label> := 1;
140 $res<is_label> := 0;
/dports/math/z3/z3-z3-4.8.13/src/ast/normal_forms/
H A Dname_exprs.cpp106 return is_quantifier(t) || m.is_label(t); in operator ()()
136 return m.is_label(t) || is_quantifier(t); in operator ()()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/normal_forms/
H A Dname_exprs.cpp106 return is_quantifier(t) || m.is_label(t); in operator ()()
136 return m.is_label(t) || is_quantifier(t); in operator ()()
/dports/science/hdf/hdf-4.2.15/mfhdf/hrepack/
H A Dhrepack_an.c164 int is_label= (type==AN_DATA_LABEL)?1:0; in copy_an_data() local
205 if (is_label) in copy_an_data()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/ppc/
H A Dhipe_ppc_cfg.erl129 is_label(I) -> function
130 hipe_ppc:is_label(I).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/sparc/
H A Dhipe_sparc_cfg.erl132 is_label(I) -> function
133 hipe_sparc:is_label(I).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/arm/
H A Dhipe_arm_cfg.erl125 is_label(I) -> function
126 hipe_arm:is_label(I).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/ppc/
H A Dhipe_ppc_cfg.erl129 is_label(I) -> function
130 hipe_ppc:is_label(I).

12345678910