OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casting
(Results
151 - 175
of
774
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
/external/google-breakpad/src/processor/
minidump_dump.cc
79
// Printf requires an int and direct
casting
from size_t results
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSet.java
43
//
Casting
to any type is safe because the set will never hold any elements.
/external/guava/guava-testlib/src/com/google/common/collect/testing/
PerCollectionSizeTestSuiteBuilder.java
40
* them without
casting
.
/external/libchrome/base/
atomicops_internals_portable.h
43
// atomicops.h. This requires
casting
memory locations to the atomic types, and
/external/libchrome/base/win/
scoped_comptr.h
148
// by statically
casting
the ScopedComPtr instance to the wrapped interface
/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
any_cast_pointer.pass.cpp
60
// Test
casting
an empty object.
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
TriangleRaycastTest.java
162
// Ray
casting
is performed directly on the collision shape.
/external/libvorbis/lib/
os.h
86
/* both GCC and MSVC are kinda stupid about rounding/
casting
to int.
/external/libvpx/libvpx/tools/
lint-hunks.py
27
CPPLINT_FILTERS = ["-readability/
casting
"]
/external/libvpx/libvpx/vp8/decoder/
detokenize.c
56
/* for const-
casting
*/
/external/libxml2/include/libxml/
hash.h
47
* Macro to do a
casting
from an object pointer to a
/external/llvm/include/llvm/DebugInfo/
DIContext.h
22
#include "llvm/Support/
Casting
.h"
/external/llvm/include/llvm/IR/
DebugInfo.h
26
#include "llvm/Support/
Casting
.h"
MetadataTracking.h
18
#include "llvm/Support/
Casting
.h"
Use.h
157
///
casting
operators.
/external/llvm/lib/Object/
MachOUniversal.cpp
18
#include "llvm/Support/
Casting
.h"
/external/llvm/lib/Target/NVPTX/
NVPTXPeephole.cpp
20
// cvta.to.local instructions. Performance can be improved if we avoid
casting
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCExpand.cpp
37
#include "llvm/Support/
Casting
.h"
Completed in 1816 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>