HomeSort by relevance Sort by last modified time
    Searched full:casts (Results 76 - 100 of 745) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/Transforms/LoopSimplify/
merge-exits.ll 8 ; without needing casts.
  /ndk/sources/host-tools/sed-4.2.1/lib/
intprops.h 22 /* The extra casts in the following macros work around compiler bugs,
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 271 // (i.e. things like casts).
273 // First we skip implicit casts (things like function calls and explicit
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 59 // Transfer function for Casts.
104 // Handle casts to a boolean type.
110 // Only handle casts from integers to integers - if val is an integer constant
126 // Casts from pointers -> pointers, just return the lval.
128 // Casts from pointers -> references, just return the lval. These
520 // FIXME: This doesn't handle casts yet, and simply stripping the casts
    [all...]
  /external/clang/test/CXX/drs/
dr1xx.cpp 401 int *qc = static_cast<int*>(cp); // expected-error {{casts away qualifiers}}
402 int *qv = static_cast<int*>(vp); // expected-error {{casts away qualifiers}}
403 int *qcv = static_cast<int*>(cvp); // expected-error {{casts away qualifiers}}
406 const int *cqv = static_cast<const int*>(vp); // expected-error {{casts away qualifiers}}
407 const int *cqcv = static_cast<const int*>(cvp); // expected-error {{casts away qualifiers}}
  /external/clang/include/clang/AST/
OperationKinds.h 24 /// created only for explicit casts; dependent ASTs aren't required
39 /// specialized casts below.
203 /// to a block pointer. Block-to-block casts are bitcasts.
  /external/clang/lib/AST/
ExprClassification.cpp 255 // Implicit casts are lvalues if they're lvalue casts. Other than that, we
316 // Casts depend completely on the target type. All casts work the same.
324 // Only in C++ can casts be interesting at all.
429 /// calls and casts.
  /external/chromium_org/third_party/WebKit/Source/platform/
SharedBuffer.cpp 164 // FIXME: Use unsigned consistently, and check for invalid casts when calling into SharedBuffer from other code.
178 // FIXME: Use unsigned consistently, and check for invalid casts when calling into SharedBuffer from other code.
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
utils.h 272 // in fbits. Using C++ style casts makes no difference, however a pointer to
282 // Recent gccs will warn when they see casts that may result in breakage due to
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format.h 210 // Some compilers don't like enum -> enum casts, so we implicit_cast to
222 // Some compilers don't like enum -> enum casts, so we implicit_cast to
  /external/clang/test/CodeGenCXX/
pointers-to-data-members.cpp 68 // Casts.
69 namespace Casts {
  /external/clang/test/Sema/
exprs.c 70 (float*)X = P; // expected-error {{assignment to cast is illegal, lvalue casts are not supported}}
72 FOO = P; // expected-error {{assignment to cast is illegal, lvalue casts are not supported}}
  /external/clang/www/analyzer/
open_projects.html 73 <li>Track type info through casts more precisely.
75 dynamic type based on what operations the code is performing. Casts are a
  /external/llvm/docs/HistoricalNotes/
2001-02-09-AdveCommentsResponse.txt 62 + You NEED casts to represent things like:
72 implicit casts.
  /external/llvm/include/llvm/IR/
InstrTypes.h 382 /// casts. It is simply provided so that instruction category testing
478 /// @brief Create a ZExt, BitCast, or Trunc for int -> int casts.
487 /// @brief Create a ZExt, BitCast, or Trunc for int -> int casts.
496 /// @brief Create an FPExt, BitCast, or FPTrunc for fp -> fp casts
504 /// @brief Create an FPExt, BitCast, or FPTrunc for fp -> fp casts
566 /// IntPtrTy argument is used to make accurate determinations for casts
567 /// involving Integer and Pointer types. They are no-op casts if the integer
585 /// Determine how a pair of casts can be eliminated, if they can be at all.
    [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 310 // The casts to int are required in order to output the value as number.
311 // Without the casts the value would be interpreted as char data (which
  /external/openfst/src/include/fst/script/
fst-class.h 107 // Warning: calling this method casts the FST to a mutable FST.
112 // Warning: calling this method casts the FST to a mutable FST.
  /external/protobuf/editors/
protobuf-mode.el 59 ;; as casts.
152 ;; the syntax for casts.
  /external/protobuf/src/google/protobuf/
wire_format.h 273 // Some compilers don't like enum -> enum casts, so we implicit_cast to
285 // Some compilers don't like enum -> enum casts, so we implicit_cast to
  /art/runtime/mirror/
object.h 20 #include "base/casts.h"
  /art/runtime/verifier/
reg_type_cache.h 20 #include "base/casts.h"
  /external/bison/lib/
stdbool.in.h 46 - In C99, casts and automatic conversions to '_Bool' or 'bool' are
  /external/blktrace/btt/
list.h 15 * Casts a member of a structure out to the containing structure
  /external/ceres-solver/internal/ceres/
block_jacobi_preconditioner.cc 36 #include "ceres/casts.h"
dense_sparse_matrix_test.cc 37 #include "ceres/casts.h"

Completed in 465 milliseconds

1 2 34 5 6 7 8 91011>>