| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | Queue.pm | 74 use vars qw{ @All $VERSION }; 88 push @All, $obj; 90 … join("",map {sprintf " %s\[%s][%s]\n",$_->{qmod},$_->{reqtype},$_->{optional}} @All), 96 my $obj = $All[0]; 104 for my $i (0..$#All) { 105 if ( $All[$i]->{qmod} eq $what ) { 106 splice @All, $i, 1; 112 … join("",map {sprintf " %s\[%s][%s]\n",$_->{qmod},$_->{reqtype},$_->{optional}} @All) 121 … join("",map {sprintf " %s\[%s][%s]\n",$_->{qmod},$_->{reqtype},$_->{optional}} @All), 139 for (my $i=0; $i<$#All;$i++) { #prevent deep recursion [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Testing/Annotations/ |
| H A D | Annotations.cpp | 37 All.push_back( in Annotations() 39 Points[Name.value_or("")].push_back(All.size() - 1); in Annotations() 56 All.push_back( in Annotations() 58 Ranges[NewRange.Name].push_back(All.size() - 1); in Annotations() 92 const Annotation &P = All[I->getValue()[0]]; in pointWithPayload() 114 Res.push_back({All[I].Begin, All[I].Payload}); in pointsWithPayload() 137 const Annotation &R = All[I->getValue()[0]]; in rangeWithPayload() 159 Res.emplace_back(Annotations::Range{All[I].Begin, All[I].End}, in rangesWithPayload() 160 All[I].Payload); in rangesWithPayload()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | TextDiagnosticBuffer.cpp | 34 All.emplace_back(Level, Notes.size()); in HandleDiagnostic() 38 All.emplace_back(Level, Warnings.size()); in HandleDiagnostic() 42 All.emplace_back(Level, Remarks.size()); in HandleDiagnostic() 47 All.emplace_back(Level, Errors.size()); in HandleDiagnostic() 54 for (const auto &I : All) { in FlushDiagnostics()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 95 All, // --attribute=all enumerator 134 All, // --compare=all enumerator 143 All, // --output=all enumerator 151 All, // --print=all enumerator 165 All, // --report=all enumerator 174 All, // --warning=all enumerator 183 All, // --internal=all enumerator 325 ATTRIBUTE_OPTION(All); 366 COMPARE_OPTION(All); 376 OUTPUT_OPTION(All); [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUUnifyMetadata.cpp | 93 SmallVector<Metadata *, 4> All; in unifyExtensionMD() local 96 if (!llvm::is_contained(All, Op.get())) in unifyExtensionMD() 97 All.push_back(Op.get()); in unifyExtensionMD() 101 for (const auto &MD : All) in unifyExtensionMD()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | XRayInstr.h | 43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed; variable 59 void clear(XRayInstrMask K = XRayInstrKind::All) { Mask &= ~K; } 63 bool full() const { return Mask == XRayInstrKind::All; } in full()
|
| /openbsd-src/usr.bin/vi/ |
| H A D | LICENSE | 8 * The Regents of the University of California. All rights reserved. 10 * Keith Bostic. All rights reserved. 12 * Sven Verdoolaege. All rights reserved.
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | XRayInstr.cpp | 22 .Case("all", XRayInstrKind::All) in parseXRayInstrValue() 36 if (Set.Mask == XRayInstrKind::All) { in serializeXRayInstrValue()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/ |
| H A D | guesswork-no-quoting | 16 All these should now be quoted: 37 All these should now be quoted: "$#f", "$foo[4]", "$foo{bar}", "%foo",
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 61 values(clEnumValN(LVAttributeKind::All, "all", "Include all attributes."), 147 values(clEnumValN(LVCompareKind::All, "all", "Compare all elements."), 185 values(clEnumValN(LVOutputKind::All, "all", "All outputs."), 215 values(clEnumValN(LVPrintKind::All, "all", "All elements."), 247 values(clEnumValN(LVReportKind::All, "all", "Generate all reports."), 432 clEnumValN(LVWarningKind::All, "all", "All warnings."), 452 clEnumValN(LVInternalKind::All, "all", "Enable all traces."),
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyTypeDumper.cpp | 218 uint32_t All = Classes->getChildCount(); in start() local 233 uint32_t Shown = All; in start() 235 Filtered = filterAndSortClassDefs(Printer, *Classes, All); in start() 241 if (Shown < All) in start() 242 Printer << ", " << (All - Shown) << " filtered"; in start()
|
| H A D | llvm-pdbutil.h | 50 All enumerator 57 enum class ClassDefinitionFormat { None, Layout, All }; enumerator 70 enum class SymLevel { Functions, Data, Thunks, All }; enumerator 91 extern llvm::cl::opt<bool> All; 189 extern llvm::cl::opt<bool> All;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsX86.td | 15 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 213 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 241 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 292 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 312 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 318 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 333 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 342 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 358 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 408 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMMachineFunctionInfo.cpp | 43 if (const auto *All = mdconst::extract_or_null<ConstantInt>( in GetSignReturnAddress() local 45 return {true, All->getZExtValue()}; in GetSignReturnAddress()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 91 enum class FramePointerKind { None, NonLeaf, All }; enumerator 117 All = 0, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ImportedFunctionsInliningStatistics.cpp | 84 static std::string getStatString(const char *Msg, int32_t Fraction, int32_t All, in getStatString() argument 88 if (All != 0) in getStatString() 89 Result = 100 * static_cast<double>(Fraction) / All; in getStatString()
|
| /openbsd-src/gnu/llvm/llvm/utils/release/ |
| H A D | merge-request.sh | 195 -o All --priority=P --arch All -v $bugzilla_version \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.gb/ |
| H A D | README | 5 though. All of these tests are run. I don't have any tests yet to 15 All files in this directory, including this file, are Copyright FSF 1995
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_x86_32.h | 128 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters, enumerator 130 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ All)
|
| /openbsd-src/regress/usr.bin/dc/ |
| H A D | t7.out | 5 All mimsy were the borogoves, 35 All mimsy were the borogoves,
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
| H A D | guesswork-no-quoting | 16 All these should now be quoted: 42 All these should now be quoted:
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFCallingConv.td | 21 // All arguments get passed in integer registers if there is space. 40 // All arguments get passed in integer registers if there is space.
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Config.h | 55 enum class BsymbolicKind { None, NonWeakFunctions, Functions, All }; enumerator 61 enum class DiscardPolicy { Default, All, Locals, None }; enumerator 64 enum class ICFLevel { None, Safe, All }; enumerator 67 enum class StripPolicy { None, All, Debug }; enumerator
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ |
| H A D | override.t | 41 # All in the Unicode code point order. 123 # All Hangul Syllables except U+AE00 are ignored. 151 # All Hangul Syllables except U+AE00 are undefined. 171 # All CJK Ideographs except U+4E00 are undefined.
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-extract.rst | 37 All alias matching the regular expression will be extracted. May be 66 All functions matching the regular expression will be extracted. May be 77 bitcode. All global variables matching the regular expression will be
|