| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/ |
| H A D | sized-enum.c | 8 short enum Small { enum 24 short enum Small small[3]; in main() 31 small[i] = (short enum Small) i; in main()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | CodeGenCWrappers.h | 36 return CodeModel::Small; in unwrap() 44 return CodeModel::Small; in unwrap() 51 case CodeModel::Small: in wrap()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 893 unsigned Small : 1; variable 945 if (Small && RHS.Small) { in swap() 974 if (!Small && !RHS.Small) { in swap() 980 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap() 981 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap() 986 LargeSide.Small = true; in swap() 1005 SmallSide.Small = false; in swap() 1026 Small = true; in copyFrom() 1028 Small = false; in copyFrom() 1035 Small = true; in init() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetObjectFile.cpp | 51 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection() 78 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl() 86 if (TM.getCodeModel() == CodeModel::Small) in isGlobalInSmallSectionImpl()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32/t/ |
| H A D | GetOSName.t | 28 ["[Small Business Server] 2000", "2000", 2, 5, 0, 0x0020, 2, 0], 39 ["[Small Business Server] 2003", "2003", 2, 5, 2, 0x0020, 2, 0], 49 ["[Small Business Server] 2003 R2", "2003", 2, 5, 2, 0x0020, 2, 89], 79 ["[Small Business Server] 2008", "2008", 2, 6, 0, 0x09, 2, 0 ], 86 # * Windows Small Business Server 2008 (Codenamed "Cougar") (x86-64) for small businesses 105 ["[Small Business Server] 2008 R2", "2008", 2, 6, 1, 0x09, 2, 89 ],
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| H A D | 001bzip2.t | 130 title "Small => $stringValue"; 131 my $err = "Parameter 'Small' must be an int, got '$stringValue'"; 133 eval { $bz = IO::Uncompress::Bunzip2->new(\$buffer, Small => $value) }; 180 title "$UncompressClass - Small => $value"; 190 Small => $value );
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator 40 enum Level { Default=0, Small=1, Large=2 }; enumerator
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/ |
| H A D | Bunzip2.pm | 67 my $Small = $got->getValue('small'); 71 $Small, $Verbosity); 627 =item C<< Small => 0|1 >>
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.cpp | 36 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel() 40 return CodeModel::Small; in getEffectiveXCoreCodeModel()
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | string.bench.cpp | 60 enum class Length { Empty, Small, Large, Huge }; enumerator 132 case Length::Small: in getString() 147 case Length::Small: in makeString() 449 : RHLength::value == Length::Small in run() 540 for (auto Lhs : {Length::Empty, Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings() 543 {Length::Empty, Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings() 557 for (auto L : {Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings()
|
| H A D | formatter_float.bench.cpp | 181 enum class PrecisionE { None, Zero, Small, Huge }; enumerator 200 struct Precision<PrecisionE::Small> {
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.cpp | 156 case CodeModel::Small: in classifyLocalReference() 202 case CodeModel::Small: in classifyGlobalReference()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.cpp | 137 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel() 138 return CodeModel::Small; in getEffectiveSystemZCodeModel()
|
| H A D | SystemZSubtarget.cpp | 91 if (CM == CodeModel::Small) in isPC32DBLSymbol()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/ |
| H A D | LLJITWithCustomObjectLinkingLayer.cpp | 41 JTMB.setCodeModel(CodeModel::Small); in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 93 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel() 95 return CodeModel::Small; in getEffectiveSparcCodeModel()
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | t-sb1 | 38 # Small multilib list for quick builds and tests.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 75 if (AllowTaggedGlobals && TM.getCodeModel() == CodeModel::Small && GV && in classifyLocalReference() 90 case CodeModel::Small: in classifyLocalReference()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 277 return CodeModel::Small; in getEffectivePPCCodeModel() 279 return CodeModel::Small; in getEffectivePPCCodeModel() 284 return CodeModel::Small; in getEffectivePPCCodeModel()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/ |
| H A D | XtensaTargetMachine.cpp | 56 getEffectiveCodeModel(CM, CodeModel::Small), OL), in XtensaTargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430TargetMachine.cpp | 50 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MSP430TargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCTargetMachine.cpp | 40 getEffectiveCodeModel(CM, CodeModel::Small), OL), in ARCTargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.cpp | 55 getEffectiveCodeModel(CM, CodeModel::Small), OL), in AVRTargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 113 case CodeModel::Small: in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VETargetMachine.cpp | 94 getEffectiveCodeModel(CM, CodeModel::Small), OL), in VETargetMachine()
|