Searched refs:That (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/share/examples/printing/
H A Dmake-ps-header75 % That is it
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc109 MOCK_METHOD2(That, std::string(int, bool));
267 nice_bar.That(5, true);
278 nice_bar.That(5, true);
375 naggy_bar.That(5, true);
386 naggy_bar.That(5, true);
463 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true),
474 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegistry.h91 bool operator==(const iterator &That) const { return Cur == That.Cur; }
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddeptgt.mk9 # dependency line: That doesn't work, and make immediately rejects it.
H A Darchive.mk7 # archive handling. That's why it deviates from the tutorial style of
H A Ddirective-export-impl.mk27 # That's all for now.
H A Dcond-undef-lint.mk36 # TODO: Suppress the error message "Variable VAR. is undefined". That part
H A Dvarmod-defined.mk81 # can be used to add comments in the middle of an expression. That
H A Dvarmod-subst.mk160 # signs, except the one before the delimiter. That one is handled by
162 # first part of the :S modifier. That code doesn't call Var_Parse but
H A Dcond-func.mk98 # That variable is not defined (yet).
H A Dcond-op.mk55 # That's another opportunity for writing confusing code.
H A Dvarmod-ifelse.mk40 # error. That error message is wrong though. In lint mode, the correct
H A Dcond-token-plain.mk120 # words, undefined variables are not allowed. That feels inconsistent.
H A Dmoderrs.mk91 # That variable is undefined, resulting in an empty string.
H A Dvarmod-edge.mk118 # That should be enough for all practical purposes.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp265 void FAddendCoef::operator=(const FAddendCoef &That) { argument
266 if (That.isInt())
267 set(That.IntVal);
269 set(That.getFpVal());
272 void FAddendCoef::operator+=(const FAddendCoef &That) { argument
274 if (isInt() == That.isInt()) {
276 IntVal += That.IntVal;
278 getFpVal().add(That.getFpVal(), RndMode);
283 const APFloat &T = That.getFpVal();
290 T.add(createAPFloatFromInt(T.getSemantics(), That
293 operator *=(const FAddendCoef &That) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc79 // Lets attach the extension manually. That is needed for files
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser43 based on the contents of the directory /etc/mail/virtusers/. That
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1495 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const {
1496 return IsPacked == That.IsPacked && ETypes == That.ETypes;
1499 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const {
1500 return !this->operator==(That);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql126 That node must exist at a lower or equal op-depth */
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1993 # error Blooper! That should have been found earlier!
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h573 OMPLoopDirective(const T *That, StmtClass SC, OpenMPDirectiveKind Kind, argument
577 : OMPExecutableDirective(That, SC, Kind, StartLoc, EndLoc, NumClauses,
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Darmv8-mont.pl113 // by adding -1 to $lo0. That's what next instruction does.

Completed in 166 milliseconds