OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foo
(Results
76 - 100
of
3019
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGen/
imaginary.c
4
double _Imaginary
foo
; // expected-error {{imaginary types are not supported}}
variable
/external/clang/test/Index/
preamble-reparse-cmd-define.c
7
int
foo
() {
function
preamble_macro_template.cpp
1
template void
foo
(int *);
7
// CHECK: preamble_macro_template.h:4:6: FunctionDecl=
foo
:4:6 (Definition) [Specialization of
foo
:4:6] Extent=[4:1 - 6:2]
/external/clang/test/Misc/
error-limit-multiple-notes.cpp
4
void
foo
(int);
5
void
foo
(double);
6
void
foo
(int, int);
10
foo
();
17
// CHECK: 10:5: error: no matching function for call to '
foo
'
wrong-encoding.c
4
void
foo
() {
function
/external/clang/test/Modules/Inputs/CmdLine.framework/Headers/
CmdLine.h
2
int *
foo
(void);
4
float *
foo
(void);
/external/clang/test/PCH/
cxx-functions.cpp
11
foo
();
modified-header-crash.c
12
foo
= 3;
/external/clang/test/Parser/
bad-control.c
3
void
foo
() {
function
parser_overflow.c
8
void
foo
(void) {
function
[
all
...]
/external/clang/test/Preprocessor/
cxx_oper_keyword.cpp
5
#define and
foo
/external/llvm/test/MC/AsmParser/
macro-irpc.s
3
.irpc
foo
,123
4
.long \
foo
/external/llvm/test/MC/ELF/
align-bss.s
5
.local
foo
6
.comm
foo
,2048,16
/external/mesa3d/src/glsl/glcpp/tests/
033-define-func-self-compose.c
1
#define
foo
(a)
foo
(2*(a))
macro
2
foo
(
foo
(3))
/external/valgrind/main/memcheck/tests/
partiallydefinedeq.stdout.exp
0
foo
3
foo
/ndk/tests/build/multi-module-path/path2/bar/
libbar.c
2
#include "
foo
.h"
6
return
foo
()*2;
/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/CodeGenCXX/
cxx-apple-kext.cpp
18
// CHECK-KEXT: call void @_ZN3fooD1Ev(%class.
foo
* @a)
20
class
foo
{
class
22
foo
();
23
virtual ~
foo
();
26
foo
a;
27
foo
::~
foo
() {}
/external/llvm/test/DebugInfo/Inputs/
dwarfdump-test-loc-list-32bit.elf.cpp
4
struct
foo
{
struct in namespace:pr14763
5
foo
(const
foo
&);
8
foo
func(bool b,
foo
f,
foo
g) {
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
002-define-chain.c
1
#define
foo
1
macro
2
#define bar
foo
003-define-chain-reverse.c
1
#define bar
foo
2
#define
foo
1
macro
005-define-composite-chain.c
1
#define
foo
1
macro
2
#define bar a
foo
006-define-composite-chain-reverse.c
1
#define bar a
foo
2
#define
foo
1
macro
013-define-func-1-arg-unused.c
1
#define
foo
(x) 1
macro
2
foo
(bar)
015-define-object-with-parens.c
1
#define
foo
()1
macro
2
foo
()
Completed in 1165 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>