Searched refs:equals (Results 101 - 125 of 312) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/nvi/dist/common/
H A Doptions.c518 int ch, equals, nf, nf2, offset, qmark, rval; local
535 /* Find equals sign or question mark. */
536 for (sep = NULL, equals = qmark = 0,
547 equals = 1;
580 if (!equals && !qmark &&
606 if (equals) {
656 if (qmark || !equals) {
748 if (qmark || !equals) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h63 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { function in namespace:clang::threadSafety::sx
288 bool equals(const CapabilityExpr &other) const { function in class:clang::threadSafety::CapabilityExpr
289 return (Negated == other.Negated) && sx::equals(CapExpr, other.CapExpr);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp89 if (Sec.equals(".sdata") || Sec.equals(".sbss") || Sec.equals(".scommon"))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c194 if (ex->type->equals(t))
490 if (e->type->equals(t))
1360 if (e->type->equals(t))
1378 if (tob->equals(t1b))
1447 else if (t1b->implicitConvTo(tob) == MATCHconst && t->equals(e->type->constOf()))
1574 if (!e->type->equals(t))
1592 if (!e->type->equals(t))
1650 if (e->type->equals(t))
1665 if (typeb->equals(tb))
1899 if (!tb->equals(
[all...]
H A Didentifier.c41 bool Identifier::equals(RootObject *o) function in class:Identifier
H A Dglobals.h295 bool equals(const Loc& loc);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dadi.d103 if (!ti.equals(p1 + i * sz, p2 + i * sz))
114 if (!ti.equals(&a1, &a2))
/netbsd-current/external/apache2/llvm/dist/clang/tools/diagtool/
H A DTreeView.cpp148 if (FirstArg.equals("--internal")) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp95 hasArgument(0, ignoringParenCasts(integerLiteral(equals(0))))));
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dread.h137 extern void equals (char *, int);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-longdouble.cc201 longdouble::equals (const longdouble& r) const function in class:longdouble
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dread.h136 extern void equals (char *, int);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-longdouble.cc195 longdouble::equals (const longdouble &r) const function in class:longdouble
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.d568 extern (C++) bool equals(ref const(Loc) loc) const
572 FileName.equals(filename, loc.filename);
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dread.h136 extern void equals (char *, int);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_Aint.d35 override bool equals(in void* p1, in void* p2) const
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h449 // FIXME: We should be able to specify the equals operator as a friend, but
452 bool equals(const reverse_iterator<llvm::DWARFDie::iterator> &RHS) const { function in class:std::reverse_iterator
463 return LHS.equals(RHS);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp194 F.getName().equals(ViewBlockFreqFuncName))) {
199 F.getName().equals(PrintBlockFreqFuncName))) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DPPC.h351 return RegName.equals("r1") || RegName.equals("x1");
H A DX86.h182 return RegName.equals("esp") || RegName.equals("rsp");
206 if (RegName.equals("esp") || RegName.equals("ebp")) {
746 if (RegName.equals("rsp") || RegName.equals("rbp")) {
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doptions.cc873 const char* equals = strchr(this_argv, '='); local
876 equals ? equals - option_start : strlen(option_start));
913 if (equals)
920 if (equals)
921 *arg = equals + 1;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf.c43 equal, equals function is called and symbols are deeply compared.
803 /* Returns true if the item equals to ITEM given as argument. */
806 sem_function::equals (sem_item *item, function in class:sem_function
1664 /* Returns true if the item equals to ITEM given as argument. */
1667 sem_variable::equals (sem_item *item, function in class:sem_variable
1683 ret = sem_variable::equals (DECL_INITIAL (decl),
1697 sem_variable::equals (tree t1, tree t2) function in class:sem_variable
1744 if (!sem_variable::equals (c1->value, c2->value))
1747 if (!sem_variable::equals (c1->index, c2->index))
1763 return return_with_debug (sem_variable::equals (x
2648 bool equals local
2662 bool equals local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doptions.cc852 const char* equals = strchr(this_argv, '='); local
855 equals ? equals - option_start : strlen(option_start));
892 if (equals)
899 if (equals)
900 *arg = equals + 1;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-icf.cc43 equal, equals function is called and symbols are deeply compared.
806 /* Returns true if the item equals to ITEM given as argument. */
809 sem_function::equals (sem_item *item, function in class:ipa_icf::sem_function
1685 /* Returns true if the item equals to ITEM given as argument. */
1688 sem_variable::equals (sem_item *item, function in class:ipa_icf::sem_variable
1704 ret = sem_variable::equals (DECL_INITIAL (decl),
1718 sem_variable::equals (tree t1, tree t2) function in class:ipa_icf::sem_variable
1765 if (!sem_variable::equals (c1->value, c2->value))
1768 if (!sem_variable::equals (c1->index, c2->index))
1784 return return_with_debug (sem_variable::equals (x
2731 bool equals local
2745 bool equals local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doptions.cc873 const char* equals = strchr(this_argv, '='); local
876 equals ? equals - option_start : strlen(option_start));
913 if (equals)
920 if (equals)
921 *arg = equals + 1;

Completed in 293 milliseconds

1234567891011>>