Searched defs:_0 (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-property-availability.m | 21 - (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 D | p1.cpp | 41 test<0> _0 = foo(a); // expected-error {{call to 'foo' is ambiguous}} in test2() local
|
/llvm-project/lld/MachO/ |
H A D | Relocations.h | 27 _0 = 0, // invalid enumerator
|
/llvm-project/clang/test/SemaObjC/ |
H A D | attr-availability-1.m | 95 …(macosx,introduced=10.3_0))); // expected-warning {{use same version number separators '_' or '.'}}
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx0x-initializer-stdinitializerlist.cpp | 410 auto _0 = {weird<0>{}, weird<0>{}, weird<0>{}, weird<0>{}, weird<0>{}}; variable
|