OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casting
(Results
126 - 150
of
758
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/misc/common/swig/include/2.0.11/
swigrun.swg
195
/* Structure to store a type and conversion function used for
casting
*/
211
swig_cast_info **cast_initial; /* Array of initially generated
casting
structures */
324
Dynamic pointer
casting
. Down an inheritance hierarchy
/external/clang/test/Parser/
cxx-altivec.cpp
107
// Check some
casting
between gcc and altivec vectors.
144
// bug 6895 - Vectorl literal
casting
confusion.
/external/compiler-rt/lib/interception/
interception.h
227
// ISO C++ forbids
casting
between pointer-to-function and pointer-to-object,
228
// so we use
casting
via an integral type __interception::uptr,
/external/guava/guava/src/com/google/common/collect/
Cut.java
104
*
casting
the type parameter is safe.
175
* type C, so
casting
the type parameter is safe.
/external/skia/src/core/
Sk4px.h
63
// These just keep the types as Wide so the user doesn't have to keep
casting
.
84
// These just keep the types as Sk4px so the user doesn't have to keep
casting
.
/external/tlsdate/
CHANGELOG
69
Ensure that tlsdate compiles with g++ by explicit
casting
rather than
70
implicit
casting
by whatever compiler is compiling tlsdate.
/external/v8/src/base/
macros.h
114
// The classical address-
casting
method is:
120
// The address-
casting
method actually produces undefined behavior
/external/v8/src/crankshaft/
unique.h
57
// Constructor for handling automatic up
casting
.
108
// since we can't concurrently safe-cast. Safe-
casting
requires looking at
/frameworks/av/media/libstagefright/
AudioSource.cpp
263
((int64_t)kAutoRampDurationUs * mSampleRate + 500000LL) / 1000000LL; //Need type
casting
266
((int64_t)kAutoRampStartUs * mSampleRate + 500000LL) / 1000000LL; //Need type
casting
/hardware/intel/common/libmix/mix_audio/src/
mixacpaac.h
25
* Type
casting
41
* Type
Casting
.
/external/llvm/lib/IR/
Instructions.cpp
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs
108
// LEXER FIELDS (must be in same state object to avoid
casting
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs
110
// LEXER FIELDS (must be in same state object to avoid
casting
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java
83
// LEXER FIELDS (must be in same state object to avoid
casting
/external/autotest/client/site_tests/desktopui_SonicExtension/
desktopui_SonicExtension.py
161
#To cehck encoder acceleration used while
casting
/external/clang/lib/CodeGen/
Address.h
110
// Present a minimal LLVM-like
casting
interface.
/external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp
415
// If we are
casting
to void, the 'From' value can be used to represent the
492
// Are we
casting
from an array to a pointer? If so just pass on
497
// Are we
casting
from an array to an integer? If so, cast the decayed
548
// Delegate to store manager to get the result of
casting
a region to a
Store.cpp
83
// Now assume we are
casting
from pointer to pointer. Other cases should
132
// If we are
casting
from an ElementRegion to another type, the
164
// check to see if type we are
casting
to is the same as the base
350
// class. We we must be
casting
the base to derived, so the cast should
/external/clang/test/Analysis/
array-struct.c
153
struct s3 a = *((struct s3*) ((char*) &p[0])); // expected-warning{{
Casting
a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption}}
/external/clang/test/CodeGenCXX/
cfi-cast.cpp
7
//
casting
to (or maybe its base class in non-strict mode).
/external/clang/test/SemaObjC/
arc-bridged-cast.m
23
(__bridge int*)CFCreateSomething(); // expected-error{{incompatible types
casting
'CFTypeRef' (aka 'const void *') to 'int *' with a __bridge cast}}
/external/compiler-rt/test/cfi/
simple-fail.cpp
56
// to an object of the wrong class but with a compatible vtable, by
casting
a
/external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h
86
* The template parameter \a NewScalar is the type we are
casting
the scalars to.
/external/eigen/test/eigen2/
eigen2_hyperplane.cpp
70
//
casting
/external/eigen/test/
geo_alignedbox.cpp
79
//
casting
Completed in 1414 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>