OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conversion
(Results
151 - 175
of
3269
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGenCXX/
ptr-to-member-function.cpp
6
// 13.3.3.2 Ranking implicit
conversion
sequences
26
//
conversion
of B::* to C::* is better than
conversion
of A::* to C::*
/external/clang/test/Sema/
block-call.c
36
IPCC2 = 1; // expected-error {{invalid block pointer
conversion
assigning to 'int *(^)()' from 'int'}}
38
int (^y)() = 3; // expected-error {{invalid block pointer
conversion
initializing 'int (^)()' with an expression of type 'int'}}
40
int (^z)() = a+4; // expected-error {{invalid block pointer
conversion
initializing 'int (^)()' with an expression of type 'int'}}
ext_vector_casts.c
27
i = (int)ivec4; // expected-error {{invalid
conversion
between vector type 'int4' and integer type 'int' of different size}}
30
ivec4 = (int4)ptr; // expected-error {{invalid
conversion
between vector type 'int4' and scalar type 'int *'}}
32
vec4 = (float4)vec2; // expected-error {{invalid
conversion
between ext-vector type 'float4' and 'float2'}}
/external/clang/test/SemaCXX/
ambig-user-defined-conversions.cpp
23
return f(); // expected-error {{
conversion
from 'test0::B' to 'const int' is ambiguous}}
56
// b -> A via constructor or
conversion
function.
66
bool f(D d) { return !d; } // expected-error{{ambiguous
conversion
from derived class 'rdar8876150::D' to base class 'rdar8876150::A':}}
default1.cpp
17
void i(int = s) { } // expected-error {{no viable
conversion
}} \
30
void k(Y y = 17); // expected-error{{no viable
conversion
}} \
33
void kk(Y = 17); // expected-error{{no viable
conversion
}} \
warn-sign-conversion.cpp
1
// RUN: %clang_cc1 -verify -fsyntax-only -Wsign-
conversion
%s
29
int d1b = 1 ? i : Foo<bool>::D; // expected-warning {{warn-sign-
conversion
.cpp:13:5>' to 'int'}}
31
int d2b = 1 ? Foo<bool>::D : i; // expected-warning {{warn-sign-
conversion
.cpp:13:5>' to 'int'}}
33
int d3b = 1 ? B : Foo<bool>::D; // expected-warning {{warn-sign-
conversion
.cpp:13:5>' to 'int'}}
35
int d4b = 1 ? Foo<bool>::D : B; // expected-warning {{warn-sign-
conversion
.cpp:13:5>' to 'int'}}
38
int e1b = 1 ? i : E; // expected-warning {{warn-sign-
conversion
.cpp:16:3>' to 'int'}}
40
int e2b = 1 ? E : i; // expected-warning {{warn-sign-
conversion
.cpp:16:3>' to 'int'}}
42
int e3b = 1 ? E : B; // expected-warning {{warn-sign-
conversion
.cpp:16:3>' to 'int'}}
44
int e4b = 1 ? B : E; // expected-warning {{warn-sign-
conversion
.cpp:16:3>' to 'int'}}
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
MathDetectorTest.java
30
"MathTest.java:12: Warning: Use android.util.FloatMath#sqrt() instead of java.lang.Math#sqrt to avoid argument float to double
conversion
\n" +
31
"MathTest.java:18: Warning: Use android.util.FloatMath#sqrt() instead of java.lang.Math#sqrt to avoid double to float return value
conversion
\n" +
32
"MathTest.java:23: Warning: Use android.util.FloatMath#sqrt() instead of java.lang.Math#sqrt to avoid argument float to double
conversion
",
/dalvik/dx/tests/034-dex-minimal/
info.txt
8
the
conversion
runs without failure, though the contents of the
/dalvik/dx/tests/094-scala-locals/
info.txt
8
aspects of
conversion
end up altering the output in innocuous ways.
/device/samsung/crespo/libsensors/
sensors.h
83
//
conversion
of acceleration data to SI units (m/s^2)
90
//
conversion
of magnetic data to uT units
96
/*
conversion
of orientation data to degree units */
102
//
conversion
of gyro data to SI units (radian/sec)
/external/chromium/net/base/
sys_byteorder.h
6
// headers that define functions for byte-order
conversion
,
/external/chromium/webkit/glue/
window_open_disposition.h
24
//
Conversion
function:
/external/clang/test/Parser/
implicit-casts.c
17
a[0] = test3; // expected-warning{{incompatible pointer to integer
conversion
assigning to 'int' from 'int ()'}}
/external/clang/test/SemaObjCXX/
cstyle-cast.mm
21
(id)x; // expected-error {{cannot convert 'X' to 'id' without a
conversion
operator}}
/external/clang/test/SemaTemplate/
anonymous-union.cpp
13
m0 = 0; // expected-error{{ambiguous
conversion
}}
/external/compiler-rt/lib/
fixdfsi.c
1
//===-- lib/fixdfsi.c - Double-precision -> integer
conversion
----*- C -*-===//
10
// This file implements double-precision to integer
conversion
for the
12
//
conversion
is undefined for out of range values in the C standard.
44
// behavior, but the
conversion
itself is undefined in that case, so
fixsfsi.c
1
//===-- lib/fixsfsi.c - Single-precision -> integer
conversion
----*- C -*-===//
10
// This file implements single-precision to integer
conversion
for the
12
//
conversion
is undefined for out of range values in the C standard.
42
// behavior, but the
conversion
itself is undefined in that case, so
/external/icu4c/test/testdata/
test1.ucm
8
# Test file for MBCS
conversion
with single-byte codepage data.
test5.ucm
8
# Test file for MBCS
conversion
with three-byte codepage data.
/external/llvm/test/CodeGen/X86/
2011-12-8-bitcastintprom.ll
3
; Make sure that the
conversion
between v4i8 to v2i16 is not a simple bitcast.
/external/llvm/test/Transforms/ScalarRepl/
sroa-fca.ll
2
; Make sure that SROA "scalar
conversion
" can handle first class aggregates.
/external/clang/include/clang/AST/
OperationKinds.h
20
/// CastKind - The kind of operation required for a
conversion
.
22
/// CK_Dependent - A
conversion
which cannot yet be analyzed because
30
/// CK_BitCast - A
conversion
which causes a bit pattern of one type
34
/// The pointer
conversion
char* -> int* is a bitcast. A
conversion
36
/// it's actually BaseToDerived or DerivedToBase. A
conversion
to a
44
/// CK_LValueBitCast - A
conversion
which reinterprets the address of
50
/// CK_LValueToRValue - A
conversion
which causes the extraction of
52
///
conversion
is always unqualified.
55
/// CK_NoOp - A
conversion
which does not affect the type other tha
[
all
...]
/external/icu4c/common/
common.vcxproj.filters
19
<Filter Include="
conversion
">
182
<Filter>
conversion
</Filter>
185
<Filter>
conversion
</Filter>
188
<Filter>
conversion
</Filter>
191
<Filter>
conversion
</Filter>
194
<Filter>
conversion
</Filter>
197
<Filter>
conversion
</Filter>
200
<Filter>
conversion
</Filter>
203
<Filter>
conversion
</Filter>
206
<Filter>
conversion
</Filter>
[
all
...]
/external/clang/include/clang/Basic/
DiagnosticGroups.td
29
def ConstantConversion : DiagGroup<"constant-
conversion
">;
30
def LiteralConversion : DiagGroup<"literal-
conversion
">;
31
def StringConversion : DiagGroup<"string-
conversion
">;
32
def SignConversion : DiagGroup<"sign-
conversion
">;
33
def BoolConversion : DiagGroup<"bool-
conversion
">;
34
def IntConversion : DiagGroup<"int-
conversion
">;
35
def NullConversion : DiagGroup<"null-
conversion
">;
259
def VectorConversion : DiagGroup<"vector-
conversion
">; // clang specific
288
// -
conversion
warnings with constant sources are on by default
289
// -
conversion
warnings for literals are on by defaul
[
all
...]
/dalvik/dx/tests/111-use-null-as-array/
info.txt
1
This is a smoke test of dex
conversion
, which checks to see that uses
18
aspects of
conversion
end up altering the output in innocuous ways.
Completed in 1359 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>