/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | overload11.C | 36 (&ovl) (1); // ERROR - not suitable for overload resolution in main() 38 (&ovl) (); // ERROR - not suitable for overload resolution in main() 42 (0, ovl) (1); // ERROR - not suitable for overload resolution in main() 43 (0, &ovl) (1); // ERROR - not suitable for overload resolution in main() 44 (argc ? ovl : ovl) (1); // ERROR - not suitable for overload resolution in main() 45 (argc ? &ovl : &ovl) (1); // ERROR - not suitable for overload resolution in main() 77 ovl; // ERROR - not suitable for overload in main() 78 &ovl; // ERROR - not suitable for overload in main() 80 (void)ovl; // ERROR - not suitable for overload in main() 81 (void)&ovl; // ERROR - not suitable for overload in main() [all …]
|
H A D | explicit1.C | 11 const A& r = 1; // ERROR - no suitable constructor in main()
|
/openbsd-src/gnu/gcc/gcc/config/v850/ |
H A D | predicates.md | 132 ;; Return nonzero if the given RTX is suitable for collapsing into a 143 is not suitable. */ 216 ;; Return nonzero if the given RTX is suitable for collapsing into 226 is not suitable. */ 287 ;; Return nonzero if the given RTX is suitable for collapsing into a 297 the dispose instruction is not suitable. */ 348 ;; Return nonzero if the given RTX is suitable for collapsing into a 358 is not suitable. */
|
/openbsd-src/share/man/man4/man4.amd64/ |
H A D | vmm.4 | 30 driver implements a virtual machine monitor (VMM) suitable for executing 36 VMs, each of which is provided with a suitable complement of 64 driver requires suitable host CPU capabilities in order to provide
|
/openbsd-src/gnu/gcc/gcc/config/fr30/ |
H A D | predicates.md | 21 ;; Returns true if OP is an integer value suitable for use in an 55 ;; Returns true if OP is suitable for use in a CALL insn. 113 ;; Returns true if OP is an integer value suitable for use in an ADD
|
/openbsd-src/usr.bin/diff3/ |
H A D | diff3.1 | 63 Produces an output script suitable for 80 Produces output in a form suitable as an input script for the 102 Produces an output script suitable for
|
/openbsd-src/usr.sbin/rmt/ |
H A D | rmt.8 | 62 Read-only mode, suitable for use with 65 File write mode, suitable for use with 119 number suitable for passing to
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/ |
H A D | Prereqs.pm | 123 #pod object, suitable for iterating. 139 #pod object for the provided phase, suitable for iterating. 243 #pod This method returns a hashref containing structures suitable for dumping into a 382 object, suitable for iterating. 389 object for the provided phase, suitable for iterating. 418 This method returns a hashref containing structures suitable for dumping into a
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | MachO_arm64.h | 41 /// Returns a pass suitable for splitting __eh_frame sections in MachO/x86-64 45 /// Returns a pass suitable for fixing missing edges in an __eh_frame section
|
H A D | MachO_x86_64.h | 41 /// Returns a pass suitable for splitting __eh_frame sections in MachO/x86-64 45 /// Returns a pass suitable for fixing missing edges in an __eh_frame section
|
/openbsd-src/gnu/llvm/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 35 /// A matcher/generator for finding suitable values for the next source in an 40 /// suitable for the next operand or generates a set of values that are 41 /// suitable. 45 /// operand is suitable for the next operand.
|
/openbsd-src/gnu/gcc/gcc/config/sparc/ |
H A D | predicates.md | 313 ;; Return true if OP is suitable as second operand for add/sub. 318 ;; Return true if OP is suitable as second double operand for add/sub. 415 ;; Return true if OP is an address suitable for a call insn. 422 ;; Return true if OP is an operand suitable for a call insn. 456 ;; Return true if OP is a comparison operator suitable for use in V9
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | MSVCErrorWorkarounds.h | 25 // A default-constructible llvm::Error that is suitable for use with MSVC's 41 // A default-constructible llvm::Expected that is suitable for use with MSVC's
|
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/ |
H A D | Host.h | 40 /// of the name is target dependent, and suitable for passing as -mcpu to the 47 /// The particular format of the names are target dependent, and suitable for
|
/openbsd-src/sys/arch/loongson/loongson/ |
H A D | wscons_machdep.c | 124 * Look for a suitable video device. in wscnprobe() 175 * Look for a suitable video device. in wscninit() 238 * Look for a suitable input device. in wscninit()
|
/openbsd-src/gnu/usr.bin/cvs/ |
H A D | HACKING | 103 Only some kinds of changes are suitable for inclusion in the 129 When you first distribute a patch it may be suitable to just put forth 164 those patches which seem most suitable for widespread usage, together
|
/openbsd-src/usr.sbin/smtpd/ |
H A D | makemap.8 | 76 The default map format is suitable for storing simple, unstructured, 80 a suitable
|
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ |
H A D | Utils.pm | 37 string passed suitable for C's "" or ''. It will die if passed Unicode 81 string passed suitable for a perl "" string.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | c99-complit-2.c | 49 /* Nor are they suitable structure or union initializers 56 /* They aren't suitable for array initializers, either inside or outside
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gengtype.h | 170 /* An output file, suitable for definitions, that can see declarations 177 /* A list of output files suitable for definitions. There is one
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopPass.h | 53 // Check if this pass is suitable for the current LPPassManager, if 54 // available. This pass P is not suitable for a LPPassManager if P
|
/openbsd-src/sys/dev/pci/drm/ |
H A D | drm_dumb_buffers.c | 46 * create dumb buffers suitable for scanout, which can then be used to create 57 * a hardware-specific ioctl to allocate suitable buffer objects.
|
/openbsd-src/lib/libcrypto/man/ |
H A D | DH_generate_parameters.3 | 157 is not suitable. 229 may run for several hours before finding a suitable prime.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | gengtype.h | 163 /* An output file, suitable for definitions, that can see declarations 170 /* A list of output files suitable for definitions. There is one
|
/openbsd-src/lib/libpcap/ |
H A D | pcap_open_live.3 | 299 returns a pointer to a network device suitable for use with 366 a suitable callback function for use as an argument to 524 constructs a linked list of network devices that are suitable for
|