Home
last modified time | relevance | path

Searched refs:annot (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp146 unsigned annot; in isTexture() local
147 if (findOneNVVMAnnotation(gv, "texture", annot)) { in isTexture()
148 assert((annot == 1) && "Unexpected annotation on a texture symbol"); in isTexture()
157 unsigned annot; in isSurface() local
158 if (findOneNVVMAnnotation(gv, "surface", annot)) { in isSurface()
159 assert((annot == 1) && "Unexpected annotation on a surface symbol"); in isSurface()
170 unsigned annot; in isSampler() local
171 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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dfwd-proto-1.m13 - (id <Baz>)anotherMethod; /* { dg-error "annot find protocol declaration" } */
18 - (id <Baz>)anotherMethod; /* { dg-error "annot find protocol declaration" } */
H A Dsuper-class-1.m5 @end /* { dg-error "annot find interface declaration for .*, superclass" } */
H A Dalias.m4 @compatibility_alias class1 class2; /* { dg-warning "annot find class" } */
H A Dconst-str-1.m7 baz(@"hiya"); /* { dg-error "annot find interface declaration" } */
H A Dclass-1.m20 /* { dg-warning "annot find interface declaration" "" { target *-*-* } 18 } */
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1460 for (auto &annot : inline_site.annotations()) { in ParseInlineSite() local
1461 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 …]
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DAddOCaml.cmake158 COMMAND "${OCAMLFIND}" "ocamlmklib" "-ocamlcflags" "-bin-annot"