OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foo
(Results
801 - 825
of
2113
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/lldb/test/linux/builtin_trap/
main.cpp
10
void bar(int const *
foo
) {
15
int
foo
= 5;
local
16
bar(&
foo
);
/external/llvm/test/DebugInfo/Inputs/
dwarfdump-test-32bit.elf.c
5
int
foo
(int arg) {
function
11
int a =
foo
(arg) *
foo
(arg * 2);
12
return glob -
foo
(a);
dwarfdump-test-loc-list-32bit.elf.cpp
4
struct
foo
{
struct in namespace:pr14763
5
foo
(const
foo
&);
8
foo
func(bool b,
foo
f,
foo
g) {
/external/llvm/test/MC/AArch64/
arm64-small-data-fixups.s
3
foo
:
label
9
.byte
foo
- bar
10
.short
foo
- bar
/external/llvm/test/MC/ELF/
alias-reloc.s
5
.globl
foo
6
foo
:
label
7
bar =
foo
diff.s
4
foo
:
label
9
mov zed+(bar-
foo
), %eax
diff2.s
6
foo
:
label
13
mov zed+(bar-
foo
), %eax
symbol-names.s
6
.globl
foo
?bar
7
.type
foo
?bar, @function
8
foo
?bar:
12
// CHECK: Name:
foo
?bar
/external/llvm/test/MC/MachO/
section-align-2.s
9
foo
:
label
93
// CHECK: ('_string', '
foo
')
/external/mesa3d/src/glsl/glcpp/tests/
004-define-recursive.c
1
#define
foo
bar
macro
3
#define baz
foo
4
foo
007-define-composite-recursive.c
1
#define
foo
a bar
macro
3
#define baz c
foo
4
foo
030-define-chain-obj-to-func-compose.c
3
#define
foo
bar(baz(success))
macro
4
foo
031-define-chain-func-to-func-compose.c
3
#define
foo
() bar(baz(success))
macro
4
foo
()
056-macro-argument-with-comma.c
3
#define
foo
function
macro
4
foo
(bar)
061-define-chain-obj-to-func-multi.c
1
#define
foo
(x) success
macro
2
#define bar
foo
/external/robolectric/src/main/java/com/foo/
Receiver.java
1
package com.
foo
;
/external/srtp/crypto/include/
null_auth.h
51
char
foo
;
member in struct:__anon34920
null_cipher.h
55
char
foo
;/* empty, for now */
member in struct:__anon34921
/external/stlport/test/compiler/
partial_spec.cpp
27
int
foo
()
function
/external/valgrind/main/memcheck/tests/
client-msg.c
13
void
foo
()
function
20
foo
();
/external/valgrind/main/none/tests/x86/
bug135421-x86.c
6
int
foo
( int x )
function
27
printf("%d %d\n",i,
foo
(i));
/ndk/tests/build/issue54623-dcraw_common-x86-segfault/jni/
issue54623-dcraw_common-x86-segfault.cpp
2
void
foo
(int f)
function
/ndk/tests/device/test-stlport_shared-exception/jni/
eb50.cpp
2
struct
foo
{ };
struct
6
throw
foo
();
14
} catch (
foo
x) {
eh33.cpp
10
void
foo
() throw (int) { throw "Hi"; }
function
15
foo
();
eh34.cpp
11
void
foo
() throw () { throw "Hi"; }
function
15
foo
();
Completed in 1470 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>