| /src/external/gpl3/binutils/dist/gprof/ |
| source.c | 101 char *annotation, *name_only; local 182 /* Create annotation files in the current working directory. */ 247 annotation = (char *) xmalloc (max_width + 1); 257 (*annote) (annotation, max_width, line_num, arg); 258 fputs (annotation, ofp); 267 free (annotation);
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| source.c | 101 char *annotation, *name_only; local 182 /* Create annotation files in the current working directory. */ 247 annotation = (char *) xmalloc (max_width + 1); 257 (*annote) (annotation, max_width, line_num, arg); 258 fputs (annotation, ofp); 267 free (annotation);
|
| /src/external/mit/isl/dist/ |
| isl_ast_private.h | 90 isl_id *annotation; member in struct:isl_ast_node
|
| isl_ast.c | 1160 if (!node->annotation) 1162 dup->annotation = isl_id_copy(node->annotation); 1163 if (!dup->annotation) 1215 isl_id_free(node->annotation); 1706 return node ? isl_id_copy(node->annotation) : NULL; 1720 #define FIELD_NAME annotation 1724 #define FIELD annotation 1728 /* Replace node->annotation by "annotation" [all...] |
| /src/external/mit/isl/dist/include/isl/ |
| ast.h | 118 __isl_take isl_ast_node *node, __isl_take isl_id *annotation);
|
| /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| test_cursor.py | 397 tu = get_tu('int foo (void) __attribute__ ((annotate("here be annotation attribute")));') 404 self.assertEqual(c.displayname, "here be annotation attribute") 407 self.fail("Couldn't find annotation") 410 annotation = '__attribute__ ((annotate("annotation")))' 415 source = 'template<typename T> ' + (source % annotation) 424 self.assertEqual(c.displayname, "annotation") 427 self.fail("Couldn't find annotation for {}".format(kind))
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| IntrinsicLowering.cpp | 325 case Intrinsic::annotation: 327 // Just drop the annotation, but forward the value
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| TargetTransformInfoImpl.h | 575 case Intrinsic::annotation:
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| LoopRerollPass.cpp | 1147 case Intrinsic::annotation:
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| IRTranslator.cpp | 2108 case Intrinsic::annotation:
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGBuilder.cpp | 6586 case Intrinsic::annotation: 6606 MF.getMMI().getContext().createTempSymbol("annotation", true);
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGBuiltin.cpp | 4074 llvm::Function *F = CGM.getIntrinsic(llvm::Intrinsic::annotation, 4077 // Get the annotation string, go through casts. Sema requires this to be a
|