Searched refs:annot (Results 1 – 8 of 8) sorted by relevance
146 unsigned annot; in isTexture() local147 if (findOneNVVMAnnotation(gv, "texture", annot)) { in isTexture()148 assert((annot == 1) && "Unexpected annotation on a texture symbol"); in isTexture()157 unsigned annot; in isSurface() local158 if (findOneNVVMAnnotation(gv, "surface", annot)) { in isSurface()159 assert((annot == 1) && "Unexpected annotation on a surface symbol"); in isSurface()170 unsigned annot; in isSampler() local171 if (findOneNVVMAnnotation(gv, AnnotationName, annot)) { in isSampler()172 assert((annot == 1) && "Unexpected annotation on a sampler symbol"); in isSampler()178 std::vector<unsigned> annot; in isSampler() local[all …]
13 - (id <Baz>)anotherMethod; /* { dg-error "annot find protocol declaration" } */18 - (id <Baz>)anotherMethod; /* { dg-error "annot find protocol declaration" } */
5 @end /* { dg-error "annot find interface declaration for .*, superclass" } */
4 @compatibility_alias class1 class2; /* { dg-warning "annot find class" } */
7 baz(@"hiya"); /* { dg-error "annot find interface declaration" } */
20 /* { dg-warning "annot find interface declaration" "" { target *-*-* } 18 } */
1460 for (auto &annot : inline_site.annotations()) { in ParseInlineSite() local1461 switch (annot.OpCode) { in ParseInlineSite()1465 code_offset += annot.U1; in ParseInlineSite()1466 update_code_offset(annot.U1); in ParseInlineSite()1469 update_line_offset(annot.S1); in ParseInlineSite()1472 update_code_offset(annot.U1); in ParseInlineSite()1473 code_offset += annot.U1; in ParseInlineSite()1477 code_offset += annot.U1; in ParseInlineSite()1478 update_code_offset(annot.U1); in ParseInlineSite()1479 update_line_offset(annot.S1); in ParseInlineSite()[all …]
158 COMMAND "${OCAMLFIND}" "ocamlmklib" "-ocamlcflags" "-bin-annot"