Searched defs:Foo (Results 1 - 25 of 310) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2002-03-14-QuotesInStrConst.c8 const char *Foo() { function
H A Dpascal-string.c3 unsigned char * Foo( void ) function
/external/clang/test/Index/
H A Dannotate-tokens-with-default-args.h1 struct Foo { struct
2 void m(Foo *f = 0);
H A Davailability.cpp3 struct Foo { struct
5 Foo() = delete;
11 // CHECK: StructDecl=Foo:3:8 (Definition) [type=Foo] [typekind=Record] [isPOD=1]
13 // CHECK: CXXConstructor=Foo:5:3 (unavailable) [type=void (){{.*}}] [typekind=FunctionProto] [resulttype=void] [resulttypekind=Void] [isPOD=0]
/external/clang/test/Misc/Inputs/
H A Dworking-directory.h1 typedef int Foo; typedef
/external/clang/test/VFS/Inputs/UsesFoo.framework/Headers/
H A DUsesFoo.h1 @import Foo; variable
/external/v8/test/mjsunit/bugs/
H A Dbug-222.js28 function Foo(a, b) { } function
29 Foo();
30 var oldArgs = Foo.arguments;
31 Foo();
32 var newArgs = Foo.arguments
37 Foo.arguments = oldArgs;
38 assertEquals(Foo.arguments, newArgs);
41 assertFalse(delete Foo.arguments);
42 assertEquals(Foo.arguments, newArgs);
/external/v8/test/mjsunit/compiler/
H A Dnamed-load.js5 function Foo(a, b) { class
12 var f1 = new Foo(3, 4);
17 var f = new Foo(i, i + 2);
23 var f = new Foo(i, i + 2);
29 var f = new Foo(i + "", (i + 2) + "");
H A Dnamed-store.js5 function Foo(a, b) { class
12 var f1 = new Foo(3, 4);
17 var f = new Foo(i, i + 2);
23 var f = new Foo(i, i + 2);
29 var f = new Foo(i + "", (i + 2) + "");
H A Dregress-4470-1.js7 function Foo() {} class
8 Foo.prototype.x = 0;
12 foo(new Foo);
13 foo(new Foo);
15 foo(new Foo);
16 assertEquals(Foo.prototype.x, 0);
/external/v8/test/mjsunit/wasm/
H A Dverify-function-basic-errors.js7 function Foo() { } function
16 assertThrows(function() { _WASMEXP_.verifyFunction(new Foo()); })
H A Dverify-module-basic-errors.js7 function Foo() { } function
16 assertThrows(function() { _WASMEXP_.verifyModule(new Foo()); })
/external/clang/test/CodeGenCXX/
H A Dvirt-dtor-gen.cpp5 class Foo { class
6 virtual ~Foo();
8 Foo::~Foo() {}
10 // CHECK-LABEL: define {{.*}}void @_ZN3FooD0Ev(%class.Foo* %this) unnamed_addr
H A Dconstructor-attr.cpp7 struct Foo { struct
H A Dvirt-canonical-decl.cpp12 class Foo : public Base { class in inherits:Base
14 virtual ~Foo();
17 Foo::~Foo()
/external/clang/test/FixIt/
H A Dno-diagnostics-fixit-info.c4 struct Foo { struct
/external/v8/test/mjsunit/regress/
H A Dregress-4376-2.js5 function Foo() {} function
6 var x = new Foo(); class
7 Foo.prototype = 1;
8 function foo() { return x instanceof Foo; }
H A Dregress-4376-3.js5 function Foo() {} function
6 var x = new Foo();
7 function foo() { return x instanceof Foo; }
9 Foo.prototype = 1;
8 Foo.prototype = 1; class
/external/v8/test/mjsunit/
H A Dunbox-double-field-indexed.js7 function Foo(x) { class
11 var f = new Foo(1.25);
12 var g = new Foo(2.25);
H A Dunbox-double-field.js7 function Foo(x) { class
11 var f = new Foo(1.25);
12 var g = new Foo(2.25);
H A Dunbox-smi-field-indexed.js7 function Foo(x) { class
11 var f = new Foo(1);
12 var g = new Foo(2);
H A Dunbox-smi-field.js7 function Foo(x) { class
11 var f = new Foo(1);
12 var g = new Foo(2);
/external/v8/test/webkit/
H A Ddfg-inline-constructor-that-uses-arguments.js28 function Foo() { class
33 return new Foo(42);
/external/clang/test/Analysis/
H A Ddtor-cxx11.cpp7 struct Foo { struct in namespace:Cxx11BraceInit
8 ~Foo() {}
12 for (Foo foo : {Foo(), Foo()}) {}
H A Danalyzer-config.cpp13 class Foo { class

Completed in 454 milliseconds

1234567891011>>