| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 465 bool operator==(const SampleContextFrame &That) const { 466 return Location == That.Location && FuncName == That.FuncName; 469 bool operator!=(const SampleContextFrame &That) const { 470 return !(*this == That); 639 bool operator==(const SampleContext &That) const { 640 return State == That.State && Name == That.Name && 641 FullContext == That.FullContext; 644 bool operator!=(const SampleContext &That) const { return !(*this == That); } 646 bool operator<(const SampleContext &That) const { 647 if (State != That.State) [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
| H A D | non-ascii | 10 It cost me E<165>12345! That should be an X. 15 It cost me X12345! That should be an X.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 300 bool operator==(const BlockDataT &That) const { return Body == That.Body; } 301 bool operator!=(const BlockDataT &That) const { return Body != That.Body; } 329 bool operator==(const OrderedChangedData<T> &That) const { 330 return Data == That.getData();
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | makefile.texi | 24 That, and all the other files built by @samp{make all}. 27 That, and all the files created by @command{configure}. 30 That, and any temporary or intermediate files, like emacs backup files.
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/bolt/unittests/Core/ |
| H A D | BUILD.gn | 26 # That target doesn't expect that, so it doesn't use public_deps for 40 # That target doesn't expect that, so it doesn't use public_deps for
|
| /openbsd-src/games/quiz/datfiles/ |
| H A D | bard | 46 That all our swains commend her{?}:\ 61 What's in a name{?} That which we call a rose:\ 66 That I shall say good night till it be morrow{.}:\ 94 That ever I was born to set it right{!}:\ 154 That I am meek and gentle with these butchers{.}:\ 178 That has such people [in't|in it]{!}:\
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perllol.pod | 30 is a round one, that is, a parenthesis. That's because you're assigning to 44 has also changed. That's because unlike C, in perl you can't freely 64 That's all well and good for declaration of a fixed data structure, 93 constructor. That's because this wouldn't work: 210 As you can see, it's getting a bit complicated. That's why 282 array, you're going to have to do some fancy subscripting. That's 295 That same loop could be replaced with a slice operation:
|
| H A D | perltodo.pod | 10 (The to-do list used to be here in perltodo. That has stopped, as installing a
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Registry.h | 91 bool operator==(const iterator &That) const { return Cur == That.Cur; }
|
| /openbsd-src/regress/usr.sbin/btrace/ |
| H A D | maxoperand.ok | 1 That's ok: '8'
|
| H A D | maxoperand.bt | 7 printf("That's ok: '%d'\n", @ok);
|
| /openbsd-src/bin/ksh/ |
| H A D | LEGAL | 12 That's it. Short and simple.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | TODO | 5 architecture. That should probably be changed.)
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | TODO | 5 architecture. That should probably be changed.)
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ |
| H A D | value-escaped.txt | 1 # FIXME: The doubled backslashes occur under windows. That's almost surely a
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 266 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =() argument 267 if (That.isInt()) in operator =() 268 set(That.IntVal); in operator =() 270 set(That.getFpVal()); in operator =() 273 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=() argument 275 if (isInt() == That.isInt()) { in operator +=() 277 IntVal += That.IntVal; in operator +=() 279 getFpVal().add(That.getFpVal(), RndMode); in operator +=() 284 const APFloat &T = That.getFpVal(); in operator +=() 291 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode); in operator +=() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | puller.t | 231 print "# That's token number ", scalar(@t), "\n"; 261 print "# That's token number ", scalar(@t), "\n"; 292 print "# That's token number ", scalar(@t), "\n"; 323 print "# That's token number ", scalar(@t), "\n";
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/bolt/lib/Target/AArch64/ |
| H A D | BUILD.gn | 13 # That target doesn't expect that, so it doesn't use public_deps for
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | P9InstrResources.td | 525 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 635 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 659 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 667 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 684 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 692 // superslice. That includes both exec pipelines (EXECO, EXECE) and one 701 // superslice. That includes both exec pipelines (EXECO, EXECE) and all three 919 // superslice. That includes both exec pipelines (EXECO, EXECE) and two 928 // superslice. That includes both exec pipelines (EXECO, EXECE) and two 942 // superslice. That includes both exec pipelines (EXECO, EXECE) and two [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-dwarfutil.rst | 37 That option is enabled by default. 45 That option is enabled by default.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mmix/ |
| H A D | t-mmix | 1 # See "Target Fragment" in GCC info. That same order is used here.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/ |
| H A D | alpha.inc | 31 pc to wind up on the next line. That's ok, we're all local. */
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/ |
| H A D | 86_fail.t | 11 That's why I'm working on Tiny::YAML and YAML::Pegex, which are driven by a
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | startrek | 54 -- Spock and Kirk, "That Which Survives", stardate unknown 77 -- Spock, "Let That Be Your Last Battlefield", stardate 5730.2 94 Death. Destruction. Disease. Horror. That's what war is all about. 95 That's what makes it a thing to be avoided. 283 "That's true. But an idea can't be seen or felt. And that's what kept 291 -- Losira, "That Which Survives", stardate unknown 442 "That unit is a woman." 487 The people of Gideon have always believed that life is sacred. That 499 "That may be, Doctor. However, I have noted that the healthy release 612 to kill today. That's all it takes! Knowing that we're not going to [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/ |
| H A D | Tutorial.pod | 46 That's all that's strictly necessary. There's additional files you might 62 When you run Makefile.PL, it makes a Makefile. That's the whole point of 120 That will run all tests in F<t/>, as well as all tests in all subdirectories
|