/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | fallible_iterator.h | 172 bool Equal = LHS.I == RHS.I; variable 176 if (!Equal) { 183 return Equal;
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ComparisonCategories.h | 69 Equal, enumerator 155 if (!isStrong() && Res == CCR::Equal) in makeWeakResult() 161 return getValueInfo(makeWeakResult(ComparisonCategoryResult::Equal)); in getEqualOrEquiv()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A 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/sys/arch/hppa/spmath/ |
H A D | sfcmp.c | 84 Set_status_cbit(Equal(cond)); 99 Set_status_cbit(Equal(cond));
|
H A D | dfcmp.c | 84 Set_status_cbit(Equal(cond)); 99 Set_status_cbit(Equal(cond));
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A 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/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppevvmath.h | 70 static bool Equal(fInt, fInt); /* Returns true if two fInts are equal to… 316 static bool Equal(fInt A, fInt B) in Equal() function 363 if (Equal(Y, fZERO)) in fDivide() 408 if (GreaterThan(fZERO, num) || Equal(fZERO, num)) in fSqrt() 424 if (Equal(num, fZERO)) /*Square Root of Zero is zero */ in fSqrt()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A 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()
|
H A D | SourceLocationSpec.cpp | 51 bool SourceLocationSpec::Equal(const SourceLocationSpec &lhs, in Equal() function in SourceLocationSpec
|
/openbsd/regress/lib/libcrypto/wycheproof/ |
H A D | wycheproof.go | 953 if !bytes.Equal(cipherOut, out) { 1082 if bytes.Equal(tag, outTag) != (wt.Result == "valid") { 1178 if (bytes.Equal(sealedCt, ct) && bytes.Equal(sealedTag, tag)) == (wt.Result != "invalid") { 1289 ctMatch := bytes.Equal(ct, sealed[:ctLen]) 1290 tagMatch := bytes.Equal(tag, sealed[ctLen:]) 1634 if !bytes.Equal(shared, secret) { 1741 if !bytes.Equal(shared, secret) { 2051 if !bytes.Equal(out[:outLen], okm) { 2142 if ret == C.int(len(out)) && bytes.Equal(out, ct) { 2272 if !bytes.Equal(msg[:msgLen], to) { [all …]
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ComparisonCategories.cpp | 188 case CCVT::Equal: in getResultString() 209 Values.push_back(IsStrong ? CCR::Equal : CCR::Equivalent); in getPossibleResultsForType()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | SourceLocationSpec.h | 152 static bool Equal(const SourceLocationSpec &lhs,
|
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/ |
H A D | PerfReader.h | 139 struct Equal { struct 209 Hashable<PerfSample>::Hash, Hashable<PerfSample>::Equal>; 416 Hashable<ContextKey>::Hash, Hashable<ContextKey>::Equal>;
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 49 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | FileSpec.h | 185 static bool Equal(const FileSpec &a, const FileSpec &b, bool full);
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | MCAsmLexer.cpp | 69 case AsmToken::Equal: OS << "Equal"; break; in dump()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTUtils.cpp | 119 if (MCParser.getLexer().isNot(AsmToken::Equal)) { in expectAbsExpression()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A 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/regress/lib/libtls/gotls/ |
H A D | tls_test.go | 488 } else if !certNotBefore.Equal(notBefore) { 495 } else if !certNotAfter.Equal(notAfter) {
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A 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/gnu/llvm/llvm/lib/Target/Sparc/ |
H A 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 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 343 def FCC_LE : FCC_VAL<29>; // Less or Equal [all …]
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A 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/gnu/llvm/clang/lib/AST/Interp/ |
H A 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/gnu/llvm/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileLine.cpp | 232 if (FileSpec::Equal(sc_file, request_file, /*full*/true)) in DeduceSourceMapping()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | OperatorKinds.def | 72 OVERLOADED_OPERATOR(Equal , "=" , equal , false, true , true)
|