| /openbsd-src/gnu/llvm/llvm/cmake/platforms/ |
| H A D | iOS.cmake | 19 message(STATUS "Using SDKROOT ${SDKROOT}") 28 message(STATUS "Using C compiler ${CMAKE_C_COMPILER}") 36 message(STATUS "Using C++ compiler ${CMAKE_CXX_COMPILER}") 45 message(STATUS "Using ar ${CMAKE_AR}") 54 message(STATUS "Using ranlib ${CMAKE_RANLIB}") 63 message(STATUS "Using strip ${CMAKE_STRIP}") 72 message(STATUS "Using dsymutil ${CMAKE_DSYMUTIL}") 81 message(STATUS "Using libtool ${CMAKE_LIBTOOL}") 90 message(STATUS "Using codesign ${CMAKE_CODESIGN}") 101 message(STATUS "Using codesign_allocate ${CMAKE_CODESIGN_ALLOCATE}")
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/t/ |
| H A D | woodbury.t | 72 "Test Using Larger Than Block-Size Key - Hash Key First" 73 "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data" 93 "Test Using Larger Than Block-Size Key - Hash Key First" 94 "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data. The Larger Block-Sizes … 114 "Test Using Larger Than Block-Size Key - Hash Key First" 115 "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data. The Larger Block-Sizes …
|
| H A D | rfc2202.t | 42 "Test Using Larger Than Block-Size Key - Hash Key First" 43 "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data"
|
| H A D | hmacsha.t | 62 "Test Using Larger Than Block-Size Key - Hash Key First" 63 "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data"
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlexperiment.pod | 31 Using this feature triggers warnings in the category 50 Using this feature triggers warnings in the category 62 Using this feature triggers warnings in the category 74 Using this feature triggers warnings in the category 93 Using this feature triggers warnings in the category 109 Using this feature triggers warnings in the category 122 Using this feature triggers warnings in the category 132 Using the optional C<finally> block part of this feature triggers warnings in 143 Using the default arguments array (C<@_>) within a subroutine that uses 154 Using certai [all...] |
| /openbsd-src/regress/lib/libcrypto/aead/ |
| H A D | aeadtests.txt | 6 # 2.5.1 65-byte Packet Authentication Using GCM-AES-128 15 # 2.5.2 65-byte Packet Authentication Using GCM-AES-256 24 # 2.8.1 75-byte Packet Encryption Using GCM-AES-128 33 # 2.8.2 75-byte Packet Encryption Using GCM-AES-256
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | index.rst | 13 Using Clang as a Compiler 57 Using Clang as a Library 78 Using Clang Tools
|
| H A D | ClangPlugins.rst | 128 Using the compiler driver 133 line via the `fplugin-arg-<plugin name>-<argument>` option. Using this 150 Using the cc1 command line 188 Using the clang command line 191 Using `-fplugin=plugin` on the clang command line passes the plugin
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-timeout/ |
| H A D | lit.cfg | 12 lit_config.note('Using internal shell') 15 lit_config.note('Using external shell')
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 342 bool VisitUsingDecl(const UsingDecl *Using) { in VisitUsingDecl() argument 343 for (const auto *UsingShadow : Using->shadows()) { in VisitUsingDecl() 345 UsingDecls.push_back(Using); in VisitUsingDecl() 594 for (const auto *Using : Finder.getUsingDecls()) in createRenameAtomicChanges() local 595 Replace(Using->getBeginLoc(), Using->getEndLoc(), "using " + NewName.str()); in createRenameAtomicChanges()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | config.in | 151 /* Using strict COFF? */ 175 /* Using cgen code? */ 178 /* Using i386 COFF? */ 181 /* Using m68k COFF? */ 184 /* Using m88k COFF? */
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | macro.texi | 55 * Using Macros Recursively:: 58 * Using @texinfo{} Macros As Arguments:: 64 Using macros in @texinfo{} is easy. First you define the macro. After 130 @section Using Macros Recursively 170 @section Using @texinfo{} Macros As Arguments
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 317 Info.Kind = SymbolKind::Using; in getSymbolInfo() 323 Info.Kind = SymbolKind::Using; in getSymbolInfo() 328 case Decl::Using: in getSymbolInfo() 329 Info.Kind = SymbolKind::Using; in getSymbolInfo() 333 Info.Kind = SymbolKind::Using; in getSymbolInfo() 536 case SymbolKind::Using: return "using"; in getSymbolKindString()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | config.in | 163 /* Using i386 COFF? */ 166 /* Using m68k COFF? */ 169 /* Using m88k COFF? */ 258 /* Using strict COFF? */ 291 /* Using cgen code? */
|
| /openbsd-src/regress/usr.bin/make/ |
| H A D | t39.out | 1 Using $< in a non-suffix rule context is a GNUmake idiom (prereq of thing.o)
|
| /openbsd-src/regress/usr.sbin/btrace/ |
| H A D | map.ok | 8 => Using printf:
|
| H A D | map.bt | 19 printf("=> Using printf:\n");
|
| /openbsd-src/gnu/usr.bin/perl/hints/ |
| H A D | os400.sh | 18 *** Using the AIX hints file, $src/hints/aix.sh.
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Sm/ |
| H A D | scope.out_markdown | 9 Using an abbreviated example from the
|
| H A D | scope.out_ascii | 7 Using an abbreviated example from the ksh(1) manual.
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFOptions.td | 12 // Boolean flag which can be suffixed by ":no". Using it unsuffixed turns the
|
| /openbsd-src/regress/sys/nfs/ |
| H A D | README | 4 Using file mmap(2) over NFS is tested.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsScheduleP5600.td | 243 let Latency = 23; // Using common case 248 let Latency = 23; // Using common case 253 let Latency = 31; // Using common case 258 let Latency = 19; // Using common case 263 let Latency = 27; // Using common case 268 let Latency = 27; // Using common case 273 let Latency = 27; // Using common case 278 let Latency = 27; // Using common case 283 let Latency = 35; // Using common case
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | ExtendedCXX03Support.rst | 52 Using Minimal C++11 in libc++ 91 Using default template parameters for SFINAE (#1) should always be prefered.
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | TensorFlowCompile.cmake | 49 message("Using model at " ${LLVM_ML_MODELS_ABSOLUTE}) 85 message(STATUS "Using provided header " ${hdr_file} " and object " ${obj_file} "
|