| /freebsd/sys/tools/syscalls/core/ |
| H A D | scarg.lua | 64 self.annotation = extractArgAnnotations(self.scarg) 145 annotation = self.annotation or "", 150 annotation = "", 156 annotation = self.annotation or "",
|
| /freebsd/sys/tools/syscalls/scripts/ |
| H A D | syscall_json.lua | 59 if a.annotation ~= nil and a.annotation ~= "" then 60 arg.annotation = a.annotation
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 865 ANNOTATION(cxxscope) // annotation for a C++ scope spec, e.g. "::foo::bar::" 866 ANNOTATION(typename) // annotation for a C typedef name, a C++ (possibly 869 ANNOTATION(template_id) // annotation for a C++ template-id that names a 874 ANNOTATION(non_type) // annotation for a single non-type declaration 875 ANNOTATION(non_type_undeclared) // annotation for an undeclared identifier that 877 ANNOTATION(non_type_dependent) // annotation for an assumed non-type member of 879 ANNOTATION(overload_set) // annotation for an unresolved overload set 880 ANNOTATION(primary_expr) // annotation for a primary expression, used when 883 ANNOTATION(decltype) // annotation for a decltype expression, 885 ANNOTATION(pack_indexing_type) // annotation for an indexed pack of type, [all …]
|
| H A D | DiagnosticFrontendKinds.td | 371 "annotation was correct on %0 of profiled executions">,
|
| H A D | AttrDocs.td | 1561 Objective-C, the annotation ``__attribute__((ns_returns_retained))`` applied to 1564 Similarly, the annotation ``__attribute__((ns_returns_not_retained))`` 1567 The annotation ``__attribute__((ns_consumes_self))`` specifies that 1570 Additionally, parameters can have an annotation 1853 Operationally, when a method has this annotation the compiler will warn if the 2423 meant to replace comments with a more strict annotation, which can be checked 2431 case to another. Diagnostics on fallthrough without a corresponding annotation 2457 [[clang::fallthrough]]; // warning: fallthrough annotation does not 2723 such annotation is guaranteed to generate LDX/ST/STX instruction with 4943 can change with no visible modification, so static annotation is unlikely to be [all …]
|
| H A D | DiagnosticGroups.td | 1649 // -fbounds-safety and bounds annotation related warnings
|
| H A D | DiagnosticSemaKinds.td | 808 "fallthrough annotation in unreachable code">, 3643 "access specifier can only have annotation attributes">; 6296 "%select{hidden visibility|no import/export annotation}1">, 6303 "%select{hidden visibility|no import/export annotation}1">, 10464 "using '%0' format specifier annotation outside of os_log()/os_trace()">, 10742 // Builtin annotation 10833 "fallthrough annotation is outside switch statement">; 10835 "fallthrough annotation does not directly precede switch label">;
|
| H A D | DiagnosticParseKinds.td | 541 "unknown cast annotation __bridge_retain; did you mean __bridge_retained?">;
|
| /freebsd/contrib/file/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
|
| H A D | windows | 535 >>0xD4 string =\x62\x6D\x66\x01\x00 Windows help annotation
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | FixedMetadataKinds.def | 44 LLVM_FIXED_MD_KIND(MD_annotation, "annotation", 30)
|
| H A D | Intrinsics.td | 1503 [IntrInaccessibleMemOnly], "llvm.var.annotation">; 1508 [IntrInaccessibleMemOnly], "llvm.ptr.annotation">; 1513 [IntrInaccessibleMemOnly], "llvm.annotation">; 1520 "llvm.codeview.annotation">;
|
| /freebsd/crypto/heimdal/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
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IntrinsicLowering.cpp | 338 case Intrinsic::annotation: in LowerIntrinsicCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 313 CGSCC_PASS("coro-annotation-elide", CoroAnnotationElidePass()) 400 FUNCTION_PASS("annotation-remarks", AnnotationRemarksPass())
|
| /freebsd/contrib/unbound/dnstap/ |
| H A D | dnstap.proto | 38 // This field can be used for adding an arbitrary byte-string annotation to
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 886 case Intrinsic::annotation: in getIntrinsicInstrCost()
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | README.asn1 | 69 usually there will be no such annotation. If not, the default depends
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1218 HelpText<"Gathers information for annotation driven invalidation checking "
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2448 case Intrinsic::annotation: in translateKnownIntrinsic()
|
| /freebsd/contrib/jemalloc/ |
| H A D | ChangeLog | 135 - Add format annotation to the format generator function. (@zoulasc)
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 7667 case Intrinsic::annotation: in getOperandsToCreate() 8139 case Intrinsic::annotation: in createSCEV()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 5230 Intrinsic::annotation, {AnnVal->getType(), CGM.ConstGlobalsPtrTy}); in EmitBuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 7408 case Intrinsic::annotation: in visitIntrinsicCall()
|