/external/chromium_org/ppapi/generators/test_cgen_range/ |
versions.idl | 24 [version=0.0] int32_t Bar(int32_t x); 28 [version=1.0] int32_t Bar(int32_t x, int32_t y); 32 [version=2.0] int32_t Bar(int32_t x, int32_t y, int32_t z);
|
/external/clang/test/Index/ |
complete-qualified.cpp | 9 C<Foo, class Bar> c; 17 // CHECK-CC1: FieldDecl:{ResultType C<Foo, class Bar>}{TypedText c} (35)
|
print-type.cpp | 10 struct Bar { 11 Bar(outer::Foo<bool>* foo) { }; 44 // CHECK: StructDecl=Bar:10:8 (Definition) [type=outer::inner::Bar] [typekind=Record] [isPOD=0] 45 // CHECK: CXXConstructor=Bar:11:3 (Definition) [type=void (outer::Foo<bool> *)] [typekind=FunctionProto] [canonicaltype=void (outer::Foo<bool> *)] [canonicaltypekind=FunctionProto] [resulttype=void] [resulttypekind=Void] [args= [outer::Foo<bool> *] [Pointer]] [isPOD=0]
|
/external/clang/test/SemaCXX/ |
pr13394-crash-on-invalid.cpp | 21 void Bar() {} // expected-note{{'Bar' declared here}} 27 Foo::Bar(); // expected-error{{no member named 'Bar' in namespace 'Foo'; did you mean simply 'Bar'?}}
|
pseudo-destructors.cpp | 5 typedef Foo Bar; // expected-note{{type 'Bar' (aka 'Foo') is declared here}} 28 a->~Bar(); // expected-error{{destructor type 'Bar' (aka 'Foo') in object destruction expression does not match the type 'A' of the object being destroyed}} 30 f->~Bar(); 32 i->~Bar(); // expected-error{{does not match}} 34 g().~Bar(); // expected-error{{non-scalar}} 36 f->::~Bar(); 39 f->::~Bar(17, 42); // expected-error{{cannot have any arguments}}
|
function-redecl.cpp | 38 void Bar(); // expected-note {{'Bar' declared here}} 40 friend void bar(); // expected-error {{no matching function 'bar' found in local scope; did you mean 'Bar'}} 64 class Bar { 70 void Bar::f(Foo::Inner foo) { // expected-error {{out-of-line definition of 'f' does not match any declaration in 'Bar'}} 99 // Ensure we correct the redecl of Foo::isGood to Bar::Foo::isGood and not 102 // since it is a closer match than Bar::Foo::beEvil and neither have a body [all...] |
warn-shadow.cpp | 51 int Bar; 55 double Bar = 12; // Don't warn.
|
/external/clang/test/CodeGen/ |
2009-03-08-ZeroEltStructCrash.c | 12 static void Bar(struct Union *u) {
|
ms-inline-asm.cpp | 10 struct Bar { 18 Foo::Bar::ptr = (int *)0xDEADBEEF; 20 __asm mov eax, Foo :: Bar :: ptr 36 __asm mov eax, offset Foo::Bar::ptr 46 __asm mov eax, LENGTH Foo::Bar::ptr 50 __asm mov eax, LENGTH Foo::Bar::arr 55 __asm mov eax, TYPE Foo::Bar::ptr 59 __asm mov eax, TYPE Foo::Bar::arr 64 __asm mov eax, SIZE Foo::Bar::ptr 68 __asm mov eax, SIZE Foo::Bar::ar [all...] |
/external/clang/test/Parser/ |
cxx-undeclared-identifier.cpp | 18 class Foo::Bar { // expected-error {{use of undeclared identifier 'Foo'}} \
|
cxx-using-declaration.cpp | 51 class Bar {}; 54 void Bar(int); // expected-note{{class 'Bar' is hidden by a non-type declaration of 'Bar' here}} 55 using foo::Bar; 58 const Bar *x; // expected-error{{must use 'class' tag to refer to type 'Bar' in this scope}}
|
/external/clang/test/CodeGenCXX/ |
incomplete-types.cpp | 6 struct Bar { 10 static struct Bar<int> bar[1] = { variable in typeref:struct:Bar
|
debug-info-decl-nested.cpp | 38 // CHECK1: metadata {{.*}}, metadata ![[DECL:[0-9]+]], metadata {{.*}}, i32 [[@LINE+5]]} ; [ DW_TAG_subprogram ] [line [[@LINE+5]]] [def] [Bar] 39 void Bar(const Foo1 *); 42 // CHECK1: [[DECL]] = {{.*}} ; [ DW_TAG_subprogram ] [line [[@LINE-3]]] [private] [Bar] 43 void OuterClass1::Bar(const Foo1 *meta) { }
|
/external/clang/test/SemaTemplate/ |
overload-uneval.cpp | 12 struct Bar 20 typedef Bar<T> B;
|
instantiate-deeply.cpp | 30 struct Bar { 34 Bar u;
|
class-template-decl.cpp | 65 template<typename T2> class Bar; 66 typedef Bar<T1> Baz; 69 struct Bar { 70 Bar() {} 76 Foo<int>::Bar<int> y(x);
|
/external/chromium_org/ppapi/generators/test_version/ |
versions.idl | 24 [version=0.0] int32_t Bar([in] int32_t x); 28 [version=2.0] int32_t Bar([in] int32_t x, [in] int32_t y, [in] int32_t z); 63 * Comment for function Bar 65 int32_t Bar([in, version=1.0] callback_t cb);
|
/external/llvm/unittests/Transforms/Utils/ |
SpecialCaseList.cpp | 48 GlobalVariable *GV = makeGlobal("bar", "t", M); 71 Function *Bar = makeFunction("bar", M); 75 EXPECT_FALSE(SCL->isIn(*Bar)); 79 EXPECT_TRUE(SCL->isIn(*Bar)); 82 "fun:bar\n")); 84 EXPECT_TRUE(SCL->isIn(*Bar)); 91 EXPECT_FALSE(SCL->isIn(*Bar, "functional")); 97 GlobalVariable *Bar = makeGlobal("bar", "t2", M) [all...] |
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
p3.cpp | 29 struct Bar; 36 int Foo(Bar *b, void (*Baz)(const T &t), T * = 0) { 41 int Quux(Bar *b, T * = 0)
|
/build/tools/droiddoc/test/generics/src/com/android/generics/ |
FooBar.java | 19 public class FooBar<K,V,L> extends Foo<V> implements Bar<K> { 33 public K bar(K arg) { method in class:FooBar 41 public FooBar<V,K,L> b(Bar<? extends K> arg) {
|
/packages/experimental/TestBack/src/foo/bar/testback/ |
Foo.java | 1 package foo.bar.testback; 33 private class Bar { 39 private class Baz extends Bar {
|
/external/protobuf/gtest/test/ |
gtest_break_on_failure_unittest_.cc | 51 TEST(Foo, Bar) {
|
/external/android-mock/tests/com/google/android/testing/mocking/ |
ConstructorCreationTests.java | 36 public static class Bar { 38 Bar(double value) { this.value = value; } 51 public TestClass(Foo foo, Bar bar) { 52 this(foo.get(), bar.get()); 90 doesNotHaveConstructor(new Bar(2)); 91 hasConstructor(new Foo(1), new Bar(2)); 116 new Object[]{new Foo(1), new Bar(2)}, 117 new Type[]{Foo.class, Bar.class});
|
/external/chromium_org/v8/test/webkit/fast/js/ |
object-prototype-constructor.js | 28 var Foo = { Bar: function () {}}; 29 var f = new Foo.Bar(); 30 shouldBe("f.constructor", "Foo.Bar"); 34 var Foo2 = { Bar: F}; 35 var f2 = new Foo2.Bar(); 36 shouldBe("f2.constructor", "Foo2.Bar"); 39 var Foo3 = { Bar: new Function("")}; 40 var f3 = new Foo3.Bar(); 41 shouldBe("f3.constructor", "Foo3.Bar");
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/ |
p14.cpp | 62 class Bar { 63 void bar(); 70 void M2::MInner::Bar::bar() { function in class:M2::MInner::Bar
|