Home
last modified time | relevance | path

Searched refs:anyChange (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dsignature.cpp34 bool anyChange = false; in Substitute() local
41 anyChange |= (newTparam != tparam); in Substitute()
50 anyChange = true; in Substitute()
60 anyChange = true; in Substitute()
66 if (!anyChange) { in Substitute()
71 if (newReturnType == returnType_ && !anyChange) { in Substitute()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction_helpers.h78 bool anyChange = true; in InferUntilFail() local
82 while (anyChange && substitution->size() < sigParams.size()) { in InferUntilFail()
83 anyChange = false; in InferUntilFail()
111 anyChange = true; in InferUntilFail()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsFunctionType.cpp202 bool anyChange = false; in Substitute() local
208 anyChange = true; in Substitute()
212 return anyChange ? copiedType : this; in Substitute()
H A DetsObjectType.cpp881 bool anyChange = false; in SubstituteTypeArgs() local
887 anyChange = anyChange || (newArg != arg); in SubstituteTypeArgs()
890 return anyChange; in SubstituteTypeArgs()
968 const bool anyChange = SubstituteTypeArgs(relation, newTypeArgs, substitution); in Substitute() local
972 if (!anyChange && !HasObjectFlag(ETSObjectFlags::FUNCTIONAL)) { in Substitute()

Completed in 4 milliseconds