Home
last modified time | relevance | path

Searched defs:equals (Results 1 – 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantPoolValue.h125 bool equals(const ARMConstantPoolValue *A) const { in equals() function
205 bool equals(const ARMConstantPoolConstant *A) const { in equals() function
240 bool equals(const ARMConstantPoolSymbol *A) const { in equals() function
276 bool equals(const ARMConstantPoolMBB *A) const { in equals() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDGVNExpression.h100 virtual bool equals(const Expression &Other) const { return true; } in equals() function
213 bool equals(const Expression &Other) const override { in equals() function
284 bool equals(const Expression &Other) const override { in equals() function
456 bool equals(const Expression &Other) const override { in equals() function
518 bool equals(const Expression &Other) const override { in equals() function
566 bool equals(const Expression &Other) const override { in equals() function
603 bool equals(const Expression &Other) const override { in equals() function
639 bool equals(const Expression &Other) const override { in equals() function
/freebsd-11-stable/contrib/nvi/ex/
HDex_z.c38 recno_t cnt, equals, lno; in ex_z() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDDynamicCastInfo.h27 bool equals(QualType from, QualType to) const { in equals() function
/freebsd-11-stable/lib/libc/stdlib/
HDgetenv.c537 char *equals; in __merge_environ() local
607 char *equals; in putenv() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDie.h444 bool equals(const reverse_iterator<llvm::DWARFDie::iterator> &RHS) const { in equals() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDSmallString.h98 bool equals(StringRef RHS) const { in equals() function
HDStringRef.h181 bool equals(StringRef RHS) const { in equals() function
HDArrayRef.h180 bool equals(ArrayRef RHS) const { in equals() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyCommon.h63 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { in equals() function
288 bool equals(const CapabilityExpr &other) const { in equals() function
/freebsd-11-stable/contrib/atf/atf-sh/
HDatf-check.cpp609 const bool equals = compare_files(path, atf::fs::path(oc.value)); in run_output_check() local
628 const bool equals = compare_files(path, temp.get_path()); in run_output_check() local
/freebsd-11-stable/contrib/nvi/common/
HDoptions.c476 int ch, equals, nf, nf2, offset, qmark, rval; in opts_set() local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
HDconfig_file.c494 char *equals, *separator; in parse_option() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDLiveVariables.cpp171 bool LiveVariables::LivenessValues::equals(const LivenessValues &V) const { in equals() function in LiveVariables::LivenessValues
/freebsd-11-stable/contrib/gperf/src/
HDsearch.cc966 equals (const unsigned int *ptr1, const unsigned int *ptr2, unsigned int len) in equals() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDNewGVN.cpp878 bool LoadExpression::equals(const Expression &Other) const { in equals() function in LoadExpression
882 bool StoreExpression::equals(const Expression &Other) const { in equals() function in StoreExpression
/freebsd-11-stable/contrib/binutils/gas/
HDread.c5328 equals (char *sym_name, int reassign) in equals() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h4671 equals(const ValueT &Value) { in equals() function