| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | fallible_iterator.h | 172 bool Equal = LHS.I == RHS.I; variable 176 if (!Equal) { 183 return Equal;
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | ComparisonCategories.h | 69 Equal, enumerator 155 if (!isStrong() && Res == CCR::Equal) in makeWeakResult() 161 return getValueInfo(makeWeakResult(ComparisonCategoryResult::Equal)); in getEqualOrEquiv()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | LowerAtomic.cpp | 30 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp); in lowerAtomicCmpXchgInst() local 31 Value *Res = Builder.CreateSelect(Equal, Val, Orig); in lowerAtomicCmpXchgInst() 35 Res = Builder.CreateInsertValue(Res, Equal, 1); in lowerAtomicCmpXchgInst()
|
| /openbsd/src/sys/arch/hppa/spmath/ |
| D | sfcmp.c | 84 Set_status_cbit(Equal(cond)); 99 Set_status_cbit(Equal(cond));
|
| D | dfcmp.c | 84 Set_status_cbit(Equal(cond)); 99 Set_status_cbit(Equal(cond));
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | COFFModuleDefinition.cpp | 36 Equal, enumerator 104 return Token(Equal, "="); in lex() 227 if (Tok.K == Equal) { in parseExport() 319 if (Error Err = expect(Equal, "'=' expected")) in parseName()
|
| /openbsd/src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
| D | ppevvmath.h | 76 static bool Equal(fInt, fInt); /* Returns true if two fInts are equal to… 322 static bool Equal(fInt A, fInt B) in Equal() function 369 if (Equal(Y, fZERO)) in fDivide() 414 if (GreaterThan(fZERO, num) || Equal(fZERO, num)) in fSqrt() 430 if (Equal(num, fZERO)) /*Square Root of Zero is zero */ in fSqrt()
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | FileSpecList.cpp | 75 if (FileSpec::Equal(m_files[idx], file_spec, full)) in FindFileIndex() 106 if (FileSpec::Equal(curr_file, file_spec, full)) { in FindCompatibleIndex()
|
| D | SourceLocationSpec.cpp | 51 bool SourceLocationSpec::Equal(const SourceLocationSpec &lhs, in Equal() function in SourceLocationSpec
|
| /openbsd/src/regress/lib/libcrypto/wycheproof/ |
| D | wycheproof.go | 797 if bytes.Equal(openedMsg, out) == (wt.Result != "invalid") { 800 fmt.Printf("FAIL: %s [%v] - msg match: %t\n", wt, action, bytes.Equal(openedMsg, out)) 953 if !bytes.Equal(cipherOut, out) { 971 if bytes.Equal(tagOut, tag) != (wt.Result == "valid" || wt.Result == "acceptable") { 1082 if bytes.Equal(tag, outTag) != (wt.Result == "valid") { 1142 if bytes.Equal(openedMsg, msg) == (wt.Result != "invalid") { 1145 fmt.Printf("FAIL: %s - msg match: %t.\n", wt, bytes.Equal(openedMsg, msg)) 1178 if (bytes.Equal(sealedCt, ct) && bytes.Equal(sealedTag, tag)) == (wt.Result != "invalid") { 1181 …d, ct match: %t, tag match: %t.\n", wt, int(sealRet), bytes.Equal(sealedCt, ct), bytes.Equal(seale… 1289 ctMatch := bytes.Equal(ct, sealed[:ctLen]) [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | ComparisonCategories.cpp | 188 case CCVT::Equal: in getResultString() 209 Values.push_back(IsStrong ? CCR::Equal : CCR::Equivalent); in getPossibleResultsForType()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | SourceLocationSpec.h | 152 static bool Equal(const SourceLocationSpec &lhs,
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/MC/ |
| D | MCAsmMacro.h | 49 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | FileSpec.h | 185 static bool Equal(const FileSpec &a, const FileSpec &b, bool full);
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/ |
| D | MCAsmLexer.cpp | 69 case AsmToken::Equal: OS << "Equal"; break; in dump()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
| D | AMDKernelCodeTUtils.cpp | 119 if (MCParser.getLexer().isNot(AsmToken::Equal)) { in expectAbsExpression()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MIRPrinter.cpp | 636 SmallVector<BranchProbability,8> Equal(Normalized.size()); in canPredictBranchProbabilities() local 637 BranchProbability::normalizeProbabilities(Equal.begin(), Equal.end()); in canPredictBranchProbabilities() 639 return std::equal(Normalized.begin(), Normalized.end(), Equal.begin()); in canPredictBranchProbabilities()
|
| /openbsd/src/regress/lib/libtls/gotls/ |
| D | tls_test.go | 488 } else if !certNotBefore.Equal(notBefore) { 495 } else if !certNotAfter.Equal(notAfter) {
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| D | IteratorModeling.cpp | 164 SymbolRef Sym2, bool Equal); 790 SymbolRef Sym2, bool Equal) { in relateSymbols() argument 805 auto NewState = State->assume(comparison.castAs<DefinedSVal>(), Equal); in relateSymbols()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.td | 316 def ICC_NE : ICC_VAL< 9>; // Not Equal 317 def ICC_E : ICC_VAL< 1>; // Equal 319 def ICC_LE : ICC_VAL< 2>; // Less or Equal 320 def ICC_GE : ICC_VAL<11>; // Greater or Equal 323 def ICC_LEU : ICC_VAL< 4>; // Less or Equal Unsigned 324 def ICC_CC : ICC_VAL<13>; // Carry Clear/Great or Equal Unsigned 338 def FCC_NE : FCC_VAL<17>; // Not Equal 339 def FCC_E : FCC_VAL<25>; // Equal 340 def FCC_UE : FCC_VAL<26>; // Unordered or Equal 341 def FCC_GE : FCC_VAL<27>; // Greater or Equal [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Format/ |
| D | FormatTokenLexer.cpp | 356 auto &Equal = *(Tokens.end() - 1); in tryMergeNullishCoalescingEqual() local 358 !Equal->is(tok::equal)) { in tryMergeNullishCoalescingEqual() 364 Equal->TokenText.end() - NullishCoalescing->TokenText.begin()); in tryMergeNullishCoalescingEqual() 365 NullishCoalescing->ColumnWidth += Equal->ColumnWidth; in tryMergeNullishCoalescingEqual()
|
| /openbsd/src/gnu/llvm/clang/lib/AST/Interp/ |
| D | Interp.h | 482 S.Stk.push<BoolT>(BoolT::from(Fn(ComparisonCategoryResult::Equal))); 510 return R == ComparisonCategoryResult::Equal; in EQ() 517 return R != ComparisonCategoryResult::Equal; in NE() 532 R == ComparisonCategoryResult::Equal; in LE() 547 R == ComparisonCategoryResult::Equal; in GE()
|
| /openbsd/src/gnu/llvm/lldb/source/Breakpoint/ |
| D | BreakpointResolverFileLine.cpp | 232 if (FileSpec::Equal(sc_file, request_file, /*full*/true)) in DeduceSourceMapping()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | OperatorKinds.def | 72 OVERLOADED_OPERATOR(Equal , "=" , equal , false, true , true)
|
| D | arm_fp16.td | 102 // Absolute Compare Mask Greater Than Or Equal
|