/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | source.c | 101 char *annotation, *name_only; in annotate_source() local 247 annotation = (char *) xmalloc (max_width + 1); in annotate_source() 257 (*annote) (annotation, max_width, line_num, arg); in annotate_source() 258 fputs (annotation, ofp); in annotate_source() 267 free (annotation); in annotate_source()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | source.c | 101 char *annotation, *name_only; in annotate_source() local 247 annotation = (char *) xmalloc (max_width + 1); in annotate_source() 257 (*annote) (annotation, max_width, line_num, arg); in annotate_source() 258 fputs (annotation, ofp); in annotate_source() 267 free (annotation); in annotate_source()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | MarkedUpDisassembly.rst | 23 not carry semantics beyond "this text has an annotation," so consumers can 50 includes contextual tags on portions of the instruction string. An annotation 55 annotation: '<' tag-name tag-modifier-list ':' annotated-text '>' 59 The tag-name is an identifier which gives the type of the annotation. For the 70 For example, a possible annotation of an ARM load of a stack-relative location
|
H A D | BranchWeightMetadata.rst | 223 annotation. The reason why we cannot annotate this on the callsite is that it
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 746 ANNOTATION(cxxscope) // annotation for a C++ scope spec, e.g. "::foo::bar::" 747 ANNOTATION(typename) // annotation for a C typedef name, a C++ (possibly 750 ANNOTATION(template_id) // annotation for a C++ template-id that names a 755 ANNOTATION(non_type) // annotation for a single non-type declaration 756 ANNOTATION(non_type_undeclared) // annotation for an undeclared identifier that 758 ANNOTATION(non_type_dependent) // annotation for an assumed non-type member of 760 ANNOTATION(overload_set) // annotation for an unresolved overload set 761 ANNOTATION(primary_expr) // annotation for a primary expression, used when 764 ANNOTATION(decltype) // annotation for a decltype expression, 769 // one 'pragma_unused' annotation token followed by the argument token.
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | ringdove | 22 0 search Netlist(Freeze) pcb-rnd or gEDA/PCB netlist forward annotation action script 39 >0 regex begin\ backann\ v with Ringdove EDA back annotation
|
H A D | palm | 139 >>>>(0x4E.L+14) beshort <2 - 1 annotation
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | j_package_example.txt | 13 311500 1 java/lang/annotation
|
H A D | j_objnew_example.txt | 754 311496 [Ljava/lang/annotation/Annotation; 1379 311496 4 [Ljava/lang/annotation/Annotation;
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | j_package_example.txt | 13 311500 1 java/lang/annotation
|
H A D | j_objnew_example.txt | 754 311496 [Ljava/lang/annotation/Annotation; 1379 311496 4 [Ljava/lang/annotation/Annotation;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | FixedMetadataKinds.def | 44 LLVM_FIXED_MD_KIND(MD_annotation, "annotation", 30)
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_ast_private.h | 90 isl_id *annotation; member
|
H A D | isl_ast.c | 1160 if (!node->annotation) in isl_ast_node_dup() 1162 dup->annotation = isl_id_copy(node->annotation); in isl_ast_node_dup() 1163 if (!dup->annotation) in isl_ast_node_dup() 1215 isl_id_free(node->annotation); in isl_ast_node_free() 1706 return node ? isl_id_copy(node->annotation) : NULL; in isl_ast_node_get_annotation() 1720 #define FIELD_NAME annotation 1724 #define FIELD annotation 1731 __isl_take isl_ast_node *node, __isl_take isl_id *annotation) in isl_ast_node_set_annotation() argument 1733 return isl_ast_node_any_set_annotation(node, annotation); in isl_ast_node_set_annotation()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/ |
H A D | nullability.rst | 13 If a pointer ``p`` has a nullable annotation and no explicit null check or assert, we should warn i… 90 …pointer will have the nullability information. The lack of multi level annotation tracking only ob…
|
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
H A D | test_cursor.py | 410 annotation = '__attribute__ ((annotate("annotation")))' 415 source = 'template<typename T> ' + (source % annotation)
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
H A D | TODO | 118 annotation-field $1
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | InternalsManual.rst | 977 annotation. Then, if any of the elements of ``ImpliedByAnyOf`` evaluate to true, 979 Finally, the command line is parsed according to the primary annotation. 1030 Tokens occur in two forms: :ref:`annotation tokens <AnnotationToken>` and 1031 normal tokens. Normal tokens are those returned by the lexer, annotation 1109 Additionally, an annotation token may "cover" a sequence of preprocessor tokens 1111 of an annotation token are different than the fields for a normal token (but 1114 * **SourceLocation "Location"** --- The ``SourceLocation`` for the annotation 1115 token indicates the first token replaced by the annotation token. In the 1118 token replaced with the annotation token. In the example above, it would be 1122 ``Sema`` to later interpret based on the annotation token kind. [all …]
|
H A D | APINotes.rst | 218 annotation (see documentation for 'ResultType').
|
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | ast.h | 118 __isl_take isl_ast_node *node, __isl_take isl_id *annotation);
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
H A D | 2001-02-09-AdveComments.txt | 7 o We should consider eliminating the type annotation in cases where it is
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | rfc3492.txt | 75 A. Mixed-case annotation.....................................22 136 string. See appendix A "Mixed-case annotation". 427 If support for mixed-case annotation is desired (see appendix A), 476 case annotation (see appendix A). 1183 A. Mixed-case annotation 1187 encoding. The encoded string can use mixed case as an annotation 1189 display purposes. Note, however, that mixed-case annotation is not 1197 basic code points, the last of which provides the annotation. If it
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 325 case Intrinsic::annotation: in LowerIntrinsicCall()
|
/netbsd-src/external/bsd/unbound/dist/dnstap/ |
H A D | dnstap.proto | 38 // This field can be used for adding an arbitrary byte-string annotation to
|
/netbsd-src/external/bsd/nsd/dist/dnstap/ |
H A D | dnstap.proto | 38 // This field can be used for adding an arbitrary byte-string annotation to
|