Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DFormula.h64 Equal, /// True if LHS and RHS have the same truth value in alignas() enumerator
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp52 bool SourceLocationSpec::Equal(const SourceLocationSpec &lhs, in Equal() function in SourceLocationSpec
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dfallible_iterator.h172 bool Equal = LHS.I == RHS.I; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp29 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp); in lowerAtomicCmpXchgInst() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h68 Equal, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp36 Equal, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h49 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp294 bool FileSpec::Equal(const FileSpec &a, const FileSpec &b, bool full) { in Equal() function in FileSpec
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp375 auto &Equal = *(Tokens.end() - 1); in tryMergeNullishCoalescingEqual() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp785 SymbolRef Sym2, bool Equal) { in relateSymbols()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp654 SmallVector<BranchProbability,8> Equal(Normalized.size()); in canPredictBranchProbabilities() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2497 enum class InitKind { Uninitialized, Equal, CXXDirect, CXXBraced }; in ParseDeclarationAfterDeclaratorAndAttributes() enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp363 Equal, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp863 auto Equal = [](const ArrayRef<const char *> A, in RoundTrip() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13148 Equal, enumerator
13465 bool Equal = !LHSValue.getDecl() && !RHSValue.getDecl(); in EvaluateComparisonBinaryOperator() local
13482 bool Equal = LHSValue == RHSValue; in EvaluateComparisonBinaryOperator() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3062 ConstantInt *&Equal, in matchThreeWayIntCompare()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1598 Equal, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10010 enum class Comparison { Equal, Better, Worse }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18012 bool Equal = false; in rebuildSetCC() local