Home
last modified time | relevance | path

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

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