OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foo
(Results
426 - 450
of
2113
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CodeCompletion/
preamble.c
2
void
foo
() {
function
/external/clang/test/CodeGen/
2002-10-12-TooManyArguments.c
4
void
foo
() {}
function
7
foo
(1, 2, 3); /* Too many arguments passed */
2003-08-20-BadBitfieldRef.c
3
void
foo
()
function
2003-08-20-PrototypeMismatch.c
5
static int
foo
(int);
7
static int
foo
(C)
function
14
foo
(7);
2003-08-29-HugeCharConst.c
3
void
foo
() {
function
2003-11-01-EmptyStructCrash.c
5
void *
foo
() { return &xyzzy; }
function
2004-07-06-FunctionCast.c
7
int
foo
(void) {
function
2005-02-27-MarkGlobalConstant.c
8
void
foo
() {
function
2005-07-28-IncorrectWeakGlobal.c
4
int
foo
() { return TheGlobal; }
function
2007-02-04-EmptyStruct.c
6
void
foo
(struct empty *p) {
function
2007-02-07-AddrLabel.c
4
void
foo
() {
function
2007-02-25-C-DotDotDot.c
3
// Make sure the call to
foo
is compiled as:
4
// call float @
foo
()
6
// call float (...)* bitcast (float ()* @
foo
to float (...)*)( )
8
static float
foo
() { return 0.0; }
function
9
// CHECK: call float @
foo
10
float bar() { return
foo
()*10.0;}
2007-06-05-NoInlineAttribute.c
10
int
foo
(int a, int b) {
function
2008-03-03-CtorAttrType.c
2
int __attribute__((constructor))
foo
(void) {
function
2009-07-31-DbgDeclare.c
2
void
foo
() {
function
2010-01-18-Inlined-Debug.c
4
static inline int
foo
(double) __attribute__ ((always_inline));
5
static inline int
foo
(double __x) { return __x; }
function
8
foo
(x);
2010-02-16-DbgScopes.c
10
void
foo
(int s) {
function
2010-03-5-LexicalScope.c
4
int
foo
(int i) {
function
2010-08-10-DbgConstant.c
5
void
foo
() { bar(ro); }
function
2010-12-01-CommonGlobal.c
4
int
foo
(void) {
function
blocks-seq.c
12
void
foo
() {
function
blocksignature.c
23
void
foo
(int param) {
function
builtins-mips-args.c
4
void
foo
() {
function
cast.c
5
void
foo
(void) { go(v); }
function
debug-info-limited.c
3
// Ensure we emit the full definition of '
foo
' even though only its declaration
5
// in whatever TU actually uses/requires the definition of '
foo
'.
6
// CHECK: ; [ DW_TAG_structure_type ] [
foo
] {{.*}} [def]
8
struct
foo
{
struct
11
struct
foo
*f;
Completed in 500 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>