Home
last modified time | relevance | path

Searched refs:Other (Results 1 – 25 of 1197) sorted by relevance

12345678910>>...48

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.h353 if (Indent != Other.Indent)
354 return Indent < Other.Indent;
355 if (LastSpace != Other.LastSpace)
356 return LastSpace < Other.LastSpace;
361 if (IsAligned != Other.IsAligned)
375 if (ColonPos != Other.ColonPos)
376 return ColonPos < Other.ColonPos;
458 if (NextToken != Other.NextToken)
460 if (Column != Other.Column)
461 return Column < Other.Column;
[all …]
/netbsd/games/phantasia/
H A Dinterplayer.c39 && (Other.p_status != S_CLOAKED || Other.p_specialtype != SC_VALAR)) in checkbattle()
50 && (Other.p_status == S_PLAYING || Other.p_status == S_INBATTLE) in checkbattle()
254 collecttaxes(Other.p_gold, Other.p_gems); in battleplayer()
400 tampered(Other.p_tampered, Other.p_1scratch, Other.p_2scratch); in checktampered()
583 || Circle >= CIRCLE(Other.p_x, Other.p_y) in userlist()
594 Other.p_name, Other.p_x, Other.p_y); in userlist()
598 Other.p_name, descrlocation(&Other, TRUE)); in userlist()
600 printw("%6.0f %s %-9.9s%s\n", Other.p_level, descrtype(&Other, TRUE), in userlist()
601 Other.p_login, descrstatus(&Other)); in userlist()
625 if (Other.p_specialtype == SC_KING && Other.p_status != S_NOTUSED) in throneroom()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h359 ConstantRange add(const ConstantRange &Other) const;
371 ConstantRange sub(const ConstantRange &Other) const;
388 ConstantRange smax(const ConstantRange &Other) const;
392 ConstantRange umax(const ConstantRange &Other) const;
396 ConstantRange smin(const ConstantRange &Other) const;
400 ConstantRange umin(const ConstantRange &Other) const;
405 ConstantRange udiv(const ConstantRange &Other) const;
412 ConstantRange sdiv(const ConstantRange &Other) const;
417 ConstantRange urem(const ConstantRange &Other) const;
422 ConstantRange srem(const ConstantRange &Other) const;
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp255 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
266 APInt SMin = Other.getSignedMin(), SMax = Other.getSignedMax(); in makeGuaranteedNoWrapRegion()
341 return (Upper - Lower).ult(Other.Upper - Other.Lower); in isSizeStrictlySmallerThan()
411 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper); in contains()
418 return Other.getUpper().ule(Upper) && Lower.ule(Other.getLower()); in contains()
803 return add(Other); in binaryOp()
805 return sub(Other); in binaryOp()
817 return shl(Other); in binaryOp()
831 return add(Other); in binaryOp()
833 return sub(Other); in binaryOp()
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPartialDiagnostic.h54 Allocator = Other.Allocator; in PartialDiagnostic()
55 if (Other.DiagStorage) { in PartialDiagnostic()
78 PartialDiagnostic(PartialDiagnostic &&Other) : DiagID(Other.DiagID) { in PartialDiagnostic() argument
79 Allocator = Other.Allocator; in PartialDiagnostic()
86 : DiagID(Other.DiagID) { in PartialDiagnostic()
89 if (Other.DiagStorage) in PartialDiagnostic()
94 : DiagID(Other.getID()) { in PartialDiagnostic()
101 AddTaggedVal(Other.getRawArg(I), Other.getArgKind(I)); in PartialDiagnostic()
114 DiagID = Other.DiagID;
115 if (Other.DiagStorage) {
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h196 return ID == Other.ID && Class == Other.Class &&
258 return ID == Other.ID && Name == Other.Name && Type == Other.Type &&
259 Offset == Other.Offset && Size == Other.Size &&
325 return ID == Other.ID && Type == Other.Type && Offset == Other.Offset &&
326 Size == Other.Size && Alignment == Other.Alignment &&
438 return Reg == Other.Reg && ArgNo == Other.ArgNo;
448 return BlockNum == Other.BlockNum && Offset == Other.Offset;
497 std::tie(Other.SrcInst, Other.SrcOp, Other.DstInst, Other.DstOp);
525 return ID == Other.ID && Value == Other.Value &&
546 return ID == Other.ID && Blocks == Other.Blocks;
[all …]
H A DRegister.h129 bool operator==(const Register &Other) const { return Reg == Other.Reg; }
130 bool operator!=(const Register &Other) const { return Reg != Other.Reg; }
131 bool operator==(const MCRegister &Other) const { return Reg == Other.id(); }
132 bool operator!=(const MCRegister &Other) const { return Reg != Other.id(); }
138 bool operator==(unsigned Other) const { return Reg == Other; }
139 bool operator!=(unsigned Other) const { return Reg != Other; }
140 bool operator==(int Other) const { return Reg == unsigned(Other); }
141 bool operator!=(int Other) const { return Reg != unsigned(Other); }
143 bool operator==(MCPhysReg Other) const { return Reg == unsigned(Other); }
144 bool operator!=(MCPhysReg Other) const { return Reg != unsigned(Other); }
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h172 : SemaPtr(Other.SemaPtr), NameInfo(Other.NameInfo), in LookupResult()
173 LookupKind(Other.LookupKind), IDNS(Other.IDNS), Redecl(Other.Redecl), in LookupResult()
174 ExternalRedecl(Other.ExternalRedecl), HideTags(Other.HideTags), in LookupResult()
185 Ambiguity(std::move(Other.Ambiguity)), Decls(std::move(Other.Decls)), in LookupResult()
189 SemaPtr(std::move(Other.SemaPtr)), NameInfo(std::move(Other.NameInfo)), in LookupResult()
191 LookupKind(std::move(Other.LookupKind)), IDNS(std::move(Other.IDNS)), in LookupResult()
199 Other.Paths = nullptr; in LookupResult()
200 Other.Diagnose = false; in LookupResult()
222 Other.Paths = nullptr;
223 Other.Diagnose = false;
[all …]
H A DSemaConcept.h39 if (!ParameterMapping != !Other.ParameterMapping) in hasMatchingParameterMapping()
71 if (ConstraintExpr != Other.ConstraintExpr) in subsumes()
75 return hasMatchingParameterMapping(C, Other); in subsumes()
101 if (Other.isAtomic()) { in NormalizedConstraint()
106 NormalizedConstraint(C, Other.getLHS()), in NormalizedConstraint()
108 Other.getCompoundKind()); in NormalizedConstraint()
111 NormalizedConstraint(NormalizedConstraint &&Other): in NormalizedConstraint()
112 Constraint(Other.Constraint) { in NormalizedConstraint()
113 Other.Constraint = nullptr; in NormalizedConstraint()
117 if (&Other != this) {
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCharUnits.h69 Quantity += Other.Quantity;
80 Quantity -= Other.Quantity;
93 return Quantity == Other.Quantity;
96 return Quantity != Other.Quantity;
101 return Quantity < Other.Quantity;
104 return Quantity <= Other.Quantity;
107 return Quantity > Other.Quantity;
110 return Quantity >= Other.Quantity;
157 return Quantity / Other.Quantity;
163 return Quantity % Other.Quantity;
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrorOr.h93 ErrorOr(const ErrorOr &Other) { in ErrorOr() argument
94 copyConstruct(Other); in ErrorOr()
100 copyConstruct(Other);
108 copyConstruct(Other);
111 ErrorOr(ErrorOr &&Other) { in ErrorOr() argument
125 ErrorOr<OtherT> &&Other,
131 copyAssign(Other);
136 moveAssign(std::move(Other));
172 if (!Other.HasError) { in copyConstruct()
199 new (this) ErrorOr(Other); in copyAssign()
[all …]
H A DMSVCErrorWorkarounds.h31 MSVCPError(MSVCPError &&Other) : Error(std::move(Other)) {} in MSVCPError() argument
33 MSVCPError &operator=(MSVCPError Other) {
34 Error::operator=(std::move(Other));
50 MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {} in MSVCPExpected() argument
52 MSVCPExpected &operator=(MSVCPExpected &&Other) {
53 Expected<T>::operator=(std::move(Other));
67 Expected<OtherT> &&Other,
69 : Expected<T>(std::move(Other)) {}
73 Expected<OtherT> &&Other,
75 : Expected<T>(std::move(Other)) {}
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCRegister.h77 bool operator==(const MCRegister &Other) const { return Reg == Other.Reg; }
78 bool operator!=(const MCRegister &Other) const { return Reg != Other.Reg; }
84 bool operator==(unsigned Other) const { return Reg == Other; }
85 bool operator!=(unsigned Other) const { return Reg != Other; }
86 bool operator==(int Other) const { return Reg == unsigned(Other); }
87 bool operator!=(int Other) const { return Reg != unsigned(Other); }
89 bool operator==(MCPhysReg Other) const { return Reg == unsigned(Other); }
90 bool operator!=(MCPhysReg Other) const { return Reg != unsigned(Other); }
H A DMCSchedule.h56 bool operator==(const MCProcResourceDesc &Other) const {
57 return NumUnits == Other.NumUnits && SuperIdx == Other.SuperIdx
58 && BufferSize == Other.BufferSize;
68 bool operator==(const MCWriteProcResEntry &Other) const {
69 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
82 bool operator==(const MCWriteLatencyEntry &Other) const {
83 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
100 bool operator==(const MCReadAdvanceEntry &Other) const {
101 return UseIdx == Other.UseIdx && WriteResourceID == Other.WriteResourceID
102 && Cycles == Other.Cycles;
H A DMCContext.h241 if (GroupName != Other.GroupName)
245 return UniqueID < Other.UniqueID;
263 if (GroupName != Other.GroupName)
267 return UniqueID < Other.UniqueID;
284 if (GroupName != Other.GroupName)
286 return UniqueID < Other.UniqueID;
313 if (IsCsect && Other.IsCsect)
315 std::tie(Other.SectionName, Other.MappingClass);
316 if (IsCsect != Other.IsCsect)
319 std::tie(Other.SectionName, Other.DwarfSubtypeFlags);
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h151 : Tag(Other.Tag), NumRangeExtensions(0) { in ValueLatticeElement()
152 switch (Other.Tag) { in ValueLatticeElement()
155 new (&Range) ConstantRange(Other.Range); in ValueLatticeElement()
160 ConstVal = Other.ConstVal; in ValueLatticeElement()
169 ValueLatticeElement(ValueLatticeElement &&Other) in ValueLatticeElement() argument
170 : Tag(Other.Tag), NumRangeExtensions(0) { in ValueLatticeElement()
171 switch (Other.Tag) { in ValueLatticeElement()
179 ConstVal = Other.ConstVal; in ValueLatticeElement()
186 Other.Tag = unknown; in ValueLatticeElement()
191 new (this) ValueLatticeElement(Other);
[all …]
H A DMustExecute.h285 : Visited(Other.Visited), Explorer(Other.Explorer), in MustBeExecutedIterator()
286 CurInst(Other.CurInst), Head(Other.Head), Tail(Other.Tail) {} in MustBeExecutedIterator()
289 : Visited(std::move(Other.Visited)), Explorer(Other.Explorer), in MustBeExecutedIterator()
290 CurInst(Other.CurInst), Head(Other.Head), Tail(Other.Tail) {} in MustBeExecutedIterator()
293 if (this != &Other) {
294 std::swap(Visited, Other.Visited);
295 std::swap(CurInst, Other.CurInst);
296 std::swap(Head, Other.Head);
297 std::swap(Tail, Other.Tail);
321 return CurInst == Other.CurInst && Head == Other.Head && Tail == Other.Tail;
[all …]
H A DAssumeBundleQueries.h105 bool operator==(RetainedKnowledge Other) const {
106 return AttrKind == Other.AttrKind && WasOn == Other.WasOn &&
107 ArgValue == Other.ArgValue;
109 bool operator!=(RetainedKnowledge Other) const { return !(*this == Other); }
112 bool operator<(RetainedKnowledge Other) const {
113 assert(((AttrKind == Other.AttrKind && WasOn == Other.WasOn) ||
114 AttrKind == Attribute::None || Other.AttrKind == Attribute::None) &&
117 return ArgValue < Other.ArgValue;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h183 int compare(const APFixedPoint &Other) const;
184 bool operator==(const APFixedPoint &Other) const {
185 return compare(Other) == 0;
187 bool operator!=(const APFixedPoint &Other) const {
188 return compare(Other) != 0;
190 bool operator>(const APFixedPoint &Other) const { return compare(Other) > 0; }
191 bool operator<(const APFixedPoint &Other) const { return compare(Other) < 0; }
192 bool operator>=(const APFixedPoint &Other) const {
193 return compare(Other) >= 0;
195 bool operator<=(const APFixedPoint &Other) const {
[all …]
H A DSmallSet.h64 SmallSetIterator(const SmallSetIterator &Other) : isSmall(Other.isSmall) { in SmallSetIterator() argument
66 VecIter = Other.VecIter; in SmallSetIterator()
70 new (&SetIter) SetIterTy(Other.SetIter); in SmallSetIterator()
73 SmallSetIterator(SmallSetIterator &&Other) : isSmall(Other.isSmall) { in SmallSetIterator() argument
75 VecIter = std::move(Other.VecIter); in SmallSetIterator()
79 new (&SetIter) SetIterTy(std::move(Other.SetIter)); in SmallSetIterator()
88 isSmall = Other.isSmall;
90 VecIter = Other.VecIter;
92 new (&SetIter) SetIterTy(Other.SetIter);
102 isSmall = Other.isSmall;
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCommand.h40 explicit Command(const Command &Other) in Command() argument
41 : Args(Other.Args), CombinedOutAndErr(Other.CombinedOutAndErr), in Command()
42 OutputFile(Other.OutputFile) {} in Command()
44 Command &operator=(const Command &Other) {
45 Args = Other.Args;
46 CombinedOutAndErr = Other.CombinedOutAndErr;
47 OutputFile = Other.OutputFile;
86 auto IsMatch = [&](const std::string &Other) { in hasFlag()
97 auto IsMatch = [&](const std::string &Other) { in getFlagValue()
156 Command(Command &&Other) = delete;
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h31 bool operator==(const UniqueID &Other) const {
32 return Device == Other.Device && File == Other.File;
34 bool operator!=(const UniqueID &Other) const { return !(*this == Other); }
35 bool operator<(const UniqueID &Other) const {
37 if (Device < Other.Device)
39 if (Other.Device < Device)
41 return File < Other.File;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h76 bool operator!=(const Expression &Other) const { return !(*this == Other); }
77 bool operator==(const Expression &Other) const {
78 if (getOpcode() != Other.getOpcode())
88 return equals(Other);
105 return getExpressionType() == Other.getExpressionType() && equals(Other); in exactlyEquals()
214 if (getOpcode() != Other.getOpcode()) in equals()
290 if (!this->BasicExpression::equals(Other)) in equals()
355 return Expression::exactlyEquals(Other) && in exactlyEquals()
395 return Expression::exactlyEquals(Other) && in exactlyEquals()
455 if (!this->BasicExpression::equals(Other)) in equals()
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_639-222 afa Afro-Asiatic (Other) F
35 art Artificial (Other) S
46 bat Baltic (Other) F
49 ber Berber (Other) F
54 bnt Bantu (Other) F
61 cai Central American Indian (Other) F
63 cau Caucasian (Other) F
65 cel Celtic (Other) F
77 cpe Creoles and pidgins, English based (Other) F
78 cpf Creoles and pidgins, French-based (Other) F
[all …]
/netbsd/share/misc/
H A Dlanguage27 Altaic (Other) tut
37 Artificial (Other) art
49 Baltic (Other) bat
54 Bantu (Other) bnt
63 Berber (Other) ber
83 Celtic (Other) cel
111 Cushitic (Other) cus
199 Indic (Other) inc
207 Iranian (Other) ira
342 Papuan (Other) paa
[all …]

12345678910>>...48