OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foo1
(Results
26 - 50
of
689
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/ThinLTO/X86/Inputs/
select_right_alias_definition1.ll
2
@foo = weak alias i32 (...), bitcast (i32 ()* @
foo1
to i32 (...)*)
4
define i32 @
foo1
() {
/art/test/409-materialized-condition/
expected.txt
0
foo1
/external/clang/test/SemaObjCXX/
const-cast.mm
6
const Foo *
foo1
= 0;
7
Foo *foo2 =
foo1
; // expected-error {{cannot initialize}}
11
const Foo *
foo1
= 0;
12
Foo *foo2 = const_cast<Foo*>(
foo1
);
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
section8.s
1
.section .
foo1
,"e", %progbits
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-mpx-branch-1.s
5
foo1
:
label
6
bnd jmp
foo1
7
bnd jb
foo1
8
bnd call
foo1
x86-64-mpx-branch-2.s
5
foo1
:
label
6
jmp
foo1
7
jb
foo1
8
call
foo1
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
section-exclude.s
1
.section .
foo1
,"e"
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
ifunc-18b.s
10
bl
foo1
13
.hidden
foo1
14
.globl
foo1
15
foo1
= foo
define
ifunc-19b.s
10
bl
foo1
13
.hidden
foo1
14
.globl
foo1
15
foo1
= foo
define
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfcomm/
common1a.c
1
char
foo1
[2] __attribute__((aligned(64)));
variable
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc-18b.s
10
jmp
foo1
@PLT
13
.hidden
foo1
14
.globl
foo1
15
foo1
= foo
define
ifunc-19b.s
10
jmp
foo1
@PLT
13
.hidden
foo1
14
.globl
foo1
15
foo1
= foo
define
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
relax3.s
3
foo1
:
label
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sun4/
addend.d
7
0+08 WDISP22 +
foo1
\+0xf+fc
8
0+0c WDISP22 +
foo1
\+0xf+f8
9
0+10 WDISP22 +
foo1
\+0xf+f0
10
0+14 WDISP22 +
foo1
\+0xf+ec
11
0+1c 32 +
foo1
12
0+20 32 +
foo1
\+0x0+4
13
#0+20 32 +
foo1
\+0x0+4
/toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmain2.c
6
extern int
foo1
(void);
11
if (
foo1
() != -1)
pr14265.t
10
.
foo1
: { KEEP(*(.
foo1
.*)) }
23
ASSERT (__foo1_start < __foo1_end, "
foo1
not KEPT");
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
weak1.s
2
.global
foo1
5
foo1
:
label
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
test3.s
7
m ".long
foo1
",.garbage
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
dl4.c
3
int
foo1
;
variable
12
if (
foo1
== 1)
14
else if (
foo1
== 0)
20
foo1
= -1;
dl4main.c
3
extern int
foo1
;
22
foo1
= 1;
25
if (
foo1
== -1)
27
else if (
foo1
== 1)
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
pr14265.t
10
.
foo1
: { KEEP(*(.
foo1
.*)) }
21
ASSERT (__foo1_start < __foo1_end, "
foo1
not KEPT");
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
vxworks-forced-local-1.s
1
.globl
foo1
4
lw $4,%call16(
foo1
)($gp)
8
foo1
:
label
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
xcoff-branch-1.s
2
.globl
foo1
10
bl
foo1
+ 0xc
11
bl
foo1
14
foo1
:
label
24
.bar: bl
foo1
26
bl
foo1
+ 0x8
39
bl
foo1
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
macro-rept.d
9
0+08[ ]+[a-zA-Z0-9_]+[ ]+
foo1
10
0+04[ ]+[a-zA-Z0-9_]+[ ]+
foo1
11
0+00[ ]+[a-zA-Z0-9_]+[ ]+
foo1
/external/clang/test/CodeGen/
attr-func-def.c
4
// CHECK: define i32 @
foo1
(i32 %a) local_unnamed_addr [[ATTRS1:#[0-9]+]] {
6
int
foo1
(int);
9
return
foo1
(a + 2);
13
int
foo1
(int a) {
function
Completed in 1778 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>