OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xpto
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/CodeGenCXX/
array-construction.cpp
11
class
xpto
{
class
13
xpto
() : i(count++), f(fcount++) {
function in class:xpto
14
printf("
xpto
::
xpto
()\n");
19
~
xpto
() {
20
printf("
xpto
::~
xpto
()\n");
25
xpto
array[2][3][4];
expr.cpp
10
char *
xpto
;
local
11
while ( true &&
xpto
[0] );
/external/clang/test/SemaCXX/
address-of.cpp
34
void
xpto
();
35
void (*xyz)(void) = &
xpto
;
attr-noreturn.cpp
198
class
xpto
{
class
202
int
xpto
::blah() {
/external/clang/test/CodeGen/
debug-info.c
25
char
xpto
[];
variable
/external/clang/test/Sema/
enum.c
66
enum
xpto
; // expected-warning{{ISO C forbids forward references to 'enum' types}}
67
enum
xpto
; // expected-warning{{ISO C forbids forward references to 'enum' types}}
attr-format.c
11
typedef const char*
xpto
;
typedef
12
void f(
xpto
c, va_list list) __attribute__((format(printf, 1, 0))); // no-error
13
void g(
xpto
c) __attribute__((format(printf, 1, 0))); // no-error
array-init.c
242
union uniao { int ola; }
xpto
[1];
variable in typeref:union:uniao
246
{ (long)
xpto
},
Completed in 143 milliseconds