OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foo
(Results
451 - 475
of
2113
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CodeGen/
debug-info-line2.c
5
int
foo
(int i) {
function
debug-info-line4.c
4
int
foo
(int a, int b) { int c = a + b;
function
lifetime2.c
7
int
foo
(int n) {
function
linetable-endscope.c
7
// CHECK: define {{.*}}
foo
11
void
foo
(char c)
function
mips16-attr.c
2
void __attribute__((mips16))
foo
(void) {
function
6
// CHECK: define void @
foo
() [[MIPS16:#[0-9]+]]
utf16-cfstrings.c
8
void
foo
() {
function
vfprintf.c
5
void
foo
(__builtin_va_list ap) {
function
vla-2.c
5
void
foo
(int a)
function
/external/clang/test/CodeGenCXX/
2004-01-11-DynamicInitializedConstant.cpp
6
const int*
foo
() { return &Y; }
function
constructor-attr.cpp
7
struct
Foo
{
9
static void
foo
() __attribute__((constructor)) {
function in struct:Foo
debug-info-cxx1y.cpp
3
struct
foo
{
struct
7
foo
f;
debug-info-wchar.cpp
2
void
foo
() {
function
forward-enum.cpp
7
void
foo
(MyEnum value)
function
pr11797.cpp
5
void
foo
() {
function
/external/clang/test/Frontend/
optimization-remark-line-directive.c
7
int
foo
(int x, int y) __attribute__((always_inline));
8
int
foo
(int x, int y) { return x + y; }
function
10
// expected-remark@+2 {{
foo
inlined into bar}} expected-note@+2 {{could not determine the original source location for /bad/path/to/original.c:1230:25}}
12
int bar(int j) { return
foo
(j, j - 2); }
/external/clang/test/Headers/
ms-intrin.cpp
24
void
foo
(T V) {}
function
/external/clang/test/Index/Inputs/
preamble_macro_template.h
4
void
foo
(T *p) {
function
/external/clang/test/Index/
nested-binaryoperators.cpp
2
int
foo
(uint c) {
function
165
// CHECK: 2:5: FunctionDecl=
foo
:2:5 (Definition) Extent=[2:1 - 161:2]
[
all
...]
recover-bad-code-rdar_7487294.c
7
int
foo
(int x) {
function
unmatched-braces.c
1
void
foo
() {
function
warning-flags.c
1
int
foo
() { }
function
/external/clang/test/Lexer/
cxx1z-trigraphs.cpp
4
??= define
foo
; // expected-error {{}} expected-warning {{trigraph ignored}}
macro
/external/clang/test/Misc/Inputs/
include.h
3
int
foo
(int x) { return x; }
function
/external/clang/test/Misc/
serialized-diags-single-issue.c
1
void
foo
() {
function
serialized-diags-stable.c
7
int
foo
() {
function
Completed in 954 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>