| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | MarkedUpDisassembly.rst | 20 To provide this functionality the assembly text is marked up with annotations. 24 simply ignore annotations they do not understand or do not care about. 34 with the marked up annotations. 67 understand, allowing the annotations to grow in richness without breaking older 85 disassembled instructions with annotations, ``LLVMSetDisasmOptions()`` and the
|
| H A D | NVPTXUsage.rst | 38 ``nvvm.annotations`` named metadata object, and has the following format: 63 !nvvm.annotations = !{!1} 458 !nvvm.annotations = !{!0} 596 ``nvvm.annotations``. This named metadata must contain a list of metadata that 609 !nvvm.annotations = !{!0} 614 Here, we have a single metadata declaration in ``nvvm.annotations``. This 842 !nvvm.annotations = !{!0}
|
| /netbsd-src/external/mit/isl/dist/doc/ |
| H A D | CodingStyle | 40 Some old functions do not have memory management annotations yet. 41 All new functions should have memory management annotations,
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_flags.inc | 19 "Enable dynamic annotations, otherwise they are no-ops.") 35 "Report incorrect usages of mutexes and mutex annotations?")
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_flags.inc | 21 "Enable dynamic annotations, otherwise they are no-ops.") 37 "Report incorrect usages of mutexes and mutex annotations?")
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_flags.inc | 20 "Enable dynamic annotations, otherwise they are no-ops.") 36 "Report incorrect usages of mutexes and mutex annotations?")
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/ |
| H A D | nullability.rst | 6 These checks intended to use the annotations that is described in this 90 …annotations for pointers pointing to pointers would make the checker more complicated, because thi…
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | palm | 126 # annotations. 140 >>>>(0x4E.L+14) beshort >1 - %d annotations
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | UsingLibcxx.rst | 147 thread safety annotations. 153 This macro is used to enable -Wthread-safety annotations on libc++'s 154 ``std::mutex`` and ``std::lock_guard``. By default, these annotations are 158 This macro is used to disable all visibility annotations inside libc++.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | configure.ac | 209 AC_ARG_ENABLE(valgrind-annotations, 210 [AS_HELP_STRING([--enable-valgrind-annotations],
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | APINotes.rst | 101 annotations that only apply to Swift 4 mode and earlier. The other entries 143 Each declaration supports the following annotations (if relevant to that 231 header. Prefer 'Nullability' and other annotations when possible.
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | configure.ac | 229 AC_ARG_ENABLE(valgrind-annotations, 230 [AS_HELP_STRING([--enable-valgrind-annotations],
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeFunctionSymbol.cpp | 64 for (auto &Annot : IS.annotations()) { in inlineSiteContainsAddress()
|
| H A D | NativeInlineSiteSymbol.cpp | 101 for (const auto &Annot : Sym.annotations()) { in getLineOffset()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | __availability | 55 // Availability annotations are only meaningful when shipping libc++ inside 57 // turn those annotations on at CMake configuration time.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/models/inliner/ |
| H A D | saved_model.pbtxt | 28509 key: "annotations" 28577 key: "annotations" 28702 key: "annotations" 28793 key: "annotations" 28884 key: "annotations" 28975 key: "annotations" 29046 key: "annotations" 29117 key: "annotations" 29188 key: "annotations" 29259 key: "annotations" [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMSchedule.td | 9 // Instruction scheduling annotations for in-order and out-of-order CPUs. 10 // These annotations are independent of the itinerary class defined below.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | FileCheck.rst | 118 Dump input to stderr, adding annotations representing currently enabled 144 * ``annotation-full`` - Input lines with annotations 145 * ``annotation`` - Input lines with starting points of annotations 146 * ``error`` - Input lines with starting points of error annotations 177 ``-dump-input=always``, add those matches as input annotations instead. 185 information as input annotations instead.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | c++config | 497 // The annotations in this example tell the race detector that all memory 548 // Conditionally enable annotations for the Transactional Memory TS on C++11.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 326 …"visibility for functions and variables with dllexport annotations [-fvisibility-from-dllstoragecl… 330 …"visibility for external declarations with dllimport annotations [-fvisibility-from-dllstorageclas…
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_flags.inc | 142 "If true, honor the container overflow annotations. See "
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_flags.inc | 143 "If true, honor the container overflow annotations. See "
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_flags.inc | 145 "If true, honor the container overflow annotations. See "
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | c++config | 628 // The annotations in this example tell the race detector that all memory 688 // Conditionally enable annotations for the Transactional Memory TS on C++11.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/ |
| H A D | BUILD.gn | 310 # since the code doesn't have export annotations, but there are a few
|