OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gorf
(Results
1 - 11
of
11
) sorted by null
/external/clang/test/SemaObjC/
property-not-lvalue.m
24
@interface
Gorf
{
29
@implementation
Gorf
check-dup-objc-decls-1.m
21
typedef int
Gorf
; // expected-note {{previous definition is here}}
23
@interface
Gorf
@end // expected-error {{redefinition of '
Gorf
' as different kind of symbol}} expected-note {{previous definition is here}}
25
void
Gorf
() // expected-error {{redefinition of '
Gorf
' as different kind of symbol}}
comptypes-10.m
15
void
gorf
(NSObject <NSCopying> *); // expected-note {{passing argument to parameter here}}
24
gorf
(bar); // expected-warning {{passing 'id<NSCopying>' to parameter of incompatible type 'NSObject<NSCopying> *'}}
26
gorf
(id_obj);
arc-property-lifetime.m
71
@interface
Gorf
{
80
@implementation
Gorf
/external/clang/test/CodeGenCXX/
instantiate-blocks.cpp
47
template <typename T> void
gorf
(T t)
function in namespace:rdar6182276
55
gorf
(2);
mangle-local-class-names.cpp
34
void
GORF
(float IVAR1)
no-opt-volatile-memcpy.cpp
46
void
gorf
(void) {
function
/external/clang/test/Sema/
typeof-use-deprecated.c
21
struct
gorf
{ int x; };
struct
22
typedef struct
gorf
T __attribute__((deprecated)); // expected-note {{'T' declared here}}
/external/clang/test/CodeGenObjC/
debug-info-ivars-indirect.m
28
void
gorf
(struct S* s) {
debug-info-ivars-extension.m
22
void
gorf
(I* pg) {
/external/clang/test/Parser/
attr-availability.c
23
gorf
__attribute__((availability(macosx,introduced=8.5, message = 10.0))), // expected-error {{expected string literal for optional message in 'availability' attribute}}
enumerator in enum:E
Completed in 805 milliseconds