Home
last modified time | relevance | path

Searched refs:Bar (Results 26 – 50 of 163) sorted by relevance

1234567

/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dcontinuation-class-err.m27 @interface Bar <Foo> { interface
33 @interface Bar () interface in copy
34 … // expected-error {{illegal redeclaration of property in class extension 'Bar' (attribute must be…
35 … // expected-error {{illegal redeclaration of property in class extension 'Bar' (attribute must be…
38 @implementation Bar implementation
H A Dassign-rvalue-message.m8 struct Bar { struct
13 struct Bar bar; argument
16 - (const struct Bar)bar {
H A Dcheck-dup-objc-decls-1.m8 @class Bar; // expected-note {{previous definition is here}}
10 typedef int Bar; // expected-error {{redefinition of 'Bar' as different kind of symbol}} typedef
27 int Bar, Foo, FooBar;
/minix/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3.cpp29 struct Bar;
36 int Foo(Bar *b, void (*Baz)(const T &t), T * = 0) { in Foo()
41 int Quux(Bar *b, T * = 0) in Quux()
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A Drdar-6562655.m29 @interface Bar : NSObject <NSCopying, NSCoding> { interface
39 @interface Bar(BarInternal) - (void)_setIsWhite:(BOOL)isWhite; interface in BarInternal
41 @interface Bar (BarBotnetCompatibility) interface in BarBotnetCompatibility
53 @implementation Bar implementation
58 @implementation Bar (BarBotnet) implementation in BarBotnet
H A Dvariadic-method-types.m77 …[NSArray arrayWithObjects:@"Foo", "Bar", "Baz", nil]; // expected-warning {{Argument to 'NSArray' …
78 …[NSDictionary dictionaryWithObjectsAndKeys:@"Foo", "Bar", nil]; // expected-warning {{Argument to …
79 …[NSSet setWithObjects:@"Foo", "Bar", nil]; // expected-warning {{Argument to 'NSSet' method 'setWi…
80 …[NSOrderedSet orderedSetWithObjects:@"Foo", "Bar", nil]; // expected-warning {{Argument to 'NSOrde…
82 …[[[NSArray alloc] initWithObjects:@"Foo", "Bar", nil] autorelease]; // expected-warning {{Argument…
83 …[[[NSDictionary alloc] initWithObjectsAndKeys:@"Foo", "Bar", nil] autorelease]; // expected-warnin…
88 …[[[NSSet alloc] initWithObjects:@"Foo", "Bar", nil] autorelease]; // expected-warning {{Argument t…
89 …[[[NSOrderedSet alloc] initWithObjects:@"Foo", "Bar", nil] autorelease]; // expected-warning {{Arg…
/minix/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dmissing-class-keyword-crash.cpp5 class Bar {}; class
7 class Bar<G> blah_test; // expected-error{{template argument for non-type template parameter must b…
H A Doverload-uneval.cpp12 struct Bar struct
20 typedef Bar<T> B;
H A Dinstantiate-deeply.cpp30 struct Bar { struct in Foo
34 Bar u;
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dtemplated-friend-decl.cpp6 struct Bar {}; struct
12 friend struct Bar;
H A Dwarn-thread-safety-analysis.cpp739 LRBar Bar; variable
871 class Bar { class
879 Bar b1;
896 class Bar { class
1032 Bar bar; in main()
1177 Bar *bar;
1907 Bar b; in test()
2293 Bar bar; in test()
2334 Bar bar; in test2()
2455 void test2(Bar* b1, Bar* b2) { in test2()
[all …]
H A DPR9572.cpp9 struct Bar : public Foo { struct
10 Bar() { } // expected-note {{implicit destructor for 'Foo' first required here}} in Bar() argument
H A DPR10447.cpp20 void f_test2(struct Bar*) { } in f_test2() argument
21 test2::Bar *ptr;
H A Dpr13394-crash-on-invalid.cpp21 void Bar() {} // expected-note{{'Bar' declared here}} in Bar() function
27 …Foo::Bar(); // expected-error{{no member named 'Bar' in namespace 'Foo'; did you mean simply 'Bar'… in test()
H A Dwarn-global-constructors.cpp91 struct Bar { struct
92 ~Bar();
95 static Bar b; in bar()
/minix/external/bsd/llvm/dist/clang/test/PCH/
H A Dattrs-PR8406.c11 struct Bar struct
20 struct Bar bar; in foo() argument
H A Drdar10830559.cpp25 class Bar class in Foo
34 friend class Templated< Bar::BarImpl >::s;
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2003-10-09-UnionInitializerBug.c9 struct Bar { struct
16 struct Bar test = {0}; argument
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dinstance-method-metadata.m20 @interface Bar : NSObject <Proto> @end interface
26 @implementation Bar implementation
35 // CHECK-NEXT: .quad "-[Bar prop]"
H A Ddebug-info-crash-2.m4 @class Bar;
6 @property (strong, nonatomic) Bar *window;
H A Ddebug-info-variadic-method.m7 - (void) Bar: (int) n, ...;
11 - (void) Bar: (int) n, ...
/minix/external/bsd/llvm/dist/llvm/test/Transforms/SimplifyCFG/
H A D2003-08-17-FoldSwitch.ll9 i32 1, label %Bar
17 Bar: ; preds = %0
29 i32 1, label %Bar
37 Bar: ; preds = %0
/minix/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dbasic.cpp14 E& Bar() { return Foo(C()); } in Bar() function in E
19 e.Bar(); in Test()
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dincomplete-types.cpp6 struct Bar { struct
10 static struct Bar<int> bar[1] = { argument
H A Ddebug-info-decl-nested.cpp41 void Bar(const Foo1 *);
44 void OuterClass1::Bar(const Foo1 *meta) { } in Bar() function in OuterClass1

1234567