OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:casting
(Results
401 - 425
of
758
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c
118
* This can be easily done by
casting
a long integer array to char *.
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java
169
*
casting
methods but is not necessarily expected to, as discussed in Mixed DOM implementations.
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java
45
* such as XString, and provides polymorphic
casting
capabilities.
/external/bison/lib/
obstack.h
430
Casting
the third operand to void was tried before,
/external/clang/include/clang/AST/
CanonicalType.h
20
#include "llvm/Support/
Casting
.h"
/external/clang/include/clang/Analysis/
ProgramPoint.h
25
#include "llvm/Support/
Casting
.h"
/external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
23
#include "llvm/Support/
Casting
.h"
/external/clang/test/Analysis/
misc-ps-region-store.m
302
struct WrappedStruct *p = (struct WrappedStruct*) x.y; // expected-warning{{
Casting
a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption}}
986
(void) ((struct pr6036_a *) (unsigned long (*)[0]) ((char *) pr6036_d - 1))->pr6036_b; // expected-warning{{
Casting
a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption}}
1009
// PR 6854 - crash when
casting
symbolic memory address to a float
1010
// Handle
casting
from a symbolic region to a 'float'. This isn't
[
all
...]
/external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h
266
// require pointer
casting
to incompatible pointer types and leads to invalid code
/external/eigen/test/
geo_transformations.cpp
391
// test
casting
/external/gptfdisk/
parttypes.cc
279
// Assignment from C-style string; rely on C++
casting
....
/external/guava/guava/src/com/google/common/base/
Ascii.java
664
// Fold upper-case ASCII to lower-case and make zero-indexed and unsigned (by
casting
to char).
/external/guava/guava/src/com/google/common/collect/
ImmutableList.java
74
//
Casting
to any type is safe because the list will never hold any elements.
ImmutableSet.java
81
//
Casting
to any type is safe because the set will never hold any elements.
/external/harfbuzz_ng/src/
hb-uniscribe.cc
813
* by
casting
it to a different type. It works because they
/external/icu/icu4c/source/i18n/unicode/
fmtable.h
350
* magnitude fits in an int64, then a
casting
conversion is
/external/libchrome/base/strings/
safe_sprintf.cc
78
// use careful
casting
and shifting. We later use a static_assert to
/external/llvm/include/llvm/IR/
DiagnosticInfo.h
21
#include "llvm/Support/
Casting
.h"
Type.h
21
#include "llvm/Support/
Casting
.h"
Value.h
20
#include "llvm/Support/
Casting
.h"
/external/llvm/include/llvm/MC/
MCStreamer.h
65
/// calling getTargetStreamer and
casting
it to FooTargetStreamer:
/external/llvm/lib/Object/
ELFYAML.cpp
15
#include "llvm/Support/
Casting
.h"
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
302
// If we are
casting
a select then fold the cast into the select
307
// If we are
casting
a PHI then fold the cast into the PHI
[
all
...]
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
22
#include "llvm/Support/
Casting
.h"
/external/llvm/tools/llvm-size/
llvm-size.cpp
21
#include "llvm/Support/
Casting
.h"
Completed in 2941 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>