/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20000420-1.c | 1 struct z_candidate { struct z_candidate *next;int viable;}; member 12 if (pedantic ? (*p)->viable == 1 : (*p)->viable)
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | call.c | 400 int viable; member 1310 cand->viable = viable; in add_candidate() 1442 viable = -1; in add_function_candidate() 1482 viable = 1; in add_conv_candidate() 1565 viable = 0; in build_builtin_candidate() 1579 viable = 0; in build_builtin_candidate() 1586 viable); in build_builtin_candidate() 2355 if (strict_p ? c->viable == 1 : c->viable) in splice_viable() 2367 return viable ? viable : cands; in splice_viable() 6066 if (cand1->viable > cand2->viable) in joust() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | call.c | 599 int viable; member 1403 cand->viable = viable; in add_candidate() 1530 viable = -1; in add_function_candidate() 1573 viable = 1; 1653 viable = 0; 1666 viable = 0; 1672 viable); 2451 if (pedantic ? cands->viable == 1 : cands->viable) 2474 if (pedantic ? (*p)->viable == 1 : (*p)->viable) 5653 if (cand1->viable > cand2->viable) [all …]
|
/openbsd/usr.bin/gprof/ |
H A D | arcs.c | 37 int viable; variable 512 "[doarcs]" , visited , viable , newcycle , oldcycle); in cycleanalyze() 533 viable++; in descend()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
H A D | Instance.t | 473 "IPC has been requested, but no viable drivers were found. Aborting...\n", 474 "Failed without viable IPC driver"
|
/openbsd/gnu/usr.bin/perl/ |
H A D | README.android | 94 viable choice in the first place. Because Android doesn't have a F</tmp>,
|
H A D | README.synology | 46 viable solution. Just follow the detailed instructions on
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | GwpAsan.rst | 32 the use of dedicated canaries to be viable in production environments, and as
|
H A D | HowToUpdateDebugInfo.rst | 139 to setting a line 0 location with viable scope information if no previous
|
H A D | JITLink.rst | 1034 As a "minimum viable" JITLink wrapper, the ``llvm-jitlink`` tool is an
|
H A D | SpeculativeLoadHardening.md | 559 the results of loads viable in at least some cases. However, we generally
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | system_error | 260 // Those cause ADL to trigger but they are not viable candidates,
|
H A D | __hash_table | 855 "the specified comparator type does not provide a viable const call operator") 857 "the specified hash functor does not provide a viable const call operator")
|
H A D | __tree | 994 "the specified comparator type does not provide a viable const call operator")
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticSemaKinds.td | 2435 "no viable constructor or deduction guide for deduction of " 4582 "%sub{select_ovl_candidate_kind}0,1,2 not viable: " 4587 "%sub{select_ovl_candidate_kind}0,1,2 not viable: " 4602 "candidate %sub{select_ovl_candidate_kind}0,1,2 not viable: " 4611 "candidate %sub{select_ovl_candidate_kind}0,1,2 not viable: " 4615 "candidate %sub{select_ovl_candidate_kind}0,1,2 not viable: " 4618 "candidate %sub{select_ovl_candidate_kind}0,1,2 not viable: " 4729 def err_ovl_no_viable_oper : Error<"no viable overloaded '%0'">; 4747 Error<"no viable overloaded operator[] for type %0">; 4758 "no viable destructor found for class %0">; [all …]
|
H A D | AttrDocs.td | 812 overload out of a number of viable overloads using enable_if. 857 diagnostic about no viable overloads for ``foo`` in ``bar``, but not in ``baz``: 1082 * If no viable candidates are otherwise available, we allow a conversion from a
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | contrib.texi | 370 Klaus Kaempf for his ongoing work to make alpha-vms a viable target.
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | perlfaq.pod | 432 a viable option, as it only worked on a few architectures, and
|
H A D | perlfaqo.txt | 147 …rogram by storing the already-compiled form to disk. This is no longer a viable option, as it only…
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | contrib.texi | 419 Klaus Kaempf for his ongoing work to make alpha-vms a viable target.
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | UsersManual.rst | 542 …t.cc:4:5: note: candidate function not viable: no known conversion from 'vector<map<[...], map<flo… 548 …t.cc:4:5: note: candidate function not viable: no known conversion from 'vector<map<int, map<float… 563 …t.cc:4:5: note: candidate function not viable: no known conversion from 'vector<map<[...], map<flo… 569 t.cc:4:5: note: candidate function not viable: no known conversion for 1st argument;
|
H A D | ReleaseNotes.rst | 627 refers to an expression with a previous error as nothing viable, so that it
|
H A D | InternalsManual.rst | 340 "candidate %sub{select_ovl_candidate}3,2,1 not viable">; 343 ``"candidate %select{function|constructor}3%select{| template| %1}2 not viable"``.
|
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlfaq3.pod | 684 storing the already-compiled form to disk. This is no longer a viable
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-mca.rst | 1092 perfectly. Modifying the scheduling model isn't always a viable
|