| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | call.c | 77 typedef struct conversion conversion; typedef 78 struct conversion { struct 105 conversion *next; 127 static int compare_ics (conversion *, conversion *); argument 138 static tree convert_like_real (conversion *, tree, tree, int, int, bool, 172 static conversion *implicit_conversion (tree, tree, tree, bool, int); 173 static conversion *standard_conversion (tree, tree, tree, bool, int); 174 static conversion *reference_binding (tree, tree, tree, bool, int); 175 static conversion *build_conv (conversion_kind, tree, conversion *); 176 static bool is_subseq (conversion *, conversion *); [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 41 /// CK_Dependent - A conversion which cannot yet be analyzed because 49 /// CK_BitCast - A conversion which causes a bit pattern of one type 53 /// The pointer conversion char* -> int* is a bitcast. A conversion 55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a 63 /// CK_LValueBitCast - A conversion which reinterprets the address of 69 /// CK_LValueToRValueBitCast - A conversion that causes us to reinterpret the 74 /// CK_LValueToRValue - A conversion which causes the extraction of 76 /// conversion is always unqualified. 79 /// CK_NoOp - A conversion which does not affect the type other than 86 /// CK_BaseToDerived - A conversion from a C++ class pointer/reference [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | sv | 31 Invalid conversion in %s: 337 Invalid conversion in printf: "%y" at - line 4. 338 Invalid conversion in sprintf: "%y" at - line 5. 339 Invalid conversion in printf: end of string at - line 6. 340 Invalid conversion in sprintf: end of string at - line 7. 341 Invalid conversion in printf: "%\002" at - line 8. 342 Invalid conversion in sprintf: "%\002" at - line 9. 343 Invalid conversion in printf: "%lly" at - line 10. 344 Invalid conversion in sprintf: "%lly" at - line 11. 345 Invalid conversion in printf: "%25lly" at - line 12. [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 51 DiagGroup<"single-bit-bitfield-constant-conversion">; 52 def BitFieldConstantConversion : DiagGroup<"bitfield-constant-conversion", 54 def BitFieldEnumConversion : DiagGroup<"bitfield-enum-conversion">; 73 def ObjCBoolConstantConversion : DiagGroup<"objc-bool-constant-conversion">; 74 def ConstantConversion : DiagGroup<"constant-conversion", 77 def LiteralConversion : DiagGroup<"literal-conversion">; 78 def StringConversion : DiagGroup<"string-conversion">; 79 def SignConversion : DiagGroup<"sign-conversion">; 80 def PointerBoolConversion : DiagGroup<"pointer-bool-conversion">; 81 def UndefinedBoolConversion : DiagGroup<"undefined-bool-conversion">; [all …]
|
| H A D | Sanitizers.def | 169 //SANITIZER_GROUP("implicit-integer-conversion", ImplicitIntegerConversion, 172 //SANITIZER_GROUP("implicit-conversion", ImplicitConversion, 175 SANITIZER_GROUP("implicit-conversion", ImplicitConversion,
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | fp_fixuint_impl.inc | 1 //===-- lib/fixdfsi.c - Double-precision -> integer conversion ----*- C -*-===// 9 // This file implements float to unsigned integer conversion for the
|
| H A D | fp_fixint_impl.inc | 1 //===-- lib/fixdfsi.c - Double-precision -> integer conversion ----*- C -*-===// 9 // This file implements float to integer conversion for the
|
| H A D | fp_trunc_impl.inc | 1 //= lib/fp_trunc_impl.inc - high precision -> low precision conversion *-*-===// 9 // This file implements a fairly generic conversion from a wider to a narrower 12 // parameterize the conversion. 104 // a underflows on conversion to the destination type or is an exact
|
| H A D | fp_extend_impl.inc | 1 //=-lib/fp_extend_impl.inc - low precision -> high precision conversion -*-- -// 9 // This file implements a fairly generic conversion from a narrower to a wider 11 // includes below parameterize the conversion.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86Schedule.td | 442 defm WriteCvtSS2SD : X86SchedWritePair<ReadAfterVecLd>; // Float -> Double size conversion. 443 defm WriteCvtPS2PD : X86SchedWritePair<ReadAfterVecXLd>; // Float -> Double size conversion (XMM). 444 defm WriteCvtPS2PDY : X86SchedWritePair<ReadAfterVecYLd>; // Float -> Double size conversion (YMM). 445 defm WriteCvtPS2PDZ : X86SchedWritePair<ReadAfterVecYLd>; // Float -> Double size conversion (ZMM). 447 defm WriteCvtSD2SS : X86SchedWritePair<ReadAfterVecLd>; // Double -> Float size conversion. 448 defm WriteCvtPD2PS : X86SchedWritePair<ReadAfterVecXLd>; // Double -> Float size conversion (XMM). 449 defm WriteCvtPD2PSY : X86SchedWritePair<ReadAfterVecYLd>; // Double -> Float size conversion (YMM). 450 defm WriteCvtPD2PSZ : X86SchedWritePair<ReadAfterVecYLd>; // Double -> Float size conversion (ZMM). 452 defm WriteCvtPH2PS : X86SchedWritePair<ReadAfterVecXLd>; // Half -> Float size conversion. 453 defm WriteCvtPH2PSY : X86SchedWritePair<ReadAfterVecYLd>; // Half -> Float size conversion (YMM). [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFeatures.td | 138 "dfp-zoned-conversion", "DFPZonedConversion", (all_of FeatureDFPZonedConversion), 139 "Assume that the DFP zoned-conversion facility is installed" 179 "dfp-packed-conversion", "DFPPackedConversion", (all_of FeatureDFPPackedConversion), 180 "Assume that the DFP packed-conversion facility is installed" 281 "deflate-conversion", "DeflateConversion", (all_of FeatureDeflateConversion), 282 "Assume that the deflate-conversion facility is installed"
|
| /openbsd-src/regress/usr.bin/ssh/unittests/ |
| H A D | Makefile | 3 SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 920625-1.x | 1 # The problem on IA-64 is that if-conversion creates a sequence
|
| /openbsd-src/gnu/usr.bin/texinfo/intl/ |
| H A D | printf-parse.h | 48 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
|
| H A D | wprintf-parse.h | 48 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
|
| H A D | vasnprintf.c | 222 if (dp->conversion == '%') in VASNPRINTF() 238 if (dp->conversion == 'n') in VASNPRINTF() 325 switch (dp->conversion) in VASNPRINTF() 556 *p = dp->conversion; in VASNPRINTF()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlnumber.pod | 117 If the C<< decimal string --> native integer >> conversion cannot be done 118 without loss of information, the result is compatible with the conversion 153 conversion does not throw away fractional parts on floating point numbers. 196 particular, though the first such conversion may be time-consuming, 197 repeated operations will not need to redo the conversion.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | cp-tree.def | 75 /* Type conversion operator in C++. TREE_TYPE is type that this 265 /* The following codes are used to represent implicit conversion 266 sequences, in the sense of [over.best.ics]. The conversion 268 first conversion to be performed at the end of the chain. 270 The innermost conversion (i.e, the one at the end of the chain) is 271 always an IDENTITY_CONV, corresponding to the identity conversion. */
|
| /openbsd-src/usr.sbin/rpc.lockd/ |
| H A D | Makefile | 10 CFLAGS+= -I. -DSYSLOG -Wno-enum-conversion
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
| H A D | save-load.t | 103 # Test saving with conversion 108 ok( -f $metayml, "save meta to META.yml with conversion" );
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | timevar.def | 69 DEFTIMEVAR (TV_IFCVT , "if-conversion") 77 DEFTIMEVAR (TV_IFCVT2 , "if-conversion 2")
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | README | 8 strtol -- string-to-long conversion 9 strtoul -- string-to-unsigned-long conversion
|
| /openbsd-src/lib/libelf/ |
| H A D | libelf_convert.m4 | 40 # Generate conversion routines for converting between in-memory and 47 # For the purposes of generating conversion code, ELF types may be 64 # We use m4 macros to generate conversion code for ELF types that have 91 # NOFUNC(TYPE) -- Do not generate a conversion function for TYPE 134 # Generate conversion functions for primitive types. 142 # Generates a pair of conversion functions. 333 # MAKE_TYPE_CONVERTERS(ELFTYPELIST) -- Generate conversion functions. 390 # MAKE_VERSION_CONVERTERS(TYPE,BASE,AUX,PFX) -- Generate conversion 397 # conversion function. 707 * simple memcpy suffices for both directions of conversion. [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | UndefinedBehaviorSanitizer.rst | 106 ``-fsanitize=implicit-signed-integer-truncation``: Implicit conversion from 116 - ``-fsanitize=implicit-integer-sign-change``: Implicit conversion between 166 (see ``-fsanitize=implicit-conversion``). Both of these two issues are 167 handled by ``-fsanitize=implicit-conversion`` group of checks. 175 (see ``-fsanitize=implicit-conversion``). 187 ``implicit-conversion``, ``local-bounds`` and the ``nullability-*`` group 197 - ``-fsanitize=implicit-conversion``: Checks for suspicious
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AddingConstrainedIntrinsics.rst | 76 The code to do the conversion or mutation of the STRICT node to a non-STRICT 78 the function can do the conversion using information from ConstrainedOps.def. Be
|