Searched defs:annotation (Results 1 – 13 of 13) sorted by relevance
24 if (auto *const annotation = other.TypeAnnotation(); annotation != nullptr) { in AnnotatedExpression() local
38 attr_accessor :type, :annotation, :debug_info accessor in IRInstruction
136 … auto *annotation = allocator->New<panda::pandasm::AnnotationData>(protoAnnotation.recordname()); in Deserialize() local
309 for (auto annotation : annotations_) { in WriteAnnotations() local645 for (auto annotation : annotations_) { in WriteTaggedData() local1290 for (auto annotation : annotations_) { in WriteAnnotations() local
522 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()801 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()897 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()1075 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
353 for (auto annotation : annotations_) { in WriteAnnotations() local691 for (auto annotation : annotations_) { in WriteTaggedData() local1340 for (auto annotation : annotations_) { in WriteAnnotations() local
523 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()803 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()884 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()1051 void AddAnnotation(AnnotationItem *annotation) in AddAnnotation()
115 AnnotationData annotation(TSTYPE_ANNO_RECORD_NAME); in SetTypeAnnotationForFunc() local
320 auto annotation = value->GetAsScalar()->GetValue<AnnotationData>(); in CreateScalarAnnotationValueItem() local413 …nItem *AsmEmitter::CreateAnnotationItem(ItemContainer *container, const AnnotationData &annotation, in CreateAnnotationItem()496 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations() local
252 DataRefOffset32 annotation; member
484 auto annotation = value->GetAsScalar()->GetValue<AnnotationData>(); in CreateScalarAnnotationValueItem() local577 …nItem *AsmEmitter::CreateAnnotationItem(ItemContainer *container, const AnnotationData &annotation, in CreateAnnotationItem()681 for (const auto &annotation : metadata.GetAnnotations()) { in AddAnnotations() local
1008 AnnotationData annotation("_ESSlotNumberAnnotation"); variable
480 ir::TypeNode const *const annotation) in CheckEtsFunctionType()