Home
last modified time | relevance | path

Searched refs:FooBar (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/CodeGenCXX/
Dunion-dtor.cpp16 union FooBar { union
17 FooBar() {} in FooBar() function
18 ~FooBar() {} in ~FooBar()
32 FooBar foobar;
/external/chromium/base/mac/
Dmac_util_unittest.mm75 { "FooBar.app/", "FooBar.app" },
76 { "/FooBar.app", "/FooBar.app" },
77 { "/FooBar.app/", "/FooBar.app" },
78 { "//FooBar.app", "//FooBar.app" },
/external/llvm/test/Transforms/InstCombine/
Dzext-or-icmp.ll3 …%struct.FooBar = type <{ i8, i8, [2 x i8], i8, i8, i8, i8, i16, i16, [4 x i8], [8 x %struct.Rock] …
7 define zeroext i8 @t(%struct.FooBar* %up, i8 zeroext %intra_flag, i32 %blk_i) nounwind {
13 %tmp8 = getelementptr %struct.FooBar* %up, i32 0, i32 7 ; <i16*> [#uses=1]
21 %tmp18 = getelementptr %struct.FooBar* %up, i32 0, i32 0 ; <i8*> [#uses=1]
24 %tmp24 = getelementptr %struct.FooBar* %up, i32 0, i32 0 ; <i8*> [#uses=1]
/external/clang/test/SemaObjC/
Dattr-deprecated.m74 @property (assign, setter = MySetter:) int FooBar __attribute__ ((deprecated));
80 f.FooBar = 1; // expected-warning {{'FooBar' is deprecated}}
81 return f.FooBar; // expected-warning {{'FooBar' is deprecated}}
Dcheck-dup-objc-decls-1.m12 @implementation FooBar // expected-warning {{cannot find interface declaration for 'FooBar'}} implementation
27 int Bar, Foo, FooBar;
Dprotocols.m5 - (int) FooBar; method
20 - (int) FooBar; method
/external/webkit/LayoutTests/storage/
Dchange-version-handle-reuse-expected.txt1 …an be accessed after changing its version. You should see an error about FooBar table below, not a…
4 transaction: statement error callback: no such table: FooBar
/external/gtest/test/
Dgtest_list_tests_unittest_.cc61 TEST(FooBar, Baz) { in TEST() argument
/external/chromium/testing/gtest/test/
Dgtest_list_tests_unittest_.cc61 TEST(FooBar, Baz) { in TEST() argument
/external/protobuf/gtest/test/
Dgtest_list_tests_unittest_.cc61 TEST(FooBar, Baz) { in TEST() argument
/external/clang/test/SemaCXX/
Dmissing-namespace-qualifier-typo-corrections.cpp7 fizbin::Foobar *my_foo = new fizbin::FooBar; // expected-error{{no type named 'FooBar' in namespace…
Dtypo-correction.cpp191 …test1::FooBar *b; // expected-error{{no type named 'FooBar' in namespace 'test1'; did you mean 'F…
Dwarn-thread-safety-analysis.cpp905 class FooBar { class
912 FooBar *fb;
1081 class FooBar { class in thread_annot_lock_30_modified::Bar
/external/clang/test/Index/
Dcomplete-method-decls.m28 @interface B (FooBar) category
41 @implementation B (FooBar) category
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3134182 For class "FooBar" go through all parents recursively,
34184 add them directly into the class "FooBar".