OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casts
(Results
51 - 75
of
745
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Transforms/InstCombine/
apint-cast.ll
1
; Tests to make sure elimination of
casts
is working correctly
/external/v8/src/
v8memory.h
34
// Memory provides an interface to 'raw' memory. It encapsulates the
casts
/frameworks/compile/slang/
slang_rs_check_ast.h
28
//
casts
(i.e. no pointers allowed in FS whatsoever).
/ndk/sources/host-tools/make-3.81/
gettext.h
30
The
casts
to 'const char *' serve the purpose of producing warnings
/external/chromium/chrome/browser/automation/
automation_resource_tracker.h
109
// The
casts
here allow this to compile with both T = Foo and T = const Foo.
142
// The
casts
here allow this to compile with both T = Foo and T = const Foo.
/external/chromium_org/chrome/browser/automation/
automation_resource_tracker.h
108
// The
casts
here allow this to compile with both T = Foo and T = const Foo.
141
// The
casts
here allow this to compile with both T = Foo and T = const Foo.
/external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp
419
// For const
casts
,
casts
to void, just propagate the value.
425
// Check for
casts
from pointers to integers.
429
// Check for
casts
from integers to pointers.
448
// Check for
casts
from array type to another type.
471
// Check for
casts
from a region to a specific type.
473
// Handle other
casts
of locations to integers.
480
// FIXME: There can be gross cases where one
casts
the result of a function
Store.cpp
77
// Handle
casts
to Objective-C objects.
99
// Handle
casts
to void*. We just pass the region through.
103
// Handle
casts
from compatible types.
321
// Drill down the CXXBaseObject chains, which represent upcasts (
casts
from
332
// Static upcasts are marked as DerivedToBase
casts
by Sema, so this will
376
/// implicit
casts
that arise from loads from regions that are reinterpreted
416
// While these seem funny, this can happen through
casts
.
/external/llvm/test/Analysis/CostModel/ARM/
select.ll
5
; CHECK:
casts
6
define void @
casts
() {
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
static_assert.hpp
38
// If the compiler issues warnings about old C style
casts
,
82
// style
casts
: too many compilers currently have problems with static_cast
/external/bison/lib/
stdio-impl.h
19
have different naming conventions, or their access requires some
casts
. */
/external/ceres-solver/internal/ceres/
block_sparse_matrix_test.cc
34
#include "ceres/
casts
.h"
dense_jacobian_writer.h
36
#include "ceres/
casts
.h"
iterative_schur_complement_solver_test.cc
41
#include "ceres/
casts
.h"
/external/chromium/chrome/common/extensions/
extension_file_util.h
85
// Helper function to delete files. This is used to avoid ugly
casts
which
/external/chromium_org/ppapi/proxy/
ppb_buffer_proxy.cc
142
// those
casts
are ugly.
/external/chromium_org/third_party/angle/src/third_party/compiler/
ArrayBoundsClamper.cpp
30
// compiler - they said the multiple
casts
generates more code than a single
/external/chromium_org/third_party/cld/
cld.gyp
80
'base/
casts
.h',
/external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundChecker.cpp
50
// pointer
casts
.
ReturnPointerRangeChecker.cpp
51
// pointer
casts
.
/external/clang/test/CodeGen/
exprs.c
61
// noop
casts
as lvalues.
/external/clang/test/Sema/
cast.c
58
// Test that
casts
to void* can be controlled separately
/external/clang/test/SemaCXX/
rval-references.cpp
64
// FIXME: The stack address return test doesn't reason about
casts
.
/external/llvm/include/llvm/IR/
Value.h
263
/// \brief This method strips off any unneeded pointer
casts
,
272
/// \brief This method strips off any unneeded pointer
casts
and
281
/// stripInBoundsConstantOffsets - This method strips off unneeded pointer
casts
and
290
/// stripInBoundsOffsets - This method strips off unneeded pointer
casts
and
/external/llvm/test/Analysis/ScalarEvolution/
trip-count5.ll
6
; value sufficient to fold away both sext
casts
.
Completed in 377 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>