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

12 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vpx_ports/
emmintrin_compat.h 16 /* Casts between various SP, DP, INT vector types. Note that these do no
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
CastUtils.java 21 * Casts a long to an int. In many cases I use a long for a UInt32 but this cannot be used to allocate
  /external/clang/test/SemaCXX/
uninit-variables.cpp 121 // Test handling of "no-op" casts.
133 // Test handling of bit casts.
warn-func-as-bool.cpp 35 // implicit casts of weakly imported symbols are ok:
static-cast.cpp 87 (void)static_cast<B*>((const A*)0); // expected-error {{static_cast from 'const A *' to 'B *' casts away qualifiers}}
88 (void)static_cast<B&>(*((const A*)0)); // expected-error {{static_cast from 'const A' to 'B &' casts away qualifiers}}
122 (void)static_cast<int*>((const void*)0); // expected-error {{static_cast from 'const void *' to 'int *' casts away qualifiers}}
vector.cpp 61 void casts(longlong16 ll16, longlong16_e ll16e) { function
62 // C-style casts.
72 // Function-style casts.
reinterpret-cast.cpp 62 (void)reinterpret_cast<int*>(icp); // expected-error {{reinterpret_cast from 'const int *' to 'int *' casts away qualifiers}}
64 int const *const **icpcpp = reinterpret_cast<int const* const**>(ipppc); // expected-error {{reinterpret_cast from 'int ***' to 'const int *const **' casts away qualifiers}}
94 (void)reinterpret_cast<int structure::*>(psi); // expected-error {{reinterpret_cast from 'const int structure::*' to 'int structure::*' casts away qualifiers}}
122 (void)reinterpret_cast<char *>(s); // expected-error {{reinterpret_cast from 'const STRING *' (aka 'char const (*)[10]') to 'char *' casts away qualifiers}}
  /external/jpeg/
jinclude.h 55 * Change the casts in these macros if not!
84 * these macros. On some systems you may need to twiddle the argument casts.
  /external/qemu/distrib/jpeg-6b/
jinclude.h 55 * Change the casts in these macros if not!
84 * these macros. On some systems you may need to twiddle the argument casts.
  /dalvik/dx/tests/090-dex-unify-arrays/
Blort.java 20 * Note: The use of the casts after the "?" in the following are
  /external/chromium_org/content/browser/renderer_host/
gtk_plugin_container.cc 25 // Casts a widget into a GtkPluginContainer, after checking the type.
  /external/chromium_org/content/public/browser/
notification_details.h 55 // The casts here allow this to compile with both T = Foo and T = const Foo.
notification_source.h 53 // The casts here allow this to compile with both T = Foo and T = const Foo.
  /external/chromium_org/sandbox/win/src/
eat_resolver.cc 51 // These casts generate warnings because they are 32 bit specific.
resolver_32.cc 69 // These casts generate warnings because they are 32 bit specific.
  /external/clang/test/Analysis/
misc-ps-64.m 30 // OSAtomicCompareAndSwap64Barrier, which doesn't have special casts
misc-ps.c 31 // This should still ignore the nested casts
50 // Redundant casts can mess things up!
51 // Environment used to skip through NoOp casts, but LiveVariables didn't!
bool-assignment.c 6 // casts to bool. Arguably, however, these conversions are okay; the result
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 50 /* Oftentimes casts are used as an ugly hack to silence warnings
56 * easy to disable all casts so that the compiler (or lint)
58 * happen to the code without the explicit casts.
  /external/ceres-solver/internal/ceres/
block_evaluate_preparer.cc 35 #include "ceres/casts.h"
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket.h 46 // (casts://). All CastSocket objects must be used only on the IO thread.
157 // 5. If SSL socket is connected successfully, and if protocol is casts://
184 // Verifies that the URL is a valid cast:// or casts:// URL and sets url_ to
223 // The URL of the peer (cast:// or casts://).
  /external/chromium_org/courgette/
disassembler.h 57 // These helper functions avoid the need for casts in the main code.
  /external/chromium_org/ppapi/cpp/
image_data.cc 66 // Prefer evil const casts rather than evil code duplication.
  /external/chromium_org/v8/src/
v8memory.h 34 // Memory provides an interface to 'raw' memory. It encapsulates the casts
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 116 /// Evaluates a chain of derived-to-base casts through the path specified in
120 /// Evaluates a chain of derived-to-base casts through the specified path.
139 /// castRegion - Used by ExprEngine::VisitCast to handle casts from
246 /// implicit casts that arise from loads from regions that are reinterpreted

Completed in 707 milliseconds

12 3 4 5 6 7 8 91011>>