OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foo
(Results
751 - 775
of
2113
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/clang/test/SemaCXX/
cxx11-thread-local-print.cpp
10
// CHECK: void
foo
() {
13
void
foo
() {
function
defaulted-ctor-loop.cpp
5
struct
foo
;
7
bar(
foo
&);
9
struct
foo
{
struct
11
foo
()
function in struct:foo
member-expr-static.cpp
16
void
foo
( void ) {
function
ms-overload-entry-point.cpp
16
int
foo
() {
function
pr13353.cpp
2
struct
foo
{
struct
6
class zed : public
foo
{
11
const_cast<
foo
*>(this->g())->bar();
pragma-weak.cpp
3
#pragma weak
foo
macro
4
static void
foo
();
6
void
foo
() {
function
predefined-expr.cpp
5
auto
foo
() {
function
6
static_assert(sizeof(__func__) == 4, "
foo
");
7
static_assert(sizeof(__FUNCTION__) == 4, "
foo
");
8
static_assert(sizeof(__PRETTY_FUNCTION__) == 11, "auto
foo
()");
unused-functions.cpp
4
static int
foo
(int x) { return x; }
function
7
T get_from_foo(T y) { return
foo
(y); }
vector-no-lax.cpp
5
vSInt32
foo
(vUInt32 a) {
function
warn-member-not-needed.cpp
7
void
foo
() {
function in class:__anon23206::A
/external/clang/test/SemaTemplate/
crash-8204126.cpp
4
template<int> template<typename T> friend void
foo
(T) {} // expected-error{{extraneous template parameter list}}
function in struct:A
5
void bar() {
foo
(0); } // expected-error{{use of undeclared identifier '
foo
'}}
instantiate-elab-type-specifier.cpp
6
struct
foo
{};
struct in struct:Base
7
int
foo
;
member in struct:Base
11
typedef struct Base<T>::
foo
type;
nested-incomplete-class.cpp
4
struct
foo
{
struct
15
struct
foo
<T>::bar {
20
foo
<int>().fn();
pragma-ms_struct.cpp
7
template<int x> struct
foo
{
struct
11
extern int arr[sizeof(
foo
<0>) == 16 ? 1 : -1];
/external/compiler-rt/test/BlocksRuntime/
constassign.c
18
void
foo
(void) { printf("I'm in
foo
\n"); }
function
22
void (*const fptr)(void) =
foo
;
/external/compiler-rt/test/asan/TestCases/Darwin/
reexec-insert-libraries-env.cc
24
void
foo
() {}
function
/external/compiler-rt/test/asan/TestCases/Linux/
stack-trace-dlclose.cc
19
void *
foo
() {
function
29
void *(*
foo
)() = (void *(*)())dlsym(handle, "
foo
");
30
assert(
foo
);
31
void *p =
foo
();
/external/compiler-rt/test/asan/TestCases/Windows/
dll_stack_use_after_return.cc
9
void
foo
() {
function
16
foo
();
24
// CHECK-NEXT: #0 {{.*}}
foo
{{.*}}dll_stack_use_after_return.cc
stack_use_after_return.cc
6
void
foo
() {
function
12
foo
();
19
// CHECK-NEXT: {{#0 0x.* in
foo
.*stack_use_after_return.cc}}
/external/compiler-rt/test/asan/TestCases/
force_inline_opt0.cc
6
void
foo
(int *x) {
function
12
foo
(&x);
/external/compiler-rt/test/builtins/Unit/
gcc_personality_test.c
24
*
foo
() is called by main() in gcc_personality_test_helper.cxx.
27
* routines for
foo
() and bar() were called by the personality
37
void
foo
() {
function
/external/compiler-rt/test/profile/
instrprof-write-file-only.c
10
int
foo
(int);
25
return
foo
(0);
27
int
foo
(int X) {
function
28
// There should be no profiling information for @
foo
, since it was called
31
// CHECK-LABEL: define i32 @
foo
instrprof-write-file.c
10
int
foo
(int);
21
int Ret =
foo
(0);
27
int
foo
(int X) {
function
28
// CHECK-LABEL: define i32 @
foo
/external/compiler-rt/test/tsan/
free_race2.c
4
void __attribute__((noinline))
foo
(int *mem) {
function
14
foo
(mem);
25
// CHECK: #{{1|2}}
foo
longjmp.cc
6
int
foo
(jmp_buf env) {
function
16
foo
(env);
Completed in 950 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>