/external/llvm/test/Assembler/ |
comment.ll | 1 ; RUN: llvm-as < %s | llvm-dis -show-annotations | FileCheck -check-prefix=ANNOT %s 10 ; ANNOT: @B = external global i32 ; [#uses=0 type=i32*] 18 ; ANNOT: %cmp = fcmp olt <4 x float> %a, %b ; [#uses=1 type=<4 x i1>]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/InstPrinter/ |
AMDGPUInstPrinter.cpp | 8 StringRef Annot) { 11 printAnnotation(OS, Annot);
|
AMDGPUInstPrinter.h | 22 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
/external/mesa3d/src/gallium/drivers/radeon/InstPrinter/ |
AMDGPUInstPrinter.cpp | 8 StringRef Annot) { 11 printAnnotation(OS, Annot);
|
AMDGPUInstPrinter.h | 22 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
Annot.java | 5 public @interface Annot
|
Parent.java | 2 @com.android.stubs.Annot(value="asdf")
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXUtilities.cpp | 121 unsigned annot; local 124 annot)) { 125 assert((annot == 1) && "Unexpected annotation on a texture symbol"); 134 unsigned annot; local 137 annot)) { 138 assert((annot == 1) && "Unexpected annotation on a surface symbol"); 147 unsigned annot; local 150 annot)) { 151 assert((annot == 1) && "Unexpected annotation on a sampler symbol"); 157 std::vector<unsigned> annot; local 171 std::vector<unsigned> annot; local 186 std::vector<unsigned> annot; local [all...] |
/build/tools/droiddoc/test/stubs/src/com/android/stubs/ |
Annot.java | 27 public @interface Annot {
|
Parent.java | 19 @Annot("asdf")
|
/external/llvm/lib/MC/ |
MCInstPrinter.cpp | 32 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { 33 if (!Annot.empty()) { 35 (*CommentStream) << Annot; 37 OS << " " << MAI.getCommentString() << " " << Annot;
|
/cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/ |
CtsJavaScannerDoclet.java | 87 for (AnnotationDesc annot : annotations) { 88 AnnotationTypeDoc atype = annot.annotationType(); 90 ElementValuePair[] cpairs = annot.elementValues();
|
/external/llvm/lib/Target/Hexagon/InstPrinter/ |
HexagonInstPrinter.cpp | 42 StringRef Annot) { 43 printInst((const HexagonMCInst*)(MI), O, Annot); 47 StringRef Annot) { 86 printAnnotation(O, Annot);
|
HexagonInstPrinter.h | 30 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot); 31 void printInst(const HexagonMCInst *MI, raw_ostream &O, StringRef Annot);
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
schemasInternals.h | 257 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaAttribute 310 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaWildcard 368 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaAttributeGroup 609 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaType 772 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaElement 828 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaFacet 844 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaNotation 929 xmlSchemaAnnotPtr annot; member in struct:_xmlSchema
|
/external/libxml2/include/libxml/ |
schemasInternals.h | 257 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaAttribute 310 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaWildcard 368 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaAttributeGroup 609 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaType 772 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaElement 828 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaFacet 844 xmlSchemaAnnotPtr annot; member in struct:_xmlSchemaNotation 929 xmlSchemaAnnotPtr annot; member in struct:_xmlSchema
|
/external/llvm/include/llvm/MC/ |
MCInstPrinter.h | 56 void printAnnotation(raw_ostream &OS, StringRef Annot); 71 StringRef Annot) = 0;
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
MSP430InstPrinter.cpp | 29 StringRef Annot) { 31 printAnnotation(O, Annot);
|
MSP430InstPrinter.h | 28 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
/external/llvm/lib/Target/XCore/InstPrinter/ |
XCoreInstPrinter.cpp | 32 StringRef Annot) { 34 printAnnotation(O, Annot);
|
XCoreInstPrinter.h | 35 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
PPCInstPrinter.cpp | 31 StringRef Annot) { 51 printAnnotation(O, Annot); 62 printAnnotation(O, Annot); 76 printAnnotation(O, Annot); 82 printAnnotation(O, Annot);
|
PPCInstPrinter.h | 35 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
|
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
NVPTXInstPrinter.h | 31 virtual void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot);
|
/external/llvm/lib/Target/R600/InstPrinter/ |
AMDGPUInstPrinter.cpp | 19 StringRef Annot) { 23 printAnnotation(OS, Annot);
|