Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMConstantPoolValue.h117 bool equals(const ARMConstantPoolValue *A) const { in equals() function
181 bool equals(const ARMConstantPoolConstant *A) const { in equals() function
216 bool equals(const ARMConstantPoolSymbol *A) const { in equals() function
252 bool equals(const ARMConstantPoolMBB *A) const { in equals() function
/NextBSD/contrib/nvi/ex/
HDex_z.c38 recno_t cnt, equals, lno; in ex_z() local
/NextBSD/lib/libc/stdlib/
HDgetenv.c537 char *equals; in __merge_environ() local
607 char *equals; in putenv() local
/NextBSD/contrib/llvm/include/llvm/ADT/
HDSmallString.h99 bool equals(StringRef RHS) const { in equals() function
HDStringRef.h136 bool equals(StringRef RHS) const { in equals() function
HDArrayRef.h156 bool equals(ArrayRef RHS) const { in equals() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyCommon.h43 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { in equals() function
272 bool equals(const CapabilityExpr &other) const { in equals() function
/NextBSD/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
/NextBSD/contrib/nvi/common/
HDoptions.c476 int ch, equals, nf, nf2, offset, qmark, rval; in opts_set() local
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDLiveVariables.cpp165 bool LiveVariables::LivenessValues::equals(const LivenessValues &V) const { in equals() function in LiveVariables::LivenessValues
/NextBSD/contrib/gperf/src/
HDsearch.cc966 equals (const unsigned int *ptr1, const unsigned int *ptr2, unsigned int len) in equals() function
/NextBSD/contrib/binutils/gas/
HDread.c5328 equals (char *sym_name, int reassign) in equals() function
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h2953 equals(const ValueT &Value) { in equals() function