HomeSort by relevance Sort by last modified time
    Searched full:casts (Results 1 - 25 of 571) 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...]
warn-cast-align.cpp 3 // Simple casts.
24 // Casts from void* are a special case.
  /external/clang/test/CodeGen/
2003-11-03-AddrArrayElement.c 4 // series of casts and address arithmetic.
struct.c 110 /* Implicit casts (due to typedefs) */
123 /* Implicit casts (due to const) */
  /external/clang/test/SemaObjCXX/
arc-type-conversion.mm 9 (void)(__autoreleasing id*)arg; // expected-error{{C-style cast from 'id' to '__autoreleasing id *' casts away qualifiers}}
10 (void)(id*)arg; // expected-error{{C-style cast from 'id' to '__strong id *' casts away qualifiers}}
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}
    [all...]
  /external/llvm/test/CodeGen/CBackend/
2004-11-13-FunctionPointerCast.ll 1 ; The CBE should not emit code that casts the function pointer. This causes
  /external/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
narrow.ll 6 ; test1 - Eliminating the casts in this testcase (by narrowing the AND
cast_ptr.ll 1 ; 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.
  /external/clang/test/Analysis/
casts.m 3 // Test function pointer casts. Currently we track function addresses using
4 // loc::FunctionVal. Because casts can be arbitrary, do we need to model
16 // Test casts from void* to function pointers. Same issue as above:
misc-ps.c 47 // This should still ignore the nested casts
66 // Redundant casts can mess things up!
67 // Environment used to skip through NoOp casts, but LiveVariables didn't!
OSAtomic_mac.cpp 3 // Test handling of OSAtomicCompareAndSwap when C++ inserts "no-op" casts and we
  /external/clang/test/Sema/
cast-to-union.c 7 f((union u)x); // expected-warning {{C99 forbids casts to union type}}
12 union u w = (union u)2; // expected-warning {{C99 forbids casts to union type}}
16 union u zz = (union u)i; // expected-error{{initializer element is not a compile-time constant}} expected-warning {{C99 forbids casts to union type}}
warn-cast-align.c 3 // Simple casts.
10 // Casts from void* are a special case.
  /external/clang/test/SemaObjC/
comptypes-2.m 20 /* All these casts should generate no warnings. */
  /external/llvm/test/Assembler/
ConstantExprFoldCast.ll 7 @C = global i32 trunc (i64 42 to i32) ; Integral casts
  /external/replicaisland/src/com/replica/replicaisland/
TObjectPool.java 20 * TObjectPool is a generic version of ObjectPool that automatically casts to type T on
  /external/chromium/testing/gmock/scripts/generator/cpp/
keywords.py 40 CASTS = set('static_cast const_cast dynamic_cast reinterpret_cast'.split())
49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
  /external/skia/gpu/src/
GrGLProgram.h 123 uint8_t fModulation; // casts to enum Modulation
124 uint8_t fFetchMode; // casts to enum FetchMode
125 uint8_t fCoordMapping; // casts to enum CoordMapping
160 uint8_t fColorType; // casts to enum ColorType
161 uint8_t fDualSrcOutput; // casts to enum DualSrcOutput
166 uint8_t fColorFilterXfermode; // casts to enum SkXfermode::Mode
  /external/clang/docs/
AnalyzerRegions.html 161 <li>Through explicit or implicit casts, e.g.:
180 <h3>Pointer Casts</h3>
182 <p>Pointer casts allow people to impose different 'views' onto a chunk of
185 <p>Usually we have two kinds of casts. One kind of casts cast down with in the
187 The other kind of casts cast up with in the type hierarchy. It strips away more
190 <p>We simulate the down casts by layering another <tt>TypedViewRegion</tt> on
191 top of the original region. We simulate the up casts by striping away the top
192 <tt>TypedViewRegion</tt>. Down casts is usually simple. For up casts, if th
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
package.html 16 on the elements of a list, followed by type casts and the proper operations.
23 <code>instanceof</code> tests and type casts. Also, implementing a visitor
  /cts/tools/signature-tools/src/signature/io/html/
FieldByNameComparator.java 33 // Note: Casts are required by javac 1.5.0_16.
  /external/dropbear/libtommath/
bn_mp_dr_setup.c 21 /* the casts are required if DIGIT_BIT is one less than

Completed in 762 milliseconds

1 2 3 4 5 6 7 8 91011>>