OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casting
(Results
51 - 75
of
758
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
addr-of-overloaded-function-casting.cpp
63
// The error should be reported when
casting
overloaded function to the
reinterpret-cast.cpp
168
//
Casting
to itself is allowed
180
//
Casting
to and from chars are allowable
196
//
Casting
from void pointer.
203
//
Casting
to void pointer
/external/clang/test/SemaObjC/
message.m
98
[X rect]; // expected-warning {{receiver type 'struct objc_object *' is not 'id' or interface pointer, consider
casting
it to 'id'}}
deprecated-objc-introspection.m
39
expected-warning{{receiver type 'struct objc_class *' is not 'id' or interface pointer, consider
casting
it to 'id'}}
41
expected-warning{{receiver type 'struct objc_class *' is not 'id' or interface pointer, consider
casting
it to 'id'}}
related-result-type-inference.m
178
return (id)self; // expected-warning {{
casting
'Fail *' to incompatible type 'id<X>'}}
200
return filterVC; // expected-warning {{incompatible pointer types
casting
'UIViewController *' to type 'UIViewController<PMFilterManager> *'}}
/external/compiler-rt/test/cfi/cross-dso/
simple-pass.cpp
23
// to an object of the wrong class but with a compatible vtable, by
casting
a
/external/eigen/test/eigen2/
eigen2_parametrizedline.cpp
45
//
casting
/external/icu/icu4c/source/layout/
LookupTables.cpp
24
of the derived classes, and implement it in the others by
casting
/external/libchrome/base/
format_macros.h
55
// recommends
casting
. This has many drawbacks, so instead define macros
/external/llvm/test/CodeGen/Generic/
2003-05-30-BadFoldGEP.ll
8
;; causing an assertion about a dynamic
casting
error.
/external/opencv3/apps/traincascade/
boost.h
49
CvMat _resp; // for
casting
/external/skia/src/core/
SkPoint3.cpp
65
//
Casting
this to a float would cause the scale to go to zero. Keeping it
/external/webrtc/webrtc/base/
format_macros.h
48
// recommends
casting
. This has many drawbacks, so instead define macros
/frameworks/base/core/java/android/view/
ViewOutlineProvider.java
23
* Interface by which a View builds its {@link Outline}, used for shadow
casting
and clipping.
/frameworks/compile/mclinker/lib/Target/
GOT.cpp
14
#include <llvm/Support/
Casting
.h>
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOT.cpp
14
#include <llvm/Support/
Casting
.h>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
addressof.hpp
84
// Borland doesn't like
casting
an array reference to a char reference
/prebuilts/go/darwin-x86/src/database/sql/
doc.txt
23
* Make type
casting
/conversions consistent between all drivers. To
/prebuilts/go/linux-x86/src/database/sql/
doc.txt
23
* Make type
casting
/conversions consistent between all drivers. To
/prebuilts/misc/common/swig/include/2.0.11/
swiginit.swg
31
*
casting
info to has not been loaded (it is in this module), THEN we
34
* 2) If BOTH types (the one we are adding
casting
info to, and the
135
/* Insert
casting
types */
158
/* Check for
casting
already in the list */
/system/extras/perfprofd/quipper/base/
macros.h
119
// for upcasting in the type hierarchy (i.e.
casting
a pointer to Foo
120
// to a pointer to SuperclassOfFoo or
casting
a pointer to Foo to
167
// The classical address-
casting
method is:
173
// The address-
casting
method actually produces undefined behavior
/external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp
10
// CastSizeChecker checks when
casting
a malloc'ed symbolic region to type T,
33
/// Check if we are
casting
to a struct with a flexible array at the end.
/external/llvm/include/llvm/IR/
TrackingMDRef.h
18
#include "llvm/Support/
Casting
.h"
141
// Expose the underlying metadata to
casting
.
/hardware/intel/common/libmix/mix_audio/src/
mixacpwma.h
26
* Type
casting
.
42
* Type
casting
.
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
casts.h
41
// for upcasting in the type hierarchy (i.e.
casting
a pointer to Foo
42
// to a pointer to SuperclassOfFoo or
casting
a pointer to Foo to
Completed in 1390 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>