OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casts
(Results
251 - 275
of
745
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/docs/analyzer/
IPA.txt
240
DynamicTypeInfo always applies to a region with all
casts
stripped
241
off, but sometimes the information provided by
casts
can be useful.
/external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp
513
// Check for self
casts
truncating/extending a variable
621
// Parentheses and
casts
are irrelevant here
/external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp
195
// start by stripping and recording base
casts
.
196
SmallVector<const CastExpr *, 4>
Casts
;
202
Casts
.push_back(CE);
231
// Re-apply the
casts
(from innermost to outermost) for type sanity.
232
for (SmallVectorImpl<const CastExpr *>::reverse_iterator I =
Casts
.rbegin(),
233
E =
Casts
.rend();
[
all
...]
/external/clang/www/
libstdc++4.4-clang0x.patch
87
// 2.2.3.9 shared_ptr
casts
104
// 20.8.13.2.10 shared_ptr
casts
.
/external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
221
// We don't correctly identify costs of
casts
because they are marked as
250
// We don't correctly identify costs of
casts
because they are marked as
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h
74
* we perform some
casts
which are probably not safe by the C++ standard.
87
*
casts
very rarely change the pointer value (only for secondary
/external/mesa3d/src/mesa/main/
imports.h
79
* a performance win. Typically, this can be done with ordinary
casts
.
81
* these
casts
generate warnings.
/external/zlib/src/
ChangeLog
17
- Add
casts
in gzwrite.c for pointer differences
62
- Add
casts
and consts to ease user conversion to C++
254
- Apply
casts
in zlib.h to avoid conversion warnings
513
- Add ush
casts
in trees.c to avoid pedantic runtime errors
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/
Executors.java
281
*
casts
. This provides a way to safely "freeze" configuration and
297
*
casts
. This provides a way to safely "freeze" configuration and
/ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h
571
* and no smaller than png_uint_32.
Casts
from png_size_t or png_uint_32
575
*
Casts
in the other direction (from png_alloc_size_t to png_size_t or
/external/llvm/lib/Analysis/IPA/
InlineCost.cpp
375
// Track base/offsets through
casts
378
//
Casts
don't change the offset, just wrap it up.
469
// Disable SROA in the face of arbitrary
casts
we don't whitelist elsewhere.
[
all
...]
/art/compiler/utils/arm/
constants_arm.h
25
#include "base/
casts
.h"
/art/runtime/verifier/
reg_type_cache.cc
19
#include "base/
casts
.h"
reg_type_test.cc
20
#include "base/
casts
.h"
/external/bison/darwin-lib/sys/
wait.h
215
namely the one with rettype2 and parameters2. Two consecutive
casts
/external/bison/darwin-lib/
time.h
221
namely the one with rettype2 and parameters2. Two consecutive
casts
/external/bison/lib/
intprops.h
33
/* The extra
casts
in the following macros work around compiler bugs,
/external/bison/linux-lib/sys/
wait.h
215
namely the one with rettype2 and parameters2. Two consecutive
casts
/external/bison/linux-lib/
time.h
221
namely the one with rettype2 and parameters2. Two consecutive
casts
/external/bzip2/
CHANGES
110
functioning of the bzip2 program or library. Added a couple of
casts
/external/ceres-solver/internal/ceres/
linear_least_squares_problems.cc
38
#include "ceres/
casts
.h"
/external/chromium/chrome/common/
json_schema_validator.cc
220
// These
casts
are safe because of checks in ValidateType().
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
in.h
418
#define IP_DEFAULT_MULTICAST_TTL 1 /* normally limit m'
casts
to 1 hop */
/external/chromium_org/third_party/isimpledom/
ISimpleDOMNode.idl
122
cpp_quote("// Only available in Gecko's process -
casts
to an XPCOM nsIAccessNode interface pointer")
/external/chromium_org/tools/memory_watcher/
memory_hook.cc
21
// Calls GetProcAddress, but
casts
to the correct type.
Completed in 352 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>