OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gorf
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Parser/
attr-availability.c
27
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
/external/clang/test/CodeGenCXX/
instantiate-blocks.cpp
47
template <typename T> void
gorf
(T t)
function in namespace:rdar6182276
55
gorf
(2);
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' has been explicitly marked deprecated here}}
Completed in 3492 milliseconds