Home
last modified time | relevance | path

Searched defs:_0 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/ARCMT/
Dobjcmt-property-availability.m22 - (MKMapItem *)source NS_AVAILABLE(10_9, 6_0);
23 - (void)setSource:(MKMapItem *)source NS_AVAILABLE(10_9, 7_0);
25 - (void)setDest:(MKMapItem *)source NS_AVAILABLE(10_9, 6_0);
26 - (MKMapItem *)dest NS_AVAILABLE(10_9, 6_0);
31 - (MKMapItem *)total NS_AVAILABLE(10_9, 6_0);
34 - (MKMapItem *)comp NS_AVAILABLE(10_9, 6_0);
37 - (MKMapItem *)tally UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
38 - (void)setTally:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
40 - (MKMapItem *)itally NS_AVAILABLE(10_9, 6_0);
41 - (void)setItally:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
[all …]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11u.h365 T _0 = (T)0; in mat4x4_frustum() local
379 T _0 = (T)0; in mat3x3_diag() local
390 T _0 = (T)0; in mat4x4_diag() local
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp1.cpp41 test<0> _0 = foo(a); // expected-error {{call to 'foo' is ambiguous}} in test2() local
/external/clang/test/SemaObjC/
Dattr-availability-1.m99 …(macosx,introduced=10.3_0))); // expected-warning {{use same version number separators '_' or '.'}}