| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Path.h | 28 native, enumerator 39 if (S != Style::native) in is_style_posix() 79 Style S = Style::native; ///< The path style to use. 105 Style S = Style::native; ///< The path style to use. 122 const_iterator begin(StringRef path, Style style = Style::native); 132 reverse_iterator rbegin(StringRef path, Style style = Style::native); 155 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native); 170 Style style = Style::native); 196 Style style = Style::native); 202 StringRef remove_leading_dotslash(StringRef path, Style style = Style::native); [all …]
|
| H A D | Endian.h | 27 enum endianness {big, little, native}; enumerator 50 if ((endian != native) && (endian != system_endianness())) in byte_swap() 326 detail::packed_endian_specific_integral<uint16_t, native, unaligned>; 328 detail::packed_endian_specific_integral<uint32_t, native, unaligned>; 330 detail::packed_endian_specific_integral<uint64_t, native, unaligned>; 333 detail::packed_endian_specific_integral<int16_t, native, unaligned>; 335 detail::packed_endian_specific_integral<int32_t, native, unaligned>; 337 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | META.llvm.in | 5 archive(native) = "llvm.cmxa" 13 archive(native) = "llvm_analysis.cmxa" 21 archive(native) = "llvm_bitreader.cmxa" 29 archive(native) = "llvm_bitwriter.cmxa" 37 archive(native) = "llvm_executionengine.cmxa" 45 archive(native) = "llvm_ipo.cmxa" 53 archive(native) = "llvm_debuginfo.cmxa" 61 archive(native) = "llvm_irreader.cmxa" 69 archive(native) = "llvm_scalar_opts.cmxa" 77 archive(native) = "llvm_transform_utils.cmxa" [all …]
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | filesystem.bench.cpp | 16 benchmark::DoNotOptimize(PP.native().data()); in BM_PathConstructString() 18 const path P(PP.native()); in BM_PathConstructString() 19 benchmark::DoNotOptimize(P.native().data()); in BM_PathConstructString() 34 benchmark::DoNotOptimize(PP.native().data()); in BM_PathConstructCStr() 36 const path P(PP.native().c_str()); in BM_PathConstructCStr() 37 benchmark::DoNotOptimize(P.native().data()); in BM_PathConstructCStr() 52 auto Start = Iter(PP.native().begin()); in BM_PathConstructIter() 53 auto End = Iter(PP.native().end()); in BM_PathConstructIter() 54 benchmark::DoNotOptimize(PP.native().data()); in BM_PathConstructIter() 59 benchmark::DoNotOptimize(P.native().data()); in BM_PathConstructIter() [all …]
|
| H A D | CMakeLists.txt | 50 # Build Google Benchmark for the native stdlib 60 ExternalProject_Add(google-benchmark-native 62 PREFIX benchmark-native 64 INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/benchmark-native 81 set(BENCHMARK_NATIVE_INSTALL ${CMAKE_CURRENT_BINARY_DIR}/benchmark-native) 90 add_library( cxx-benchmarks-flags-native INTERFACE) 91 target_link_libraries( cxx-benchmarks-flags-native INTERFACE cxx-benchmarks-flags) 92 target_compile_options(cxx-benchmarks-flags-native INTERFACE ${BENCHMARK_NATIVE_TARGET_FLAGS}) 93 target_link_options( cxx-benchmarks-flags-native INTERFACE ${BENCHMARK_NATIVE_TARGET_FLAGS} "-L${… 101 target_link_libraries(cxx-benchmarks-flags-native INTERFACE -lstdc++fs) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | coffgen.c | 675 if (coff_symbol_ptr && coff_symbol_ptr->native) in coff_renumber_symbols() 677 combined_entry_type *s = coff_symbol_ptr->native; in coff_renumber_symbols() 719 if (coff_symbol_ptr && coff_symbol_ptr->native) in coff_mangle_symbols() 722 combined_entry_type *s = coff_symbol_ptr->native; in coff_mangle_symbols() 773 combined_entry_type *native, in coff_fix_symbol_name() argument 790 if (native->u.syment.n_sclass == C_FILE in coff_fix_symbol_name() 791 && native->u.syment.n_numaux > 0) in coff_fix_symbol_name() 797 native->u.syment._n._n_n._n_offset = in coff_fix_symbol_name() 799 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name() 803 strncpy (native->u.syment._n._n_name, ".file", SYMNMLEN); in coff_fix_symbol_name() [all …]
|
| H A D | i386lynx.c | 500 unsigned char *native, *natptr; variable 512 native = (unsigned char *) bfd_zalloc (abfd, natsize); 513 if (!native) 520 for (natptr = native; 527 for (natptr = native; 533 if (bfd_bwrite ((PTR) native, natsize, abfd) != natsize) 535 bfd_release (abfd, native); 538 bfd_release (abfd, native);
|
| H A D | riscix.c | 378 unsigned char *native, *natptr; in riscix_squirt_out_relocs() local 389 native = bfd_zalloc (abfd, natsize); in riscix_squirt_out_relocs() 390 if (!native) in riscix_squirt_out_relocs() 395 for (natptr = native; in riscix_squirt_out_relocs() 401 if (bfd_bwrite ((void *) native, natsize, abfd) != natsize) in riscix_squirt_out_relocs() 403 bfd_release (abfd, native); in riscix_squirt_out_relocs() 407 bfd_release (abfd, native); in riscix_squirt_out_relocs()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | coffgen.c | 720 if (coff_symbol_ptr && coff_symbol_ptr->native) 722 combined_entry_type *s = coff_symbol_ptr->native; 769 if (coff_symbol_ptr && coff_symbol_ptr->native) 772 combined_entry_type *s = coff_symbol_ptr->native; 821 coff_fix_symbol_name (abfd, symbol, native, string_size_p, in coff_fix_symbol_name() argument 825 combined_entry_type *native; 842 if (native->u.syment.n_sclass == C_FILE 843 && native->u.syment.n_numaux > 0) 849 native->u.syment._n._n_n._n_offset = 851 native->u.syment._n._n_n._n_zeroes = 0; [all …]
|
| H A D | i386lynx.c | 500 unsigned char *native, *natptr; variable 512 native = (unsigned char *) bfd_zalloc (abfd, natsize); 513 if (!native) 520 for (natptr = native; 527 for (natptr = native; 533 if (bfd_bwrite ((PTR) native, natsize, abfd) != natsize) 535 bfd_release (abfd, native); 538 bfd_release (abfd, native);
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlnumber.pod | 27 Perl can internally represent numbers in 3 different ways: as native 28 integers, as native floating point numbers, and as decimal strings. 33 The term "native" does not mean quite as much when we talk about native 34 integers, as it does when native floating point numbers are involved. 35 The only implication of the term "native" on integers is that the limits for 37 powers of 2. However, "native" floats have a most fundamental 40 0.9 cannot be represented by a native float, since the binary fraction 64 In fact numbers stored in the native integer format may be stored either 65 in the signed native form, or in the unsigned native form. Thus the limits 66 for Perl numbers stored as native integers would typically be -2**31..2**32-1, [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | check-each-file | 13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx 117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx 128 echo Trying to compile $f with native gcc and rebuild $program
|
| /openbsd-src/gnu/llvm/libcxx/include/__bit/ |
| H A D | endian.h | 26 native = little enumerator 28 native = big 30 native = 0xCAFE
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Config/ |
| H A D | llvm-config.h.cmake | 33 /* LLVM architecture name for the native architecture, if available */ 36 /* LLVM name for the native AsmParser init function, if available */ 39 /* LLVM name for the native AsmPrinter init function, if available */ 42 /* LLVM name for the native Disassembler init function, if available */ 45 /* LLVM name for the native Target init function, if available */ 48 /* LLVM name for the native TargetInfo init function, if available */ 51 /* LLVM name for the native target MC init function, if available */ 54 /* LLVM name for the native target MCA init function, if available */
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | LinkTimeOptimization.rst | 24 treats LLVM bitcode files like native object files and allows mixing and 41 * Input source file ``main.c`` is compiled into native object code. 91 % clang -c main.c -o main.o # <-- main.o is native object file 140 looking at the definitions and uses of symbols in native .o files and using 152 information. This includes native object files as well as LLVM bitcode files. 153 To minimize the cost to the linker in the case that all .o files are native 155 object file is found to not be a native object file. If ``lto_module_create()`` 179 are needed by native object files. In the example above, the linker reports 180 that only ``foo1()`` is used by native object files using 183 native object file creating by merging the LLVM bitcode files and applying [all …]
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | unicode_constants.pl | 32 * are the native Unicode code point, or all or portions of the UTF-8 encoding 745 my $U_cp; # code point in Unicode (not-native) terms 771 if (defined $flag && $flag eq 'native') { 1008 # native indicates that the output is the code point, converted to the 1009 # platform's native character set if applicable 1041 NBSP native 1044 DEL native 1045 CR native 1046 LF native 1047 VT native [all...] |
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | headerdirs.texi | 8 @code{GCC_INCLUDE_DIR} means the same thing for native and cross. It is 16 @code{GPLUSPLUS_INCLUDE_DIR} means the same thing for native and cross. It 20 @code{LOCAL_INCLUDE_DIR} is used only by native compilers. GCC 28 @code{TOOL_INCLUDE_DIR} is used for both native and cross compilers. It
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | headerdirs.texi | 8 @code{GCC_INCLUDE_DIR} means the same thing for native and cross. It is 16 @code{GPLUSPLUS_INCLUDE_DIR} means the same thing for native and cross. It 20 @code{LOCAL_INCLUDE_DIR} is used only by native compilers. GCC 28 @code{TOOL_INCLUDE_DIR} is used for both native and cross compilers. It
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/ |
| H A D | exotic_names.t | 104 $expected = "native::$fullname"; 108 $expected = "aliased::native::$fullname"; 111 *palatable:: = *{"aliased::native::${pkg}::"}; 112 # now palatable:: literally means aliased::native::${pkg}:: 117 # and palatable::sub means aliased::native::${pkg}::${subname}
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | typeck.c | 632 case BOOLEAN_TYPE: sg[0] = 'Z'; goto native; 633 case CHAR_TYPE: sg[0] = 'C'; goto native; 634 case VOID_TYPE: sg[0] = 'V'; goto native; 638 case 8: sg[0] = 'B'; goto native; 639 case 16: sg[0] = 'S'; goto native; 640 case 32: sg[0] = 'I'; goto native; 641 case 64: sg[0] = 'J'; goto native; 647 case 32: sg[0] = 'F'; goto native; 648 case 64: sg[0] = 'D'; goto native; 651 native:
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | ocaml | 10 >8 string Y native object file (.cmx) 11 >8 string Z native library file (.cmxa)
|
| H A D | database | 32 >>4 belong >0 (Hash, version %d, native byte-order) 46 >>4 belong >0 (Hash, version %d, native byte-order) 49 >4 long >0 (Btree, version %d, native byte-order) 56 >16 long >0 (Hash, version %d, native byte-order) 63 >16 long >0 (Btree, version %d, native byte-order) 70 >16 long >0 (Queue, version %d, native byte-order) 78 >16 long >0 (Log, version %d, native byte-order)
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | utf8_warn_base.pl | 707 my ($native, $length) = @_; 708 my $i8 = native_to_I8($native); 758 return 0 if substr($native, 0, 1) lt substr($chr, 0, 1); 865 my $native = I8_to_native($string); 866 my $is_valid = isUTF8_CHAR($native, $length); 867 my $got_valid = test_isUTF8_CHAR($native, $length); 869 = test_isSTRICT_UTF8_CHAR($native, $length); 871 = test_isC9_STRICT_UTF8_CHAR($native, $length); 872 my $ret = test_utf8n_to_uvchr_msgs($native, $length, 906 . display_bytes($native) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | MAINTAINERS | 56 maintainer works with the native maintainer when resolving API issues. 174 The Native maintainer is responsible for target specific native 186 djgpp native Eli Zaretskii eliz@gnu.org 188 MS Windows (NT, '00, 9x, Me, XP) host & native 190 GNU/Linux/x86 native & host 192 GNU/Linux PPC native Kevin Buettner kevinb@redhat.com 193 GNU/Linux MIPS native & host 196 FreeBSD native & host Mark Kettenis kettenis@gnu.org 198 hurd native Mark Kettenis kettenis@gnu.org 199 NetBSD native & host Jason Thorpe thorpej@wasabisystems.com [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| H A D | misc | 2751 my $native = Devel::PPPort::LATIN1_TO_NATIVE($i); 2752 $types{"$native:ALPHA"} = 1; 2753 $types{"$native:ALPHANUMERIC"} = 1; 2754 $types{"$native:IDFIRST"} = 1; 2755 $types{"$native:IDCONT"} = 1; 2756 $types{"$native:PRINT"} = 1; 2757 $types{"$native:WORDCHAR"} = 1; 2760 my $native = Devel::PPPort::LATIN1_TO_NATIVE($i); 2761 $types{"$native:ALPHANUMERIC"} = 1; 2762 $types{"$native [all...] |