OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foo
(Results
1026 - 1050
of
2113
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/clang/test/Parser/
nested-namespaces-recovery.cpp
7
int
foo
(int x) { return x; }
function in namespace:foo1::foo2::foo3
10
int
foo
(int x) {
function in class:foo1::foo2
11
return foo1::foo2::foo3::
foo
(x);
/external/clang/test/Preprocessor/
has_include.c
95
void
foo
( void ) {
function
180
#if
FOO
181
#elif __has_include(<
foo
>)
185
#ifdef
FOO
186
#elif __has_include(<
foo
>)
macro_fn_disable_expand.c
3
#define
foo
(x) bar x
macro
4
foo
(
foo
) (2)
5
// CHECK: bar
foo
(2)
traditional-cpp.c
17
/* CHECK: {{^}}
foo
// bar{{$}}
18
* CHECK-CXX: {{^}}
foo
{{$}}
20
foo
// bar
38
# define
foo
bar
macro
39
foo
!
41
foo
!
foo
!
48
# define
foo
bar
macro
49
foo
!
51
foo
! foo!
[
all
...]
/external/clang/test/Sema/
2007-10-01-BuildArrayRef.c
9
struct
foo
{
struct
12
struct
foo
sfoo = { 0 };
16
const struct
foo
*fp;
ast-print.c
17
int
foo
(const struct blah *b) {
function
attr-decl-after-definition.c
3
void
foo
();
4
void
foo
() __attribute__((unused));
5
void
foo
() __attribute__((unused));
6
void
foo
(){} // expected-note {{previous definition is here}}
function
7
void
foo
() __attribute__((constructor)); // expected-warning {{must precede definition}}
8
void
foo
();
generic-selection.c
3
void
foo
(int n) {
function
knr-variadic-def.c
6
char *
foo
= "test";
variable
18
x=(a!=
foo
);
28
exit(test("",
foo
));
predefined-function.c
11
int
foo
();
12
int
foo
() {
function
template-specialization.cpp
12
static void
foo
() {
function in struct:B
19
B::
foo
<4>(); // expected-note {{in instantiation of function template specialization 'B::
foo
<4>'}}
wchar.c
19
void
foo
() {
function
/external/clang/test/SemaCXX/
PR5086-ambig-resolution-enum.cpp
11
void
foo
(const C& rc) {
function
anonymous-union-cxx11.cpp
11
void
foo
( void ) {
function in namespace:PR12866
builtin-ptrtomember-ambig.cpp
19
void
foo
(C c, int A::* pmf) {
function
funcdname.cpp
4
int
foo
() {
function
5
static_assert(sizeof(__FUNCDNAME__) == 12, "?
foo
@@YAHXZ");
statements.cpp
3
void
foo
() {
function
4
return
foo
();
warn-using-namespace-in-header.cpp
36
inline void
foo
() {
function
/external/clang/test/SemaTemplate/
lookup-dependent-bases.cpp
17
void
foo
() {
function in class:B
temp_arg.cpp
16
template <class t> class
foo
{};
class in namespace:test0
18
bar(::test0::
foo
<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}
/external/compiler-rt/test/asan/TestCases/Linux/
preinit_test.cc
23
int
foo
() const { return 0; }
function in struct:A
31
return O<int>::e.
foo
();
/external/compiler-rt/test/asan/TestCases/
init-order-pthread-create.cc
14
void *
foo
(void *input) {
function
26
void *glob =
foo
((void*)0x1234);
/external/compiler-rt/test/tsan/
race_on_speculative_load.cc
9
int
foo
(int cond) {
function
15
long res =
foo
((long)p);
static_init2.cc
13
void
foo
(Cache *my) {
function
20
foo
(new Cache(rand()));
/external/libcxx/test/utilities/function.objects/arithmetic.operations/
divides.pass.cpp
31
constexpr int
foo
= std::divides<int> () (3, 2);
local
32
static_assert (
foo
== 1, "" );
Completed in 1090 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>