OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foo
(Results
826 - 850
of
3525
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/clang/test/Analysis/
stats.c
4
void
foo
() {
function
/external/clang/test/CXX/expr/expr.post/expr.type.conv/
p1-0x.cpp
4
struct
foo
{
struct
5
foo
();
6
foo
(int);
9
int func(
foo
& f) {
10
decltype(
foo
())();
11
f = (decltype(
foo
()))5;
/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
6
void
foo
() { bar(ro); }
function
2010-12-01-CommonGlobal.c
4
int
foo
(void) {
function
asm-reg-var-local.c
4
int
foo
() {
function
5
// CHECK-LABEL: define i32 @
foo
()
blocks-seq.c
12
void
foo
() {
function
blocksignature.c
23
void
foo
(int param) {
function
Completed in 679 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>