Home
last modified time | relevance | path

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

/llvm-project/clang/test/ARCMT/
H A Dobjcmt-property-availability.m21 - (MKMapItem *)source NS_AVAILABLE(10_9, 6_0);
22 - (void)setSource:(MKMapItem *)source NS_AVAILABLE(10_9, 7_0);
24 - (void)setDest:(MKMapItem *)source NS_AVAILABLE(10_9, 6_0);
25 - (MKMapItem *)dest NS_AVAILABLE(10_9, 6_0);
30 - (MKMapItem *)total NS_AVAILABLE(10_9, 6_0);
33 - (MKMapItem *)comp NS_AVAILABLE(10_9, 6_0);
36 - (MKMapItem *)tally UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
37 - (void)setTally:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
39 - (MKMapItem *)itally NS_AVAILABLE(10_9, 6_0);
40 - (void)setItally:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
[all …]
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp1.cpp41 test<0> _0 = foo(a); // expected-error {{call to 'foo' is ambiguous}} in test2() local
/llvm-project/lld/MachO/
H A DRelocations.h27 _0 = 0, // invalid enumerator
/llvm-project/clang/test/SemaObjC/
H A Dattr-availability-1.m95 …(macosx,introduced=10.3_0))); // expected-warning {{use same version number separators '_' or '.'}}
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp410 auto _0 = {weird<0>{}, weird<0>{}, weird<0>{}, weird<0>{}, weird<0>{}}; variable