OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foo
(Results
476 - 500
of
2113
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Misc/
wrong-encoding.c
4
void
foo
() {
function
/external/clang/test/Modules/
diag-pragma.c
8
int
foo
(int x) {
function
/external/clang/test/OpenMP/
parallel_for_messages.cpp
3
void
foo
() {
function
10
for(int i = 0; i < argc; ++i)
foo
();
12
for(int i = 0; i < argc; ++i)
foo
();
14
for(int i = 0; i < argc; ++i)
foo
();
16
for(int i = 0; i < argc; ++i)
foo
();
18
for(int i = 0; i < argc; ++i)
foo
();
20
for(int i = 0; i < argc; ++i)
foo
();
22
for(int i = 0; i < argc; ++i)
foo
();
25
for(int i = 0; i < argc; ++i)
foo
();
27
for(int i = 0; i < argc; ++i)
foo
();
[
all
...]
parallel_messages.cpp
3
void
foo
() {
function
10
foo
();
12
foo
();
14
foo
();
16
foo
();
18
foo
();
20
foo
();
24
foo
();
26
foo
();
40
foo
();
[
all
...]
parallel_sections_messages.cpp
3
void
foo
() {
function
11
foo
();
15
foo
();
19
foo
();
23
foo
();
27
foo
();
31
foo
();
36
foo
();
39
foo
();
55
foo
();
[
all
...]
/external/clang/test/PCH/
chain-empty-initial-namespace.cpp
8
namespace
foo
{} // no external storage
namespace
13
namespace
foo
{
21
foo
::bar(); // no-error
cxx0x-delegating-ctors.cpp
10
struct
foo
{
struct
11
foo
(int) :
foo
() { }
function in struct:foo
12
foo
();
13
foo
(bool) :
foo
('c') { }
function in struct:foo
14
foo
(char) :
foo
(true) { }
function in struct:foo
17
foo
::
foo
() : foo(1) { } // expected-error{{creates a delegation cycle}}
function in class:foo
[
all
...]
multiple-include-pch.c
14
int
foo
() {
function
/external/clang/test/Parser/
argument_redef.c
4
void
foo
(int A) { /* expected-note {{previous definition is here}} */
function
argument_scope.c
2
typedef struct
foo
foo
;
typedef in typeref:struct:foo
4
void blah(int
foo
) {
5
foo
= 1;
cxx-template-decl.cpp
8
export class
foo
{ }; // expected-error {{expected template}}
class
26
template <template <typename>
Foo
> struct Err3; // expected-error {{template template parameter requires 'class' after the parameter list}}
28
template <template <typename> typename
Foo
> struct Cxx1z;
34
template <typename T> void
foo
();
35
template <typename T, typename U> void
foo
();
38
template <typename T> void
foo
() { }
53
template <template <typename> class T =
foo
> class TTP3; // expected-error{{must be a class template}}
54
template <template <typename> class =
foo
> class TTP3; // expected-error{{must be a class template}}
cxx-throw.cpp
5
void
foo
() {
function
function-decls.c
4
void
foo
() {
function
/external/clang/test/Preprocessor/
mi_opt.h
1
#if !defined
foo
MACRO
2
#define
foo
macro
print_line_empty_file.c
4
int
foo
() { return 42; }
function
10
// CHECK: int
foo
() { return 42; }
/external/clang/test/Profile/
c-linkage-available_externally.c
6
// CHECK: @__llvm_profile_name_foo = linkonce_odr hidden constant [3 x i8] c"
foo
", section "__DATA,__llvm_prf_names", align 1
8
inline int
foo
(void) { return 1; }
function
11
return
foo
();
/external/clang/test/Sema/
arg-scope.c
5
void
foo
(int i, int A[i]) {}
function
block-return-1.c
4
void
foo
() {
function
builtin-prefetch.c
3
void
foo
() {
function
heinous-extensions-off.c
3
int
foo
() {
function
heinous-extensions-on.c
3
void
foo
() {
function
/external/clang/test/SemaCXX/
unused-with-error.cpp
4
static void
foo
(int *X) { // expected-note {{candidate}}
function
7
foo
(Y); // expected-error {{no matching function for call}}
warn-static-function-inheader.cpp
9
void
foo
(void) {
function
/external/clang/test/VFS/Inputs/
external-names.h
1
void
foo
(char **c) {
function
/external/compiler-rt/test/BlocksRuntime/
shorthandexpression.c
17
void
foo
() {
function
Completed in 854 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>