Home
last modified time | relevance | path

Searched refs:conversion (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/openbsd-src/gnu/gcc/gcc/cp/
H A Dcall.c77 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 DOperationKinds.def41 /// 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 Dsv31 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 DDiagnosticGroups.td51 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 DSanitizers.def169 //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 Dfp_fixuint_impl.inc1 //===-- lib/fixdfsi.c - Double-precision -> integer conversion ----*- C -*-===//
9 // This file implements float to unsigned integer conversion for the
H A Dfp_fixint_impl.inc1 //===-- lib/fixdfsi.c - Double-precision -> integer conversion ----*- C -*-===//
9 // This file implements float to integer conversion for the
H A Dfp_trunc_impl.inc1 //= 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 Dfp_extend_impl.inc1 //=-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 DX86Schedule.td442 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 DSystemZFeatures.td138 "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 DMakefile3 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 D920625-1.x1 # The problem on IA-64 is that if-conversion creates a sequence
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dprintf-parse.h48 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 Dwprintf-parse.h48 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 Dvasnprintf.c222 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 Dperlnumber.pod117 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 Dcp-tree.def75 /* 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 DMakefile10 CFLAGS+= -I. -DSYSLOG -Wno-enum-conversion
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dsave-load.t103 # Test saving with conversion
108 ok( -f $metayml, "save meta to META.yml with conversion" );
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtimevar.def69 DEFTIMEVAR (TV_IFCVT , "if-conversion")
77 DEFTIMEVAR (TV_IFCVT2 , "if-conversion 2")
/openbsd-src/gnu/lib/libiberty/src/
H A DREADME8 strtol -- string-to-long conversion
9 strtoul -- string-to-unsigned-long conversion
/openbsd-src/lib/libelf/
H A Dlibelf_convert.m440 # 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 DUndefinedBehaviorSanitizer.rst106 ``-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 DAddingConstrainedIntrinsics.rst76 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

12345678910>>...20