OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atsfontgetpostscriptname
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
attr-availability.c
16
ATSFontGetPostScriptName
(int flags) __attribute__((availability(macosx,introduced=8.0,obsoleted=9.0, message="use ATSFontGetFullPostScriptName"))); // expected-note {{'
ATSFontGetPostScriptName
' has been explicitly marked unavailable here}}
30
ATSFontGetPostScriptName
(100); // expected-error {{'
ATSFontGetPostScriptName
' is unavailable: obsoleted in macOS 9.0 - use ATSFontGetFullPostScriptName}}
Completed in 69 milliseconds