Home
last modified time | relevance | path

Searched refs:casts (Results 1 – 25 of 165) sorted by relevance

1234567

/external/clang/test/SemaObjCXX/
Darc-type-conversion.mm73 …ected-error{{reinterpret_cast from '__strong id const *' to '__strong id *' casts away qualifiers}}
74 … expected-error{{reinterpret_cast from '__weak id const *' to '__weak id *' casts away qualifiers}}
75 …xpected-error{{reinterpret_cast from '__strong id const *' to '__weak id *' casts away qualifiers}}
76 …xpected-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 …)wip; // expected-error{{C-style cast from '__weak id *' to '__strong id *' casts away qualifiers}}
85 …// expected-error{{C-style cast from '__weak id const *' to '__strong id *' casts away qualifiers}}
86 …)sip; // expected-error{{C-style cast from '__strong id *' to '__weak id *' casts away qualifiers}}
87 …// expected-error{{C-style cast from '__strong id const *' to '__weak id *' casts away qualifiers}}
89 …// expected-error{{C-style cast from '__weak id *' to '__strong id const *' casts away qualifiers}}
[all …]
Dold-style-cast.mm4 // 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.
/external/clang/test/SemaObjC/
Dillegal-nonarc-bridged-cast.m19 …ransfer id)CFCreateSomething(); // expected-warning {{'__bridge_transfer' casts have no effect whe…
20 …fer NSString*)CFCreateString(); // expected-warning {{'__bridge_transfer' casts have no effect whe…
27 …ed CFTypeRef)CreateSomething(); // expected-warning {{'__bridge_retained' casts have no effect whe…
28 …d CFStringRef)CreateNSString(); // expected-warning {{'__bridge_retained' casts have no effect whe…
38 #pragma clang diagnostic ignored "-Warc-bridge-casts-disallowed-in-nonarc"
Dcomptypes-2.m21 /* All these casts should generate no warnings. */
/external/llvm/test/Transforms/InstCombine/
Dcast_ptr.ll1 ; Tests to make sure elimination of casts is working correctly
22 ; These casts should be folded away.
32 ; These casts should be folded away.
42 ; These casts should be folded away.
52 ; These casts should not be folded away.
62 ; These casts should not be folded away.
72 ; These casts should also be folded away.
Dapint-zext2.ll1 ; Tests to make sure elimination of casts is working correctly
Dapint-zext1.ll1 ; Tests to make sure elimination of casts is working correctly
Dnarrow.ll6 ; test1 - Eliminating the casts in this testcase (by narrowing the AND
/external/webrtc/webrtc/tools/rtcbot/bot/
Dapi.js28 function expose(obj, src, method, casts) { argument
30 for (index in casts)
31 arguments[index] = new (casts[index])(arguments[index]);
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dcast_ptr.ll1 ; Tests to make sure elimination of casts is working correctly
20 ; These casts should be folded away.
30 ; These casts should also be folded away.
Dapint-zext1.ll1 ; Tests to make sure elimination of casts is working correctly
Dapint-zext2.ll1 ; Tests to make sure elimination of casts is working correctly
Dzext.ll1 ; Tests to make sure elimination of casts is working correctly
Dnarrow.ll6 ; test1 - Eliminating the casts in this testcase (by narrowing the AND
/external/clang/test/Analysis/
Dcasts.m4 // Test function pointer casts.
15 // Test casts from void* to function pointers.
Dmisc-ps-arm.m4 // <rdar://problem/11405978> - Handle casts of vectors to structs, and loading
/external/deqp/data/gles3/shaders/
Dnegative.test3 group c_cast "C-style casts"
100 end # casts
/external/clang/docs/
DControlFlowIntegrity.rst126 This scheme checks that pointer casts are made to an object of the correct
131 Bad casts are not in themselves control flow integrity violations, but they
135 There are two types of bad cast that may be forbidden: bad casts
137 ``-fsanitize=cfi-derived-cast``), and bad casts from a pointer of
141 The difference between these two types of casts is that the first is defined
182 its base. By default, casts to such classes are checked as if they were made
/external/llvm/test/Analysis/CostModel/ARM/
Dselect.ll5 ; CHECK: casts
6 define void @casts() {
/external/llvm/test/CodeGen/Hexagon/vect/
Dvect-packhl.ll1 ; Extracted from test/CodeGen/Generic/vector-casts.ll: used to loop indefinitely.
/external/llvm/test/Transforms/LoopDistribute/
Dbounds-expansion-bug.ll14 ; can get earlier expanded values invalidated when casts are used. This test
35 ; Because of the PHIs the existing casts won't be at the desired location so a
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/
D2004-11-13-FunctionPointerCast.ll1 ; The CBE should not emit code that casts the function pointer. This causes
/external/python/cpython3/Misc/
Dindent.pro14 --no-space-after-casts
/external/python/cpython2/Misc/
Dindent.pro14 --no-space-after-casts
/external/compiler-rt/lib/cfi/
Dcfi_blacklist.txt24 # Windows C++ stdlib headers that contain bad unrelated casts.

1234567