Home
last modified time | relevance | path

Searched refs:reasons (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/openbsd/src/gnu/llvm/llvm/docs/GlobalISel/
DInstructionSelect.rst56 reasons that rules weren't imported. This can be used to focus on the most
57 important rejection reasons.
90 * isObviouslySafeToFold() - Check for reasons an instruction can't be sunk and folded into another.
/openbsd/src/lib/libpcap/
Dgrammar.y295 | ID { const char *reasons[] = PFRES_NAMES; variable
297 for (i = 0; reasons[i]; i++) {
298 if (strcasecmp($1, reasons[i]) == 0) {
303 if (reasons[i] == NULL)
/openbsd/src/lib/libcrypto/x509/
Dx509_purp.c308 if (dp->reasons) { in setup_dp()
309 if (dp->reasons->length > 0) in setup_dp()
310 dp->dp_reasons = dp->reasons->data[0]; in setup_dp()
311 if (dp->reasons->length > 1) in setup_dp()
312 dp->dp_reasons |= (dp->reasons->data[1] << 8); in setup_dp()
Dx509_crld.c301 if (!set_reasons(&point->reasons, cnf->value)) in crldp_from_section()
476 .offset = offsetof(DIST_POINT, reasons),
816 if (point->reasons) in i2r_crldp()
817 print_reasons(out, "Reasons", point->reasons, in i2r_crldp()
Dx509_vfy.c1069 unsigned int reasons, best_reasons = 0; in get_crl_sk() local
1076 reasons = *preasons; in get_crl_sk()
1077 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x); in get_crl_sk()
1083 best_reasons = reasons; in get_crl_sk()
1517 unsigned int reasons; in get_crl_delta() local
1522 reasons = ctx->current_reasons; in get_crl_delta()
1523 ok = get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, in get_crl_delta()
1535 get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, skcrl); in get_crl_delta()
1545 ctx->current_reasons = reasons; in get_crl_delta()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D20020720-1.x1 # The following targets fail 20020720-1.c for several reasons:
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/
DREADME.TXT2 libraries for Darwin. There are two reasons symbols are excluded:
/openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt18 there are two reasons that optimal system performance may be obtained by a
43 For these reasons, LLVM has been designed from the beginning as a long-term
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Ddecorators.py237 reasons = []
242 reasons.append(this_condition[2])
248 if len(reasons) > 0:
249 reason_str = ",".join(reasons)
/openbsd/src/lib/libc/include/
DREADME96 E) syscalls that require libc wrappers for other reasons
105 from the C API. Syscalls that fail this for historical reasons
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dcstdarg27 // invalidate any other reasons why the executable file might be covered by
Dctime27 // invalidate any other reasons why the executable file might be covered by
Dcstdbool27 // invalidate any other reasons why the executable file might be covered by
Dctgmath27 // invalidate any other reasons why the executable file might be covered by
Dclimits27 // invalidate any other reasons why the executable file might be covered by
Dcfloat27 // invalidate any other reasons why the executable file might be covered by
Dcctype27 // invalidate any other reasons why the executable file might be covered by
Dcwctype27 // invalidate any other reasons why the executable file might be covered by
/openbsd/src/gnu/gcc/libstdc++-v3/include/debug/
Dset28 // invalidate any other reasons why the executable file might be covered by
Dmap28 // invalidate any other reasons why the executable file might be covered by
Dhash_map28 // invalidate any other reasons why the executable file might be covered by
Dhash_set28 // invalidate any other reasons why the executable file might be covered by
/openbsd/src/gnu/gcc/libgomp/
Domp_lib.h.in25 ! any other reasons why the executable file might be covered by the GNU
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dsol2-cn.asm32 ! This exception does not however invalidate any other reasons why
/openbsd/src/gnu/gcc/gcc/doc/
Dlanguages.texi34 logic/functional language Mercury. For these reasons, it may also be

12345678910>>...16