Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 25 of 12821) sorted by relevance

12345678910>>...513

/external/one-true-awk/testdir/
Dlilly.out2 ### BEGIN{foo=6;print foo/2}:
5 ### BEGIN{foo=10;foo/=2;print foo}:
9 foo=bar
10 foo==bar
11 foo+=bar
12 foo-=bar
13 foo*=bar
14 foo/=bar
15 foo^=bar
16 foo%=bar
[all …]
/external/llvm-project/clang/test/Parser/
Dnested_lambda_overflow.cpp4 template <class T> int foo(T &&t);
6 void bar(int x = foo(
8 [](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x …
9 [](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x …
10 [](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x …
11 [](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x …
12 [](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x …
13 [](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x …
14 [](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x …
15 [](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x = foo([](int x …
[all …]
Dnested_blocks_overflow.cpp4 template <class T> int foo(T &&t);
6 void bar(int x = foo(
7 ^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^…
8 ^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^…
9 ^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^…
10 ^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^…
11 ^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^…
12 ^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^…
13 ^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^…
14 ^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^(int x = foo(^…
[all …]
/external/llvm/test/MC/ELF/
Drelax-arith.s16 imul $foo, %bx, %bx
17 imul $foo, bar, %bx
18 imul $foo, %ebx, %ebx
19 imul $foo, bar, %ebx
20 imul $foo, %rbx, %rbx
21 imul $foo, bar, %rbx
32 and $foo, %bx
33 andw $foo, bar
34 and $foo, %ebx
35 andl $foo, bar
[all …]
/external/llvm-project/llvm/test/MC/ELF/
Drelax-arith.s17 imul $foo, %bx, %bx
18 imul $foo, bar, %bx
19 imul $foo, %ebx, %ebx
20 imul $foo, bar, %ebx
21 imul $foo, %rbx, %rbx
22 imul $foo, bar, %rbx
34 and $foo, %bx
35 andw $foo, bar
36 and $foo, %ebx
37 andl $foo, bar
[all …]
/external/llvm-project/llvm/test/MC/SystemZ/
Dtokens.s5 #CHECK: foo 100, 200
7 #CHECK: foo 100(, 200
9 #CHECK: foo 100(200), 300
11 #CHECK: foo 100(200,), 300
13 #CHECK: foo 100(200,%r1), 300
15 #CHECK: foo 100(%a0), 200
17 #CHECK: foo 100(%r0), 200
19 #CHECK: foo 100(%v0,%r1), 200
21 #CHECK: foo 100(%v31), 200
23 #CHECK: foo 100(%r1,%a0), 200
[all …]
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
DF_nullptr.pass.cpp64 int foo() { return 42; } in foo() function
65 int foo(int) { return 42; } in foo() function
66 int foo(int, int) { return 42; } in foo() function
67 int foo(int, int, int) { return 42; } in foo() function
69 int foo(...) { return 42; } in foo() function
70 int foo(int, ...) { return 42; } in foo() function
71 int foo(int, int, ...) { return 42; } in foo() function
72 int foo(int, int, int, ...) { return 42; } in foo() function
76 int foo() { return 42; } in foo() function
77 int foo() const { return 42; } in foo() function
[all …]
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
DF_nullptr.pass.cpp66 int foo() { return 42; } in foo() function
67 int foo(int) { return 42; } in foo() function
68 int foo(int, int) { return 42; } in foo() function
69 int foo(int, int, int) { return 42; } in foo() function
71 int foo(...) { return 42; } in foo() function
72 int foo(int, ...) { return 42; } in foo() function
73 int foo(int, int, ...) { return 42; } in foo() function
74 int foo(int, int, int, ...) { return 42; } in foo() function
78 int foo() { return 42; } in foo() function
79 int foo() const { return 42; } in foo() function
[all …]
/external/llvm/test/MC/SystemZ/
Dtokens.s5 #CHECK: foo 100, 200
7 #CHECK: foo 100(, 200
9 #CHECK: foo 100(200), 300
11 #CHECK: foo 100(200,), 300
13 #CHECK: foo 100(200,%r0), 300
15 #CHECK: foo 100(200,%r1), 300
17 #CHECK: foo 100(%a0), 200
19 #CHECK: foo 100(%r0), 200
21 #CHECK: foo 100(%v1,%r0), 200
23 #CHECK: foo 100(%v0,%r1), 200
[all …]
/external/clang/test/Analysis/
Drange_casts.c6 void f1(long foo) in f1() argument
9 if (index < foo) index = foo; in f1()
16 void f2(unsigned long foo) in f2() argument
19 if (index < foo) index = foo; // index equals ULONG_MAX in f2()
26 void f3(unsigned long foo) in f3() argument
29 if (index < foo) index = foo; in f3()
36 void f4(long foo) in f4() argument
39 if (index < foo) index = foo; in f4()
46 void f5(long foo) in f5() argument
49 if (index < foo) index = foo; in f5()
[all …]
/external/llvm-project/clang/test/Analysis/
Drange_casts.c6 void f1(long foo) in f1() argument
9 if (index < foo) index = foo; in f1()
16 void f2(unsigned long foo) in f2() argument
19 if (index < foo) index = foo; // index equals ULONG_MAX in f2()
26 void f3(unsigned long foo) in f3() argument
29 if (index < foo) index = foo; in f3()
36 void f4(long foo) in f4() argument
39 if (index < foo) index = foo; in f4()
46 void f5(long foo) in f5() argument
49 if (index < foo) index = foo; in f5()
[all …]
/external/clang/test/SemaCXX/
Dcxx0x-delegating-ctors.cpp3 struct foo { struct
5 foo(); argument
6 foo(int);
7 foo(int, int);
8 foo(bool);
9 foo(char);
10 foo(const float*);
11 foo(const float&);
12 foo(void*);
16 foo::foo (int i) : i(i) { in foo() function in foo
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dcxx0x-delegating-ctors.cpp3 struct foo { struct
5 foo(); argument
6 foo(int);
7 foo(int, int);
8 foo(bool);
9 foo(char);
10 foo(const float*);
11 foo(const float&);
12 foo(void*);
16 foo::foo (int i) : i(i) { in foo() function in foo
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dandroid-comparison-in-temp-failure-retry.c12 int foo();
17 TEMP_FAILURE_RETRY((i = foo())); in test()
18 TEMP_FAILURE_RETRY(foo()); in test()
19 TEMP_FAILURE_RETRY((foo())); in test()
21 TEMP_FAILURE_RETRY(foo() == 1); in test()
23 TEMP_FAILURE_RETRY((foo() == 1)); in test()
25 TEMP_FAILURE_RETRY((int)(foo() == 1)); in test()
28 TEMP_FAILURE_RETRY(bar(foo() == 1)); in test()
29 TEMP_FAILURE_RETRY((bar(foo() == 1))); in test()
30 TEMP_FAILURE_RETRY((bar(foo() == 1)) == 1); in test()
[all …]
Dperformance-implicit-conversion-in-loop.cpp47 int foo; member
70 for (const SimpleClass& foo : SimpleView()) {} in SimpleClassIterator() local
74 for (const SimpleClass foo : SimpleView()) {} in SimpleClassIterator() local
75 for (SimpleClass foo : SimpleView()) {} in SimpleClassIterator() local
79 for (const SimpleClass& foo : SimpleRefView()) {} in SimpleClassRefIterator() local
80 for (SimpleClass& foo : SimpleRefView()) {} in SimpleClassRefIterator()
81 for (const SimpleClass foo : SimpleRefView()) {} in SimpleClassRefIterator() local
82 for (SimpleClass foo : SimpleRefView()) {} in SimpleClassRefIterator() local
86 for (const ComplexClass& foo : ComplexView()) {} in ComplexClassIterator() local
88 for (const ComplexClass foo : ComplexView()) {} in ComplexClassIterator() local
[all …]
/external/llvm-project/llvm/test/MC/Mips/
Dmacro-bcc-imm.s5 foo: label
6 beql $a2, 0x1ffff, foo # ALL: lui $1, 1
8 # ALL: beql $6, $1, foo
9 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16
11 beql $a2, -4096, foo # ALL: addiu $1, $zero, -4096
12 # ALL: beql $6, $1, foo
13 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16
14 beql $a2, -0x10000, foo # ALL: lui $1, 65535
15 # ALL: beql $6, $1, foo
16 # ALL: # fixup A - offset: 0, value: foo-4, kind: fixup_Mips_PC16
[all …]
Drelocation.s28 .short foo // RELOC: R_MIPS_16 foo
32 baz: .long foo // RELOC: R_MIPS_32 foo
38 jal foo // RELOC: R_MIPS_26 foo
50 addiu $2, $3, %hi(foo) // RELOC: R_MIPS_HI16 foo
56 addiu $2, $3, %lo(foo) // RELOC: R_MIPS_LO16 foo
71 addiu $2, $3, %gp_rel(foo) // RELOC: R_MIPS_GPREL16 foo
84 addiu $2, $3, %got(foo) // RELOC: R_MIPS_GOT16 foo
89 addiu $2, $2, %lo(foo)
99 .short foo-. // RELOC: R_MIPS_PC16 foo
102 addiu $2, $3, %call16(foo) // RELOC: R_MIPS_CALL16 foo
[all …]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp12.cpp30 Opaque<0> foo(Opaque<0>);
31 Opaque<0> foo(Opaque<1>);
32 Opaque<0> foo(Opaque<2>);
37 using Base::foo;
38 Opaque<1> foo(Opaque<1>);
39 Opaque<1> foo(Opaque<3>);
41 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0()
42 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1()
43 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2()
44 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3()
[all …]
Dp11.cpp16 namespace ns { void foo(); } // expected-note {{target of using declaration}}
17 int foo(void); // expected-note {{conflicting declaration}}
18 …using ns::foo; // expected-error {{target of using declaration conflicts with declaration already …
22 namespace ns { void foo(); } // expected-note {{target of using declaration}}
23 using ns::foo; //expected-note {{using declaration}}
24 …int foo(void); // expected-error {{declaration conflicts with target of using declaration already …
28 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}}
30 int foo(void); // expected-note {{conflicting declaration}} in test0()
31 …using ns::foo; // expected-error {{target of using declaration conflicts with declaration already … in test0()
35 using ns::foo; //expected-note {{using declaration}} in test1()
[all …]
/external/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp12.cpp30 Opaque<0> foo(Opaque<0>);
31 Opaque<0> foo(Opaque<1>);
32 Opaque<0> foo(Opaque<2>);
37 using Base::foo;
38 Opaque<1> foo(Opaque<1>);
39 Opaque<1> foo(Opaque<3>);
41 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0()
42 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1()
43 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2()
44 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3()
[all …]
Dp11.cpp16 namespace ns { void foo(); } // expected-note {{target of using declaration}}
17 int foo(void); // expected-note {{conflicting declaration}}
18 …using ns::foo; // expected-error {{target of using declaration conflicts with declaration already …
22 namespace ns { void foo(); } // expected-note {{target of using declaration}}
23 using ns::foo; //expected-note {{using declaration}}
24 …int foo(void); // expected-error {{declaration conflicts with target of using declaration already …
28 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}}
30 int foo(void); // expected-note {{conflicting declaration}} in test0()
31 …using ns::foo; // expected-error {{target of using declaration conflicts with declaration already … in test0()
35 using ns::foo; //expected-note {{using declaration}} in test1()
[all …]
/external/clang/test/CodeGenCXX/
Dvisibility.cpp41 class DEFAULT foo { class
43 foo myvec;
62 struct foo { struct
66 int foo<T>::bar;
67 template struct foo<int>; variable
76 struct HIDDEN foo {}; struct
77 extern foo bar;
78 foo *zed() { in zed()
89 struct HIDDEN foo { struct
91 DEFAULT foo x;
[all …]
/external/llvm-project/clang/test/CodeGenCXX/
Dvisibility.cpp41 class DEFAULT foo { class
43 foo myvec;
62 struct foo { struct
66 int foo<T>::bar;
67 template struct foo<int>; variable
76 struct HIDDEN foo {}; struct
77 extern foo bar;
78 foo *zed() { in zed()
89 struct HIDDEN foo { struct
91 DEFAULT foo x;
[all …]
/external/llvm-project/llvm/test/MC/AVR/
Drelocations.s21 ; CHECK-NEXT: R_AVR_PORT5 foo
22 sbic foo, 1
27 ; CHECK-NEXT: R_AVR_CALL foo+0x3
28 call foo+3
30 ; CHECK-NEXT: R_AVR_13_PCREL foo-0xa
31 rjmp foo-10
33 ; CHECK-NEXT: R_AVR_7_PCREL foo+0x2
34 brcs foo+2
60 ; CHECK-NEXT: R_AVR_HH8_LDI foo
61 ; CHECK-NEXT: R_AVR_HH8_LDI foo
[all …]
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dreloc-types-elf-x64.test51 # GNU-NEXT: 0000000000000003 0000000100000000 R_X86_64_NONE 0000000000000000 foo + 0
52 # GNU-NEXT: 000000000000000a 0000000100000001 R_X86_64_64 0000000000000000 foo + 0
53 # GNU-NEXT: 0000000000000011 0000000100000002 R_X86_64_PC32 0000000000000000 foo + 0
54 # GNU-NEXT: 0000000000000018 0000000100000003 R_X86_64_GOT32 0000000000000000 foo + 0
55 # GNU-NEXT: 000000000000001f 0000000100000004 R_X86_64_PLT32 0000000000000000 foo + 0
56 # GNU-NEXT: 0000000000000026 0000000100000005 R_X86_64_COPY 0000000000000000 foo + 0
57 # GNU-NEXT: 000000000000002d 0000000100000006 R_X86_64_GLOB_DAT 0000000000000000 foo + 0
58 # GNU-NEXT: 0000000000000034 0000000100000007 R_X86_64_JUMP_SLOT 0000000000000000 foo + 0
59 # GNU-NEXT: 000000000000003b 0000000100000008 R_X86_64_RELATIVE 0000000000000000 foo + 0
60 # GNU-NEXT: 0000000000000042 0000000100000009 R_X86_64_GOTPCREL 0000000000000000 foo + 0
[all …]

12345678910>>...513