HomeSort by relevance Sort by last modified time
    Searched full:conversions (Results 101 - 125 of 1742) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/SemaCXX/
address-space-conversion.cpp 3 // This test checks for the various conversions and casting operations
184 // Well-formed conversions
192 // Ill-formed conversions
altivec.cpp 1 // RUN: %clang_cc1 -faltivec -fno-lax-vector-conversions -triple powerpc-unknown-unknown -fcxx-exceptions -verify %s
i-c-e-cxx.cpp 63 int PR8836test[(__typeof(sizeof(int)))&reinterpret_cast<const volatile char&>((((PR8836*)0)->a))]; // expected-warning {{folded to constant array as an extension}} expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
switch.cpp 33 switch (B()) { // expected-error{{multiple conversions}}
  /external/clang/utils/
FindSpecRefs 36 ('6.3 Conversions', '42'),
278 ('G.4 Conversions', '467'),
337 ('4 Standard conversions', '73'),
341 ('4.4 Qualification conversions', '74'),
344 ('4.7 Integral conversions', '76'),
345 ('4.8 Floating point conversions', '76'),
346 ('4.9 Floating-integral conversions', '77'),
347 ('4.10 Pointer conversions', '77'),
348 ('4.11 Pointer to member conversions', '77'),
349 ('4.12 Boolean conversions', '78')
    [all...]
  /dalvik/vm/mterp/x86/
cvtfp_int.S 2 /* On fp to int conversions, Java requires that
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3encodings.c 3 * the various Unicode character conversions. There are of
  /external/chromium/base/threading/
thread_local_storage_unittest.cc 15 // Ignore warnings about ptr->int conversions that we use when
  /external/chromium/googleurl/src/
url_test_utils.h 30 // Convenience functions for string conversions.
  /external/chromium_org/base/strings/
utf_offset_string_conversions.h 17 // Like the conversions in utf_string_conversions.h, but also takes one or more
  /external/chromium_org/media/base/
audio_timestamp_helper.h 16 // in repeated sample count to timestamp conversions.
  /external/chromium_org/third_party/WebKit/Source/core/platform/
HostWindow.h 57 // Methods for doing coordinate conversions to and from screen coordinates.
  /external/chromium_org/third_party/icu/source/i18n/
ucol_sit.cpp 100 static const AttributeConversion conversions[12] = { variable
119 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
120 if(conversions[i].value == value) {
121 return conversions[i].letter;
131 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
132 if(conversions[i].letter == letter) {
133 return conversions[i].value;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.h 30 * Helper functions for packing/unpacking conversions.
  /external/chromium_org/third_party/skia/include/gpu/
SkGr.h 33 // Sk to Gr Type conversions
  /external/chromium_org/third_party/sqlite/src/test/
enc3.test 13 # The focus of this file is testing of the proper handling of conversions
  /external/chromium_org/v8/src/
v8conversions.h 31 #include "conversions.h"
  /external/chromium_org/v8/test/webkit/
dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is initially fine but then gets clobbered, and was a dictionary all along."
numeric-conversion-expected.txt 24 This test checks for accuracy in numeric conversions, particularly with large or infinite values.
numeric-conversion.js 25 "This test checks for accuracy in numeric conversions, particularly with large or infinite values."
  /external/clang/test/Analysis/
bool-assignment.c 6 // casts to bool. Arguably, however, these conversions are okay; the result
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 4 // Verify that narrowing conversions in initializer lists cause errors in C++0x
160 // Bool is also an integer type, but conversions to it are a different AST
166 // Conversions from pointers to booleans aren't narrowing conversions.
  /external/clang/test/SemaTemplate/
member-access-expr.cpp 94 // Fun with template instantiation and conversions
  /external/icu4c/i18n/
ucol_sit.cpp 113 static const AttributeConversion conversions[12] = { variable
132 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
133 if(conversions[i].value == value) {
134 return conversions[i].letter;
147 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
148 if(conversions[i].letter == letter) {
149 return conversions[i].value;
    [all...]
  /external/llvm/test/CodeGen/NVPTX/
convert-int-sm20.ll 5 ;; Integer conversions happen inplicitly by loading/storing the proper types

Completed in 676 milliseconds

1 2 3 45 6 7 8 91011>>