Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/docs/
H A DBoundsSafety.rst150 Annotation for pointers to a single objectBounds annotations global() argument
187 External bounds annotationsBounds annotations global() argument
259 Internal bounds annotationsBounds annotations global() argument
351 Annotations for sentinel-delimited arraysBounds annotations global() argument
379 Annotation for interoperating with bounds-unsafe codeBounds annotations global() argument
504 Default pointer types in typeofABI implications of default bounds annotations global() argument
[all...]
/llvm-project/clang/test/SemaObjC/
H A Dinvalid-objc-decls-1.m39 …@property(readonly) NSMutableSet annotations; // expected-error{{interface type cannot be statical… property
/llvm-project/clang/test/SemaCXX/
H A Dtypo-correction-cxx11.cpp52 void run(A *annotations) { in run()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp863 StructuredData::ArraySP annotations = ExtractCrashInfoAnnotations(process); FetchExtendedCrashInformation() local
915 CrashInfoAnnotations annotations; ExtractCrashInfoAnnotations() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h360 iterator_range<BinaryAnnotationIterator> annotations() const { in annotations() function