Home
last modified time | relevance | path

Searched refs:constraints (Results 1 – 25 of 273) sorted by relevance

1234567891011

/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPkgSpec.pm202 sub add_version_constraints($class, $constraints, $vspec)
209 push(@$constraints,
215 sub add_flavor_constraints($class, $constraints, $flavorspec)
221 push(@$constraints,
231 my $constraints = [];
232 $class->add_version_constraints($constraints, $r->{vspec});
233 $class->add_flavor_constraints($constraints, $r->{flavorspec});
244 if (@$constraints != 0) {
245 $o->{constraints} = $constraints;
263 if (defined $o->{constraints}) {
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A Dconcept_check.diff53 - void (Concept::*x)() = BOOST_FPTR Concept::constraints;
54 + void (Concept::*x)() = &Concept::constraints;
78 - BOOST_FPTR concept <type_var>::constraints> \
79 + &ns::concept <type_var>::constraints> \
89 - BOOST_FPTR concept <type_var1,type_var2>::constraints> \
90 + &ns::concept <type_var1,type_var2>::constraints> \
100 - BOOST_FPTR concept <type_var1,type_var2,type_var3>::constraints> \
101 + &ns::concept <type_var1,type_var2,type_var3>::constraints> \
111 - BOOST_FPTR concept <type_var1,type_var2,type_var3,type_var4>::constraints> \
112 + &ns::concept <type_var1,type_var2,type_var3,type_var4>::constraints> \
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A Dconcept_check.diff53 - void (Concept::*x)() = BOOST_FPTR Concept::constraints;
54 + void (Concept::*x)() = &Concept::constraints;
78 - BOOST_FPTR concept <type_var>::constraints> \
79 + &ns::concept <type_var>::constraints> \
89 - BOOST_FPTR concept <type_var1,type_var2>::constraints> \
90 + &ns::concept <type_var1,type_var2>::constraints> \
100 - BOOST_FPTR concept <type_var1,type_var2,type_var3>::constraints> \
101 + &ns::concept <type_var1,type_var2,type_var3>::constraints> \
111 - BOOST_FPTR concept <type_var1,type_var2,type_var3,type_var4>::constraints> \
112 + &ns::concept <type_var1,type_var2,type_var3,type_var4>::constraints> \
[all …]
/openbsd-src/gnu/llvm/llvm/utils/
H A Dconvert-constraint-log-to-z3.py51 constraints = [g.strip() for g in group.split('\n') if g.strip() != '']
53 for c in constraints[:-1]:
61 for c in constraints[:-1]:
63 expected = constraints[-1].strip()
/openbsd-src/regress/usr.sbin/rpki-client/
H A DMakefile.inc31 constraints-dummy.c rfc3779.c
41 constraints-dummy.c rfc3779.c
48 constraints-dummy.c rfc3779.c
54 constraints-dummy.c rfc3779.c
60 constraints-dummy.c rfc3779.c
66 constraints-dummy.c rfc3779.c
72 constraints-dummy.c rfc3779.c
78 constraints-dummy.c rfc3779.c
84 json.c constraints-dummy.c rfc3779.c
90 constraints
[all...]
/openbsd-src/gnu/gcc/gcc/config/m88k/
H A Dconstraints.md1 ;; Register constraints
6 ;; Integer constraints
48 ;; Floating-point constraints
55 ;; General constraints
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dconstraints.md21 ;; Register constraints
54 ;; Integer constraints
97 ;; Floating-point constraints
111 ;; Memory constraints
126 ;; Address constraints
136 ;; General constraints
153 (but excluding those that could match other constraints of anddi3)"
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drecog.c132 const char **constraints; local
151 constraints = (const char **) alloca (noperands * sizeof (char *));
153 decode_asm_operands (x, operands, NULL, constraints, NULL);
157 const char *c = constraints[i];
161 c = constraints[c[0] - '0'];
1533 decode_asm_operands (body, operands, operand_locs, constraints, modes) in decode_asm_operands() argument
1537 const char **constraints;
1557 if (constraints)
1558 constraints[i] = ASM_OPERANDS_INPUT_CONSTRAINT (asmop, i - 1);
1569 if (constraints)
[all …]
H A Dregclass.c959 const char *constraints[MAX_RECOG_OPERANDS]; local
965 constraints[i] = recog_data.constraints[i];
985 else if (constraints[i][0] == 'p'
986 || EXTRA_ADDRESS_CONSTRAINT (constraints[i][0]))
996 if (constraints[i][0] == '%')
1005 xconstraints[j] = constraints[j];
1007 xconstraints[i] = constraints[i+1];
1008 xconstraints[i+1] = constraints[i];
1016 constraints, insn, op_costs, reg_pref);
1084 && recog_data.constraints[1][0] == '0'
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Drecog.c122 const char **constraints; in check_asm_operands() local
141 constraints = alloca (noperands * sizeof (char *)); in check_asm_operands()
143 decode_asm_operands (x, operands, NULL, constraints, NULL); in check_asm_operands()
147 const char *c = constraints[i]; in check_asm_operands()
151 c = constraints[c[0] - '0']; in check_asm_operands()
1473 const char **constraints, enum machine_mode *modes) in decode_asm_operands() argument
1492 if (constraints) in decode_asm_operands()
1493 constraints[i] = ASM_OPERANDS_INPUT_CONSTRAINT (asmop, i - 1); in decode_asm_operands()
1504 if (constraints) in decode_asm_operands()
1505 constraints[0] = ASM_OPERANDS_OUTPUT_CONSTRAINT (asmop); in decode_asm_operands()
[all …]
H A Dregclass.c963 const char *constraints[MAX_RECOG_OPERANDS]; in record_operand_costs() local
969 constraints[i] = recog_data.constraints[i]; in record_operand_costs()
990 else if (constraints[i][0] == 'p' in record_operand_costs()
991 || EXTRA_ADDRESS_CONSTRAINT (constraints[i][0], constraints[i])) in record_operand_costs()
1001 if (constraints[i][0] == '%') in record_operand_costs()
1010 xconstraints[j] = constraints[j]; in record_operand_costs()
1012 xconstraints[i] = constraints[i+1]; in record_operand_costs()
1013 xconstraints[i+1] = constraints[i]; in record_operand_costs()
1021 constraints, insn, op_costs, reg_pref); in record_operand_costs()
1086 && recog_data.constraints[1][0] == '0' in scan_one_insn()
[all …]
/openbsd-src/lib/libcrypto/x509/
H A Dx509_policy.c715 * |*inhibit_any_policy| according to |x509|'s policy constraints and inhibit
725 POLICY_CONSTRAINTS *constraints; in process_policy_constraints() local
729 constraints = X509_get_ext_d2i(x509, NID_policy_constraints, &critical, in process_policy_constraints()
731 if (constraints == NULL && critical != -1) in process_policy_constraints()
733 if (constraints != NULL) { in process_policy_constraints()
734 if (constraints->requireExplicitPolicy == NULL && in process_policy_constraints()
735 constraints->inhibitPolicyMapping == NULL) { in process_policy_constraints()
741 POLICY_CONSTRAINTS_free(constraints); in process_policy_constraints()
744 ok = apply_skip_certs(constraints->requireExplicitPolicy, in process_policy_constraints()
746 apply_skip_certs(constraints in process_policy_constraints()
[all...]
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dconstraints.md25 ;; Integer register constraints.
66 ;; Floating-point register constraints.
89 ;; Integer constant constraints.
126 ;; Floating-point constant constraints.
140 ;; Constant-or-symbol-reference constraints.
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def71 "Purge symbols, bindings, and constraints before every statement")
75 "Purge symbols, bindings, and constraints before every basic block")
78 "Do not purge symbols, bindings, or constraints")
/openbsd-src/usr.sbin/ntpd/
H A Dconstraint.c427 * constraints don't exec children and pledge() prevents it, in priv_constraint_child()
518 TAILQ_FOREACH(cstr, &conf->constraints, entry) { in constraint_byfd()
531 TAILQ_FOREACH(cstr, &conf->constraints, entry) { in constraint_bypid()
544 TAILQ_FOREACH(cstr, &conf->constraints, entry) { in constraint_close()
600 TAILQ_INSERT_TAIL(&conf->constraints, cstr, entry); in constraint_purge()
606 TAILQ_REMOVE(&conf->constraints, cstr, entry);
622 TAILQ_FOREACH_SAFE(cstr, &conf->constraints, entry, ncstr) in priv_constraint_dispatch()
736 TAILQ_FOREACH(tmp, &conf->constraints, entry) in constraint_msg_dns()
740 log_warnx("constraints configured but none available"); in constraint_msg_dns()
777 TAILQ_FOREACH_SAFE(n, &conf->constraints, entr in constraint_msg_dns()
[all...]
H A Dntpd.c110 int constraints, securelevel; in auto_preconditions() local
115 constraints = !TAILQ_EMPTY(&cnf->constraints); in auto_preconditions()
116 return !cnf->settime && (constraints || cnf->trusted_peers || in auto_preconditions()
191 log_warnx("Please reconfigure to use constraints or trusted servers."); in main()
312 TAILQ_FOREACH(cstr, &conf->constraints, entry) { in main()
811 } else if (cstatus->constraints) in show_status_msg()
812 printf("constraints configured but none available, "); in show_status_msg()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i370/
H A DREADME84 99.04.02 -- operand constraints for cmphi
93 rework constraints
100 99.04.30 -- add constraints so that all RS, SI, SS forms insns have valid
105 99.05.01 -- restructuring of operand constraints on many patterns,
111 -- deprecate some constraints
/openbsd-src/regress/lib/libcrypto/x509/
H A Dconstraints.c424 unsigned char *constraints[] = { in test_constraints1() local
465 for (i = 0; constraints[i] != NULL; i++) { in test_constraints1()
466 char *constraint = constraints[i]; in test_constraints1()
467 size_t clen = strlen(constraints[i]); in test_constraints1()
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dconstraints.md21 ;; Register constraints
81 ;; Integer constraints
127 ;; Floating-point constraints
134 ;; General constraints
/openbsd-src/usr.sbin/rpki-client/
H A Dconstraints.c1 /* $OpenBSD: constraints.c,v 1.5 2024/11/12 09:23:07 tb Exp $ */
40 int fd; /* constraints file descriptor or -1. */
41 char *fn; /* constraints filename */
54 * If there is a .constraints file next to a .tal file, load its contents
64 char *constraints = NULL, *warning = NULL, *cbn; in constraints_load_talid() local
74 /* Replace .tal suffix with .constraints. */ in constraints_load_talid()
76 if (asprintf(&constraints, "%.*s.constraints", (int)len, tal) == -1) in constraints_load_talid()
80 if ((cbn = basename(constraints)) == NULL) in constraints_load_talid()
87 fd = open(constraints, O_RDONL in constraints_load_talid()
[all...]
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Dconstraints.md25 ;; Special constraints for s/390 machine description:
54 ;; These constraints do not accept any operand if the machine does
73 ;; Register constraints.
103 ;; General constraints for constants.
175 ;; The following patterns define only those constraints that are actually
317 ;; Double-letter constraints starting with O follow.
351 ;; Memory constraints follow.
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInlineAsm.cpp31 const std::string &constraints, bool hasSideEffects, in InlineAsm() argument
34 AsmString(asmString), Constraints(constraints), FTy(FTy), in InlineAsm()
39 cantFail(verify(getFunctionType(), constraints)); in InlineAsm()
/openbsd-src/etc/
H A Dntpd.conf11 constraints from "www.google.com" # intentionally not 8.8.8.8
/openbsd-src/etc/examples/
H A Dntpd.conf26 constraints from "www.google.com" # intentionally not 8.8.8.8
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dconstraints.md22 ;; The following register constraints have been used:
28 ;; The following normal constraints have been used:
32 ;; The following multi-letter normal constraints have been used:
35 ;; The following memory constraints have been used:

1234567891011