Searched refs:foo (Results 126 - 150 of 2481) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/glcpp/tests/
H A D013-define-func-1-arg-unused.c1 #define foo(x) 1 macro
2 foo(bar)
H A D015-define-object-with-parens.c1 #define foo ()1 macro
2 foo()
H A D016-define-func-1-arg.c1 #define foo(x) ((x)+1) macro
2 foo(bar)
H A D018-define-func-macro-as-parameter.c2 #define foo(x) x macro
3 foo(1)
H A D025-func-macro-as-non-macro.c1 #define foo(bar) bar macro
2 foo bar
H A D026-define-func-extra-newlines.c1 #define foo(a) bar macro
3 foo
H A D027-define-chain-obj-to-func.c2 #define foo failure() macro
3 foo
H A D028-define-chain-obj-to-non-func.c2 #define foo success macro
3 foo
H A D055-define-chain-obj-to-func-parens-in-text.c2 #define foo failure macro
3 foo()
H A D060-left-paren-in-macro-right-paren-in-text.c2 #define foo double( macro
3 foo 5)
/external/v8/test/mjsunit/regress/
H A Dregress-220.js28 function foo(f) { eval(f); } function
31 foo("(function (x) { with ({x: []}) function x(){} })");
H A Dregress-794.js30 function foo() {} function
31 assertFalse("prototype" in foo.bind());
H A Dregress-874178.js28 function foo(){} function
29 assertTrue(Function.prototype.isPrototypeOf(foo));
31 foo.bar = 'hello';
32 assertTrue(foo.propertyIsEnumerable('bar'));
/external/clang/test/SemaCXX/
H A Ddefaulted-ctor-loop.cpp5 struct foo;
7 bar(foo&);
9 struct foo { struct
11 foo() function in struct:foo
H A DPR8884.cpp4 friend struct foo;
5 static struct foo& baz ();
7 struct foo { struct
H A Dpragma-weak.cpp3 #pragma weak foo macro
4 static void foo();
6 void foo() { function
/external/compiler-rt/test/profile/
H A Dinstrprof-reset-counters.c7 void foo(int);
9 foo(0);
11 foo(1);
14 void foo(int N) { function
15 // CHECK-LABEL: define void @foo(
/external/clang/test/CodeGen/
H A D2002-04-07-SwitchStmt.c4 int foo();
7 while (foo()) {
8 switch (foo()) {
H A D2003-08-20-PrototypeMismatch.c5 static int foo(int);
7 static int foo(C) function
14 foo(7);
H A D2003-08-23-LocalUnionTest.c5 union foo { int X; }; union
7 int test(union foo* F) {
9 union foo { float X; } A; union
/external/clang/test/CodeGenCXX/
H A Ddebug-info-cxx1y.cpp4 // CHECK: !MDCompositeType(tag: DW_TAG_structure_type, name: "foo",
19 struct foo { struct
23 foo f;
25 auto foo::func() {
/external/clang/test/Index/
H A Dprint-mangled-name.cpp10 int foo(int, int);
13 // MICROSOFT: mangled=?foo@@YAHHH
15 int foo(float, int);
18 // MICROSOFT: mangled=?foo@@YAHMH
27 int foo(S, S&);
30 // MICROSOFT: mangled=?foo@@YAHUS
/external/clang/test/PCH/
H A Dreinclude1.h6 int foo; variable
7 #define foo foo macro
/external/lldb/test/linux/builtin_trap/
H A Dmain.cpp10 void bar(int const *foo) { argument
15 int foo = 5; local
16 bar(&foo);
/external/llvm/test/MC/ELF/
H A Dweak-relocation.s5 .weak foo
6 foo: label
8 call foo
12 // CHECK-NEXT: 0x1 R_X86_64_PC32 foo 0xFFFFFFFFFFFFFFFC

Completed in 546 milliseconds

1234567891011>>