Searched refs:equals (Results 51 - 75 of 312) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_C.d31 override bool equals(in void* p1, in void* p2)
H A Dti_cent.d35 override bool equals(in void* p1, in void* p2)
H A Dti_long.d36 override bool equals(in void* p1, in void* p2)
H A Dti_ubyte.d32 override bool equals(in void* p1, in void* p2)
H A Dti_ucent.d34 override bool equals(in void* p1, in void* p2)
H A Dti_uint.d32 override bool equals(in void* p1, in void* p2)
H A Dti_ulong.d36 override bool equals(in void* p1, in void* p2)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp112 (SectionPrefix.getValue().equals("unlikely") ||
113 SectionPrefix.getValue().equals("unknown"))) {
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPRequest.cpp116 bool LDAPRequest::equals(const LDAPRequest* req) const{ function in class:LDAPRequest
117 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::equals()" << endl);
131 if(this->equals(parent)){
H A DLDAPSearchRequest.cpp124 bool LDAPSearchRequest::equals(const LDAPRequest* req)const{ function in class:LDAPSearchRequest
125 DEBUG(LDAP_DEBUG_TRACE,"LDAPSearchRequest::equals()" << endl);
126 if( LDAPRequest::equals(req)){
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dadi.d33 if (!ti.equals(&a1, &a2))
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d397 equals!(short, int, 4));
401 equals!(real, 3, 4, 1, 5, 9));
460 equals!(short, 4));
464 equals!(real, 3, 4, 5, 9));
523 .equals!(1, int, NoDuplicates, real));
592 equals!(short, ubyte, byte, byte));
596 equals!(2222, byte, 1111, 1111));
600 equals!(short, 1111, byte, byte));
604 equals!(2222, "11", 1111, 1111));
672 equals!(ubyt
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1110 if (name.equals("fp")) {
1116 if (name.equals("sp")) {
1122 if (name.equals("y")) {
1137 if (name.equals("fprs")) {
1143 if (name.equals("icc")) {
1149 if (name.equals("psr")) {
1155 if (name.equals("fsr")) {
1161 if (name.equals("fq")) {
1167 if (name.equals("csr")) {
1173 if (name.equals("c
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
H A DDumpResource.java117 if ("".equals(keys.nextElement())) {
157 if (!"".equals(key))
166 if (!"".equals(key)) {
176 if (!"".equals(key))
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicCastInfo.h27 bool equals(QualType from, QualType to) const { function in class:clang::ento::DynamicCastInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DOverflowInstAnalysis.cpp37 if (!Extract || !Extract->getIndices().equals(1))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DLangOptions.cpp41 if (FuncName.equals(NoBuiltinFuncs[i]))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dlongdouble.d84 return this.equals(r);
121 int equals(const ref longdouble t) const;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d89 bool equals(T[] s1, T[] s2)
96 if (!Floating!T.equals(s1[u], s2[u]))
218 // `equals` is the same for `Base` and `T`, introduce it just once.
220 override bool equals(in void* p1, in void* p2)
290 assert(equals(&a, &a));
291 assert(!equals(&a, &b));
300 assert(equals(&c, &c));
301 assert(!equals(&c, &d));
339 override bool equals(in void* p1, in void* p2) const
378 assert(equals(
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d330 equals!(short, int, 4));
334 equals!(real, 3, 4, 1, 5, 9));
362 equals!(short, 4));
366 equals!(real, 3, 4, 5, 9));
429 .equals!(1, int, NoDuplicates, real));
498 equals!(short, ubyte, byte, byte));
502 equals!(2222, byte, 1111, 1111));
506 equals!(short, 1111, byte, byte));
510 equals!(2222, "11", 1111, 1111));
542 equals!(ubyt
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DHashMap.h211 equals (Key_t a, Key_t b) function in class:HashMap
300 if (equals (key, p->key))
313 if (equals (key, p->key))
327 if (equals (key, p->key))
361 if (equals (key, p->key))
389 if (equals (key, p->key))
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DHashMap.h211 equals (Key_t a, Key_t b) function in class:HashMap
300 if (equals (key, p->key))
313 if (equals (key, p->key))
327 if (equals (key, p->key))
361 if (equals (key, p->key))
389 if (equals (key, p->key))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp89 if (!UmbrellaDir.equals(UmbreallDirFromHeader)) {
125 if (!llvm::sys::fs::real_path(UpperDest, RealDest) && Path.equals(RealDest))
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DSymbolMap.cpp139 } else if (LHS.equals("BCSymbolMap Version: 1.0")) {
141 } else if (LHS.equals("BCSymbolMap Version: 2.0")) {
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh/
H A Dpsub.s19 # 0xa5a5a5a5 minus 0xa5a5a5a5 equals zero

Completed in 243 milliseconds

1234567891011>>