Home
last modified time | relevance | path

Searched defs:FALSE (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DstringLiteralTypesOverloads01.ts64 const FALSE = getFalsyPrimitive("boolean"); constant
106 const FALSE = getFalsyPrimitive(boolean); constant
DstringLiteralTypesOverloads02.ts62 const FALSE = getFalsyPrimitive("boolean"); constant
104 const FALSE = getFalsyPrimitive(boolean); constant
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeRelation.h34 enum class RelationResult { TRUE, FALSE, UNKNOWN, MAYBE, CACHE_MISS }; enumerator
/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts47 FALSE, enumerator
DtypeSystem.ts151 FALSE = 0, // Not GetAccessor and SetAccessor enumerator
/arkcompiler/runtime_core/compiler/tests/
Dbranch_elimination_test.cpp22 enum class DominantCondResult { FALSE, TRUE }; enumerator
23 enum class SwapInputs { FALSE, TRUE }; enumerator
24 enum class SwapCC { FALSE, TRUE }; enumerator