OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conversions
(Results
1 - 25
of
1048
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Headers/
arm-neon-header.c
1
// RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-
conversions
-ffreestanding %s
2
// RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -fno-lax-vector-
conversions
-ffreestanding %s
3
// RUN: %clang_cc1 -x c++ -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-
conversions
-ffreestanding %s
x86-intrinsics-headers.c
2
// RUN: %clang -fsyntax-only -ffreestanding -fno-lax-vector-
conversions
%s
/external/clang/test/Sema/
attr-format_arg.c
9
printf("%d %d", 123); // expected-warning{{more '%'
conversions
than data arguments}}
12
printf(f("%d %d"), 123); // expected-warning{{more '%'
conversions
than data arguments}}
typedef-retain.c
1
// RUN: %clang_cc1 -fsyntax-only -verify %s -fno-lax-vector-
conversions
complex-init-list.c
16
// real->complex and complex->real
conversions
; as-is, it's way too easy
17
// to get implicit
conversions
when they are not intended.
arm-neon-types.c
1
// RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-
conversions
-ffreestanding -verify %s
overloadable-complex.c
7
// Note: GCC and EDG reject these two, but they are valid C99
conversions
vector-cast.c
1
// RUN: %clang_cc1 -fsyntax-only %s -verify -Wvector-
conversions
/external/llvm/test/Transforms/InstCombine/
2006-12-05-fp-to-int-ext.ll
3
; Never merge these two
conversions
, even though it's possible: this is
4
; significantly more expensive than the two
conversions
on some targets
/external/clang/test/Preprocessor/
expr_usual_conversions.c
10
// Shifts don't want the usual
conversions
: PR2279
/external/clang/test/SemaCXX/
vector-no-lax.cpp
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fno-lax-vector-
conversions
-verify %s
vector.cpp
54
// Conditional operators with compatible types under -flax-vector-
conversions
(default)
187
// These 2 are convertable with -flax-vector-
conversions
(default)
210
// Same-size
conversions
211
// FIXME: G++ rejects these
conversions
, we accept them. Revisit this!
218
// Scalar-to-vector
conversions
.
/external/chromium/base/
sys_string_conversions_mac_unittest.mm
15
//
Conversions
should be able to handle a NULL value without crashing.
utf_string_conversions.h
16
// so avoid unnecessary
conversions
. The low-level versions return a boolean
40
// a mess to do it all at once. These
conversions
should be used when we
/external/chromium/base/third_party/icu/
README.chromium
5
UTF8/16/32
conversions
. Components are copied from utf.h utf8.h utf16.h and
/external/clang/include/clang/Sema/
Overload.h
63
ICK_Qualification, ///< Qualification
conversions
(C++ 4.4)
67
ICK_Integral_Conversion, ///< Integral
conversions
(C++ 4.7)
68
ICK_Floating_Conversion, ///< Floating point
conversions
(C++ 4.8)
69
ICK_Complex_Conversion, ///< Complex
conversions
(C99 6.3.1.6)
70
ICK_Floating_Integral, ///< Floating-integral
conversions
(C++ 4.9)
71
ICK_Pointer_Conversion, ///< Pointer
conversions
(C++ 4.10)
72
ICK_Pointer_Member, ///< Pointer-to-member
conversions
(C++ 4.11)
73
ICK_Boolean_Conversion, ///< Boolean
conversions
(C++ 4.12)
74
ICK_Compatible_Conversion, ///<
Conversions
between compatible types in C99
76
ICK_Vector_Conversion, ///< Vector
conversions
[
all
...]
SemaFixItUtils.h
31
/// new
conversions
are added using TryToFixConversion method. The default type
44
/// The number of
Conversions
fixed. This can be different from the size
48
/// The type of fix applied. If multiple
conversions
are fixed, corresponds
/external/dropbear/libtommath/
bn_mp_radix_smap.c
18
/* chars used in radix
conversions
*/
/external/freetype/src/psaux/
psconv.h
5
/* Some convenience
conversions
(specification). */
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp
4
// The following
conversions
are performed on each expression used as
9
// integral promotions (4.5) and integral
conversions
(4.7) are applied.
19
// qualification
conversions
(4.4) and the array-to-pointer conversion
76
//
conversions
apply. The type referred to by the reference may be more
154
//
conversions
apply. If the template-argument represents a set of
171
// pointer conversion (4.11) is applied; otherwise, no
conversions
191
// qualification
conversions
(4.4) are applied; if the template-argument
202
// Test qualification
conversions
/external/qemu/android/camera/
camera-format-converters.h
43
* (most of the time), we need to do two
conversions
for each frame received from
45
* that produces as many
conversions
as needed.
/dalvik/vm/mterp/armv5te/
OP_FLOAT_TO_INT.S
2
/* EABI appears to have Java-style
conversions
of +inf/-inf/NaN */
/dalvik/vm/mterp/armv6t2/
OP_FLOAT_TO_INT.S
2
/* EABI appears to have Java-style
conversions
of +inf/-inf/NaN */
/external/chromium/chrome/browser/ui/cocoa/
base_view.h
32
// Useful rect
conversions
(doing coordinate flipping)
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x-fixits.cpp
3
// Verify that the appropriate fixits are emitted for narrowing
conversions
in
Completed in 767 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>