OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Conversion
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/SemaCXX/
explicit.cpp
23
namespace
Conversion
{
/libcore/luni/src/main/java/java/math/
Conversion.java
21
* Static library that provides {@link BigInteger} base
conversion
from/to any
24
class
Conversion
{
27
private
Conversion
() {}
/dalvik/vm/reflect/
Reflect.cpp
892
* -1 if the
conversion
is not allowed.
899
enum
Conversion
{
903
enum
Conversion
conv;
987
LOGV("illegal primitive
conversion
: '%s' to '%s'",
[
all
...]
/external/clang/lib/Sema/
SemaOverload.cpp
86
/// GetConversionCategory - Retrieve the implicit
conversion
87
/// category corresponding to the given implicit
conversion
kind.
118
/// GetConversionRank - Retrieve the implicit
conversion
rank
119
/// corresponding to the given implicit
conversion
kind.
152
/// implicit
conversion
.
155
"No
conversion
",
164
"Integral
conversion
",
165
"Floating
conversion
",
166
"Complex
conversion
",
167
"Floating-integral
conversion
",
[
all
...]
Completed in 306 milliseconds