OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reinterpret
(Results
1 - 25
of
30
) sorted by null
1
2
/external/clang/test/SemaCXX/
reinterpret-cast.cpp
1
// RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding -Wundefined-
reinterpret
-cast -Wno-unused-volatile-lvalue %s
12
// T->T is allowed per [expr.
reinterpret
.cast]p2 so long as it doesn't
expression-traits.cpp
455
// expr.
reinterpret
.cast/1: The result of the expression
/external/clang/include/clang/AST/
OperationKinds.h
120
/// CK_ReinterpretMemberPointer -
Reinterpret
a member pointer as a
339
/// \brief Bridging via __bridge, which does nothing but
reinterpret
ExprCXX.h
291
/// \brief A C++ @c reinterpret_cast expression (C++ [expr.
reinterpret
.cast]).
293
/// This expression node represents a
reinterpret
cast, e.g.,
[
all
...]
/external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp
511
int A::*
reinterpret
(int B::*mp) {
function in class:Test2::A
513
// CHECK: define i32 @"\01?
reinterpret
@Test2@@YAPQA@1@HPQB@1@H@Z"{{.*}} {
519
int A::*
reinterpret
(int C::*mp) {
function in class:Test2::A
521
// CHECK: define i32 @"\01?
reinterpret
@Test2@@YAPQA@1@HPQC@1@H@Z"{{.*}} {
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
malloc_hook_test.cc
96
// use an instantiation of it from malloc_hook.cc. We then
reinterpret
those
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
malloc_hook_test.cc
96
// use an instantiation of it from malloc_hook.cc. We then
reinterpret
those
/external/clang/test/Analysis/
derived-to-base.cpp
467
// And check that
reinterpret
+dynamic casts work correctly after the fix.
/external/clang/include/clang/Basic/
DiagnosticGroups.td
296
def UndefinedReinterpretCast : DiagGroup<"undefined-
reinterpret
-cast">;
297
def ReinterpretBaseClass : DiagGroup<"
reinterpret
-base-class">;
arm_neon.td
449
// E.3.31 Vector
reinterpret
cast operations
/external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h
157
// Logical Operations are not supported for float, so we have to
reinterpret
casts using NEON intrinsics
/external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h
243
// Logical Operations are not supported for float, so we have to
reinterpret
casts using NEON intrinsics
/external/chromium/net/proxy/
proxy_resolver_v8.cc
149
// Note that the
reinterpret
cast is because on Windows string16 is an alias
/external/chromium_org/net/proxy/
proxy_resolver_v8.cc
150
// Note that the
reinterpret
cast is because on Windows string16 is an alias
/external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
777
* the load/store ops and do a neon '
reinterpret
' to get us to
[
all
...]
/external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
[
all
...]
/external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
777
* the load/store ops and do a neon '
reinterpret
' to get us to
[
all
...]
/frameworks/base/services/java/com/android/server/input/
InputManagerService.java
465
* The input filter may then
reinterpret
input events or inject new ones.
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
tgsi.rst
1191
The double-precision opcodes
reinterpret
four-component vectors into
[
all
...]
/external/clang/lib/Sema/
SemaCast.cpp
213
/// ActOnCXXNamedCast - Parse {dynamic,static,
reinterpret
,const}_cast's.
[
all
...]
/external/clang/test/
cxx-sections.data
125
5.2.10 [expr.
reinterpret
.cast]
[
all
...]
/external/mesa3d/src/gallium/docs/source/
tgsi.rst
1191
The double-precision opcodes
reinterpret
four-component vectors into
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
/art/tools/
cpplint.py
[
all
...]
Completed in 859 milliseconds
1
2