HomeSort by relevance Sort by last modified time
    Searched full:casts (Results 1 - 25 of 1682) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
address-space-conversion.cpp 80 (void)static_cast<B_ptr>(ap1); // expected-error{{casts away qualifiers}}
81 (void)static_cast<B_ptr>(ap2); // expected-error{{casts away qualifiers}}
82 (void)static_cast<B_ptr_1>(ap); // expected-error{{casts away qualifiers}}
83 (void)static_cast<B_ptr_1>(ap2); // expected-error{{casts away qualifiers}}
84 (void)static_cast<B_ptr_2>(ap); // expected-error{{casts away qualifiers}}
85 (void)static_cast<B_ptr_2>(ap1); // expected-error{{casts away qualifiers}}
94 (void)static_cast<A_ptr>(vp1); // expected-error{{casts away qualifiers}}
95 (void)static_cast<A_ptr>(vp2); // expected-error{{casts away qualifiers}}
96 (void)static_cast<A_ptr_1>(vp); // expected-error{{casts away qualifiers}}
97 (void)static_cast<A_ptr_1>(vp2); // expected-error{{casts away qualifiers}
    [all...]
  /external/clang/test/SemaObjC/
illegal-nonarc-bridged-cast.m 19 id obj1 = (__bridge_transfer id)CFCreateSomething(); // expected-warning {{'__bridge_transfer' casts have no effect when not using ARC}}
20 id obj2 = (__bridge_transfer NSString*)CFCreateString(); // expected-warning {{'__bridge_transfer' casts have no effect when not using ARC}}
27 CFTypeRef cf1 = (__bridge_retained CFTypeRef)CreateSomething(); // expected-warning {{'__bridge_retained' casts have no effect when not using ARC}}
28 CFStringRef cf2 = (__bridge_retained CFStringRef)CreateNSString(); // expected-warning {{'__bridge_retained' casts have no effect when not using ARC}}
38 #pragma clang diagnostic ignored "-Warc-bridge-casts-disallowed-in-nonarc"
  /external/clang/test/SemaObjCXX/
old-style-cast.mm 4 // We don't currently have a way to write ARC/C++ bridge casts in terms of C++
5 // casts, so ensure we don't emit an old-style-cast warning in these cases.
arc-type-conversion.mm 73 (void)reinterpret_cast<__strong id *>(csip); // expected-error{{reinterpret_cast from '__strong id const *' to '__strong id *' casts away qualifiers}}
74 (void)reinterpret_cast<__weak id *>(cwip); // expected-error{{reinterpret_cast from '__weak id const *' to '__weak id *' casts away qualifiers}}
75 (void)reinterpret_cast<__weak id *>(csip); // expected-error{{reinterpret_cast from '__strong id const *' to '__weak id *' casts away qualifiers}}
76 (void)reinterpret_cast<__strong id *>(cwip); // expected-error{{reinterpret_cast from '__weak id const *' to '__strong id *' casts away qualifiers}}
81 // C-style casts aren't allowed to change Objective-C ownership
84 (void)(__strong id *)wip; // expected-error{{C-style cast from '__weak id *' to '__strong id *' casts away qualifiers}}
85 (void)(__strong id *)cwip; // expected-error{{C-style cast from '__weak id const *' to '__strong id *' casts away qualifiers}}
86 (void)(__weak id *)sip; // expected-error{{C-style cast from '__strong id *' to '__weak id *' casts away qualifiers}}
87 (void)(__weak id *)csip; // expected-error{{C-style cast from '__strong id const *' to '__weak id *' casts away qualifiers}}
89 (void)(__strong const id *)wip; // expected-error{{C-style cast from '__weak id *' to '__strong id const *' casts away qualifiers}
    [all...]
  /external/clang/test/CodeGen/
2003-11-03-AddrArrayElement.c 4 // series of casts and address arithmetic.
  /external/webrtc/webrtc/tools/rtcbot/bot/
api.js 27 // of casts to the arguments (types are lost in dnode).
28 function expose(obj, src, method, casts) {
30 for (index in casts)
31 arguments[index] = new (casts[index])(arguments[index]);
  /external/clang/test/Analysis/
casts.m 4 // Test function pointer casts.
15 // Test casts from void* to function pointers.
  /external/llvm/test/CodeGen/Hexagon/vect/
vect-packhl.ll 1 ; Extracted from test/CodeGen/Generic/vector-casts.ll: used to loop indefinitely.
  /external/llvm/test/Transforms/InstCombine/
apint-zext2.ll 1 ; Tests to make sure elimination of casts is working correctly
apint-zext1.ll 1 ; Tests to make sure elimination of casts is working correctly
  /external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/
2004-11-13-FunctionPointerCast.ll 1 ; The CBE should not emit code that casts the function pointer. This causes
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
apint-zext2.ll 1 ; Tests to make sure elimination of casts is working correctly
zext.ll 1 ; Tests to make sure elimination of casts is working correctly
apint-zext1.ll 1 ; Tests to make sure elimination of casts is working correctly
  /external/clang/test/Sema/
warn-bad-function-cast.c 19 /* Casts to void types are always OK. */
24 /* Casts to the same type or similar types are OK. */
35 /* All following casts issue warning */
warn-cast-align.c 3 // Simple casts.
10 // Casts from void* are a special case.
  /external/clang/test/CoverageMapping/
casts.c 1 // RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name casts.c %s | FileCheck %s
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/
cfi_blacklist.txt 10 # Windows C++ stdlib headers that contain bad unrelated casts.
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/
cfi_blacklist.txt 10 # Windows C++ stdlib headers that contain bad unrelated casts.
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/
cfi_blacklist.txt 10 # Windows C++ stdlib headers that contain bad unrelated casts.
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/
cfi_blacklist.txt 10 # Windows C++ stdlib headers that contain bad unrelated casts.
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/
cfi_blacklist.txt 10 # Windows C++ stdlib headers that contain bad unrelated casts.
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/
cfi_blacklist.txt 10 # Windows C++ stdlib headers that contain bad unrelated casts.
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/
cfi_blacklist.txt 10 # Windows C++ stdlib headers that contain bad unrelated casts.
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/
cfi_blacklist.txt 10 # Windows C++ stdlib headers that contain bad unrelated casts.

Completed in 1764 milliseconds

1 2 3 4 5 6 7 8 91011>>