Home
last modified time | relevance | path

Searched refs:Equal (Results 1 – 25 of 73) sorted by relevance

123

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A Dfallible_iterator.h172 bool Equal = LHS.I == RHS.I; variable
176 if (!Equal) {
183 return Equal;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DComparisonCategories.h69 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 DLowerAtomic.cpp30 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 Dsfcmp.c84 Set_status_cbit(Equal(cond));
99 Set_status_cbit(Equal(cond));
H A Ddfcmp.c84 Set_status_cbit(Equal(cond));
99 Set_status_cbit(Equal(cond));
/openbsd/gnu/llvm/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp36 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 Dppevvmath.h70 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 DFileSpecList.cpp75 if (FileSpec::Equal(m_files[idx], file_spec, full)) in FindFileIndex()
106 if (FileSpec::Equal(curr_file, file_spec, full)) { in FindCompatibleIndex()
H A DSourceLocationSpec.cpp51 bool SourceLocationSpec::Equal(const SourceLocationSpec &lhs, in Equal() function in SourceLocationSpec
/openbsd/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go945 if !bytes.Equal(cipherOut, out) {
1074 if bytes.Equal(tag, outTag) != (wt.Result == "valid") {
1170 if (bytes.Equal(sealedCt, ct) && bytes.Equal(sealedTag, tag)) == (wt.Result != "invalid") {
1281 ctMatch := bytes.Equal(ct, sealed[:ctLen])
1282 tagMatch := bytes.Equal(tag, sealed[ctLen:])
1626 if !bytes.Equal(shared, secret) {
1730 if !bytes.Equal(shared, secret) {
2037 if !bytes.Equal(out[:outLen], okm) {
2128 if ret == C.int(len(out)) && bytes.Equal(out, ct) {
2258 if !bytes.Equal(msg[:msgLen], to) {
[all …]
/openbsd/gnu/llvm/clang/lib/AST/
H A DComparisonCategories.cpp188 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 DSourceLocationSpec.h152 static bool Equal(const SourceLocationSpec &lhs,
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.h139 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 DMCAsmMacro.h49 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h185 static bool Equal(const FileSpec &a, const FileSpec &b, bool full);
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp69 case AsmToken::Equal: OS << "Equal"; break; in dump()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp119 if (MCParser.getLexer().isNot(AsmToken::Equal)) { in expectAbsExpression()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp636 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 Dtls_test.go480 } else if !certNotBefore.Equal(notBefore) {
487 } else if !certNotAfter.Equal(notAfter) {
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp164 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 DSparcInstrInfo.td316 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 DFormatTokenLexer.cpp356 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 DInterp.h482 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 DBreakpointResolverFileLine.cpp232 if (FileSpec::Equal(sc_file, request_file, /*full*/true)) in DeduceSourceMapping()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DOperatorKinds.def72 OVERLOADED_OPERATOR(Equal , "=" , equal , false, true , true)

123