Searched refs:equals (Results 26 - 50 of 312) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp56 if (Scope.equals("none"))
59 if (Scope.equals("all"))
62 assert(Scope.equals("non-leaf"));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dlongdouble.h97 int equals (const longdouble& t) const;
112 { return this->equals (r); }
115 { return !this->equals (r); }
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dlongdouble.h97 int equals (const longdouble &t) const;
112 { return this->equals (r); }
115 { return !this->equals (r); }
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Didentifier.h27 bool equals(RootObject *o);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_cdouble.d35 override bool equals(in void* p1, in void* p2) const @trusted
37 return Floating!F.equals(*cast(F*)p1, *cast(F*)p2);
H A Dti_cfloat.d35 override bool equals(in void* p1, in void* p2) const @trusted
37 return Floating!F.equals(*cast(F*)p1, *cast(F*)p2);
H A Dti_creal.d35 override bool equals(in void* p1, in void* p2) const @trusted
37 return Floating!F.equals(*cast(F*)p1, *cast(F*)p2);
H A Dti_byte.d32 override bool equals(in void* p1, in void* p2)
H A Dti_char.d32 override bool equals(in void* p1, in void* p2)
H A Dti_dchar.d32 override bool equals(in void* p1, in void* p2)
H A Dti_delegate.d33 override bool equals(in void* p1, in void* p2)
H A Dti_int.d32 override bool equals(in void* p1, in void* p2)
H A Dti_ptr.d32 override bool equals(in void* p1, in void* p2)
H A Dti_short.d32 override bool equals(in void* p1, in void* p2)
H A Dti_ushort.d32 override bool equals(in void* p1, in void* p2)
H A Dti_void.d32 override bool equals(in void* p1, in void* p2)
H A Dti_wchar.d32 override bool equals(in void* p1, in void* p2)
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPRequest.h76 virtual bool equals(const LDAPRequest* req) const;
H A DLDAPSearchRequest.h32 virtual bool equals(const LDAPRequest* req) const;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h88 return equals(Other);
100 virtual bool equals(const Expression &Other) const { return true; } function in class:llvm::GVNExpression::Expression
105 return getExpressionType() == Other.getExpressionType() && equals(Other);
213 bool equals(const Expression &Other) const override {
289 bool equals(const Expression &Other) const override {
290 if (!this->BasicExpression::equals(Other))
353 bool equals(const Expression &Other) const override;
392 bool equals(const Expression &Other) const override;
454 bool equals(const Expression &Other) const override {
455 if (!this->BasicExpression::equals(Othe
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp314 if (RewriteType.equals("function"))
316 else if (RewriteType.equals("global variable"))
318 else if (RewriteType.equals("global alias"))
354 if (KeyValue.equals("source")) {
362 } else if (KeyValue.equals("target")) {
364 } else if (KeyValue.equals("transform")) {
366 } else if (KeyValue.equals("naked")) {
423 if (KeyValue.equals("source")) {
431 } else if (KeyValue.equals("target")) {
433 } else if (KeyValue.equals("transfor
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dgl_anylinked_list2.h233 gl_listelement_equals_fn equals = list->base.equals_fn; local
245 && (equals != NULL
246 ? equals (elt, node->value)
286 && (equals != NULL
287 ? equals (elt, node->value)
311 && (equals != NULL
312 ? equals (elt, node->value)
346 gl_listelement_equals_fn equals = list->base.equals_fn; local
353 if (equals != NULL)
356 if (equals (el
389 gl_listelement_equals_fn equals = list->base.equals_fn; local
469 gl_listelement_equals_fn equals = list->base.equals_fn; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp93 if (Name.equals("CFArrayCreate")) {
103 if (Name.equals("CFArrayGetCount")) {
116 if (Name.equals("CFArrayGetValueAtIndex")) {
H A DObjCContainersASTChecker.cpp104 if (Name.equals("CFArrayCreate") || Name.equals("CFSetCreate")) {
111 } else if (Name.equals("CFDictionaryCreate")) {
/netbsd-current/external/apache2/llvm/dist/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp92 if (FirstArg.equals("--no-levels")) {
96 } else if (FirstArg.equals("--levels")) {

Completed in 130 milliseconds

1234567891011>>