Home
last modified time | relevance | path

Searched refs:newSig (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/wasm/
DSymbolTable.cpp145 const WasmSignature *newSig) { in signatureMatches() argument
151 if (!newSig || !oldSig) in signatureMatches()
154 return *newSig == *oldSig; in signatureMatches()
174 const WasmSignature *newSig) { in checkEventType() argument
187 if (*newSig != *oldSig) in checkEventType()
191 toString(*newSig) + " in " + toString(file)); in checkEventType()
/external/jdiff/src/jdiff/
DAPIComparator.java574 String newSig = newMethod.getSignature(); in compareMethods() local
576 methodDiff.newSignature_ = newSig; in compareMethods()
577 if (oldSig.compareTo(newSig) != 0) { in compareMethods()
666 newMethod.returnType_ + "(" + newSig + ")"); in compareMethods()