Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DunionType.cpp80 TypeFacts facts = TypeFacts::NONE;
83 facts |= it->GetTypeFacts();
86 return facts;
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DunionType.cpp81 TypeFacts facts = TypeFacts::NONE;
84 facts |= it->GetTypeFacts();
87 return facts;
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DunaryExpression.cpp193 auto facts = operandType->GetTypeFacts(); in Check() local
194 if (facts & checker::TypeFacts::TRUTHY) { in Check()
198 if (facts & checker::TypeFacts::FALSY) { in Check()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1014 auto facts = operandType->GetTypeFacts(); in Check() local
1015 if ((facts & checker::TypeFacts::TRUTHY) != 0) { in Check()
1019 if ((facts & checker::TypeFacts::FALSY) != 0) { in Check()

Completed in 4 milliseconds