Home
last modified time | relevance | path

Searched defs:Equal (Results 1 – 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
HDFormula.h64 Equal, /// True if LHS and RHS have the same truth value in alignas() enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDSourceLocationSpec.cpp52 bool SourceLocationSpec::Equal(const SourceLocationSpec &lhs, in Equal() function in SourceLocationSpec
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLowerAtomic.cpp29 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp); in lowerAtomicCmpXchgInst() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDfallible_iterator.h172 bool Equal = LHS.I == RHS.I; variable
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDComparisonCategories.h68 Equal, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFModuleDefinition.cpp36 Equal, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmMacro.h49 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDFileSpec.cpp294 bool FileSpec::Equal(const FileSpec &a, const FileSpec &b, bool full) { in Equal() function in FileSpec
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDFormatTokenLexer.cpp413 auto &Equal = *(Tokens.end() - 1); in tryMergeNullishCoalescingEqual() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIteratorModeling.cpp786 SymbolRef Sym2, bool Equal) { in relateSymbols()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRPrinter.cpp657 SmallVector<BranchProbability,8> Equal(Normalized.size()); in canPredictBranchProbabilities() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp2690 enum class InitKind { Uninitialized, Equal, CXXDirect, CXXBraced }; in ParseDeclarationAfterDeclaratorAndAttributes() enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp362 Equal, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp887 auto Equal = [](const ArrayRef<const char *> A, in RoundTrip() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp13515 Equal, enumerator
13832 bool Equal = !LHSValue.getDecl() && !RHSValue.getDecl(); in EvaluateComparisonBinaryOperator() local
13849 bool Equal = LHSValue == RHSValue; in EvaluateComparisonBinaryOperator() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp3160 ConstantInt *&Equal, in matchThreeWayIntCompare()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h5606 Equal, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp10025 enum class Comparison { Equal, Better, Worse }; enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp18350 bool Equal = false; in rebuildSetCC() local