OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casts
(Results
151 - 175
of
745
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/base/win/
pe_image.cc
429
// These
casts
generate warnings because they are 32 bit specific.
538
// These
casts
generate warnings because they are 32 bit specific.
/external/chromium_org/base/win/
pe_image.cc
430
// These
casts
generate warnings because they are 32 bit specific.
539
// These
casts
generate warnings because they are 32 bit specific.
/external/chromium_org/ppapi/generators/
idl_gen_wrapper.py
336
#
Casts
are necessary for the PPB_* wrappers because we must
339
# the attribute, so omitting
casts
for them provides a little
/external/chromium_org/third_party/icu/source/common/unicode/
utrace.h
268
* - the examples use type
casts
for arguments only to _show_ the types of
270
* the type
casts
will not be necessary in actual code
/external/clang/lib/StaticAnalyzer/Core/
SVals.cpp
65
/// Implicit
casts
(ex: void* -> char*) can turn Symbolic region into Element
108
///
Casts
are ignored during lookup.
/external/grub/stage2/
xfs.h
215
typedef xfs_uint64_t xfs_bmbt_rec_base_t; /* use this for
casts
*/
218
typedef xfs_uint32_t xfs_bmbt_rec_base_t; /* use this for
casts
*/
/external/icu4c/common/unicode/
utrace.h
269
* - the examples use type
casts
for arguments only to _show_ the types of
271
* the type
casts
will not be necessary in actual code
/external/llvm/include/llvm/
InstVisitor.h
38
/// for different kinds of instructions without having to use lots of
casts
163
// Specific Instruction type classes... note that all of the
casts
are
/external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp
328
// consider several special intrinsics in striping pointer
casts
, and
350
// consider several special intrinsics in striping pointer
casts
, and
/art/runtime/
thread_pool.cc
19
#include "base/
casts
.h"
/development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullService.java
105
//
Casts
the connection to a HTTP connection
/external/bison/build-aux/snippet/
c++defs.h
193
namely the one with rettype2 and parameters2. Two consecutive
casts
/external/bison/darwin-lib/
c++defs.h
177
namely the one with rettype2 and parameters2. Two consecutive
casts
/external/bison/lib/
gettext.h
62
The
casts
to 'const char *' serve the purpose of producing warnings
/external/bison/linux-lib/
c++defs.h
177
namely the one with rettype2 and parameters2. Two consecutive
casts
/external/ceres-solver/internal/ceres/
compressed_row_jacobian_writer.cc
33
#include "ceres/
casts
.h"
program.cc
35
#include "ceres/
casts
.h"
schur_eliminator_test.cc
36
#include "ceres/
casts
.h"
/external/chromium/base/
stack_container.h
45
//
Casts
the buffer in its right type.
/external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc
34
//
casts
are ugly.
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_des.c
72
/* Because of various
casts
and different names can't use IMPLEMENT_BLOCK_CIPHER */
/external/chromium_org/v8/src/
lazy-instance.h
203
//
Casts
to void* are needed here to avoid breaking strict aliasing
/external/clang/lib/Sema/
SemaFixItUtils.cpp
64
// Strip the implicit
casts
- those are implied by the compiler, not the
/external/clang/test/CodeGenCXX/
global-init.cpp
21
// PR6205: The
casts
should not require global initializers
/external/clang/test/SemaTemplate/
instantiate-cast.cpp
21
// C-style
casts
Completed in 2381 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>