Home
last modified time | relevance | path

Searched refs:AnnotationString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1472 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1475 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1478 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1482 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1485 if (AnnotationString) { in AddCFAnnotations()
1487 commit.insertAfterToken(FuncDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()
1586 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1589 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1592 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1606 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp484 StringRef AnnotationString; in outputAnnotations() local
485 getConstantStringInfo(GV, AnnotationString); in outputAnnotations()
491 addStringImm(AnnotationString, Inst); in outputAnnotations()