| /openbsd-src/gnu/usr.bin/perl/cpan/parent/t/ |
| H A D | parent.t | 28 package Has::Version; 30 BEGIN { $Has::Version::VERSION = '42' }; 35 ::is( $Has::Version::VERSION, 42 ); 70 BEGIN { $Has::Version_0::VERSION = 0 } 75 ::is( $Has::Version_0::VERSION, 0, '$VERSION==0 preserved' );
|
| /openbsd-src/gnu/usr.bin/perl/dist/base/t/ |
| H A D | fields-5_8_0.t | 191 package Has::Version; 193 BEGIN { $Has::Version::VERSION = '42' }; 198 print "#$Has::Version::VERSION\nnot " unless $Has::Version::VERSION eq '42'; 234 BEGIN { $Has::Version_0::VERSION = 0 } 239 print "#$Has::Version_0::VERSION\nnot " unless $Has::Version_0::VERSION == 0;
|
| H A D | base.t | 20 package Has::Version; 22 BEGIN { $Has::Version::VERSION = '42' }; 27 ::is( $Has::Version::VERSION, 42 ); 67 BEGIN { $Has::Version_0::VERSION = 0 } 72 ::is( $Has::Version_0::VERSION, 0, '$VERSION==0 preserved' );
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/ |
| H A D | anchorify.t | 80 =head4 Has A Wordspace 92 =head4 Has Extra InternalWordspace 96 =head4 Has"Quotes" 100 =head4 Has?QuestionMark 104 =head4 Has-Hyphen And Space
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPU.td | 128 "Has Memory Aperture Base and Size Registers" 134 "Has v_mad_mix_f32, v_mad_mixlo_f16, v_mad_mixhi_f16 instructions" 140 "Has v_fma_mix_f32, v_fma_mixlo_f16, v_fma_mixhi_f16 instructions" 361 "Has s_memrealtime instruction" 367 "Has 1 / (2 * pi) as inline immediate" 373 "Has i16/f16 instructions" 385 "Has VOP3P packed instructions" 391 "Has v_movrel*_b32 instructions" 397 "Has VGPR mode register indexing" 403 "Has store scalar memory instructions" [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.h | 108 void setHasExtraFiles(bool Has) { HasExtraFiles = Has; }
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 638 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 1665 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 1813 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 1907 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 2130 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 2412 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 2487 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 3340 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 3429 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 3686 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/ |
| H A D | CMakeLists.txt | 21 # Has side effect of defining LLVM_EXEGESIS_TARGETS
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/t/ |
| H A D | sep.t | 76 Has 83 This= = Has= = Blank= = Lines
|
| H A D | sep2.t | 85 Has 94 Has
|
| H A D | wrap.t | 102 Has 111 Has
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 146 "Has data barrier (dmb/dsb) instructions">; 150 "Has v7 clrex instruction">; 154 "Has full data barrier (dfb) instruction">; 159 "Has v8 acquire/release (lda/ldaex " 240 "Has zero-cycle zeroing instructions">; 252 "Has slow VGETLNi32 - prefer VMOV">; 258 "Has slow VDUP32 - prefer VMOV">; 276 "Has muxed AGU and NEON/FPU">; 320 "true", "Has VMLx hazards">; 371 "Has multiplier accumulator forwarding">; [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_shadow_test.cpp | 120 struct Has { struct 130 bool broken(uptr what, typename Has<Mapping::kBroken>::Result = false) { in broken()
|
| /openbsd-src/gnu/usr.bin/clang/include/llvm/Config/ |
| H A D | llvm-config.h.in | 35 /* Has gcc/MSVC atomic intrinsics */
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaAccess.cpp | 199 : Target(S.Target), Has(S.Has) { in SavedInstanceContext() 204 Target->HasInstanceContext = Has; in ~SavedInstanceContext() 210 : Target(&Target), Has(Target.HasInstanceContext) {} in SavedInstanceContext() 212 bool Has; member in __anon2935d57e0111::AccessTarget::SavedInstanceContext
|
| /openbsd-src/gnu/gcc/gcc/config/m68k/ |
| H A D | m68k.opt | 82 ; Has no effect on gcc
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Config/ |
| H A D | llvm-config.h.cmake | 27 /* Has gcc/MSVC atomic intrinsics */
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Security.rst | 64 …+ Has a track record of finding security vulnerabilities and responsible disclosure of those vulne… 66 + Has actively contributed non-trivial code to the LLVM project in the last year. 70 …+ Has a track record of finding security vulnerabilities and responsible disclosure of those vulne…
|
| /openbsd-src/gnu/llvm/lldb/docs/man/ |
| H A D | lldb-server.rst | 151 times to allow multiple ports. Has no effect if --min-gdbserver-port
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 175 "Has zero-cycle register moves">; 178 … "Has zero-cycle zeroing instructions for generic registers">; 185 "Has no zero-cycle zeroing instructions for FP registers">; 188 "Has zero-cycle zeroing instructions",
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 140 "Has only the msync instruction instead of sync", 255 "Has slow popcnt[dw] instructions">;
|
| H A D | README_P9.txt | 496 . Has likely SDAG match: 504 . Has likely SDAG match:
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFeatures.td | 16 SubtargetFeature<extname, "Has"#intname, "true", desc>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86.td | 295 "Has ENQCMD instructions">; 303 "Has hreset instruction">; 305 "Has serialize instruction">; 309 "Has UINTR Instructions">;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | symbol.def | 158 /* Has adjustable dimension(s). Always accompanied by ARRAY. 249 /* Has assumed (any) size. Always accompanied by ARRAY.
|