Home
last modified time | relevance | path

Searched defs:IsInteger (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dprim_types.h33 bool IsInteger() const in IsInteger() function
Dcfg_primitive_types.h51 bool IsInteger() const in IsInteger() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DnumberLiteral.cpp31 bool NumberLiteral::IsInteger() const in IsInteger() function in panda::es2panda::ir::NumberLiteral
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Float.cpp56 static inline bool IsInteger(float v) in IsInteger() function
Dstd_core_Double.cpp269 static inline bool IsInteger(double v) in IsInteger() function
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h216 bool Helpers::IsInteger(double number) in IsInteger() function
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.h236 bool Helpers::IsInteger(double number) in IsInteger() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_matchers.h270 bool IsInteger() const in IsInteger() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp152 void BuiltinsNumberStubBuilder::IsInteger(Variable *result, Label *exit, Label *slowPath) in IsInteger() function in panda::ecmascript::kungfu::BuiltinsNumberStubBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.cpp90 JSTaggedValue BuiltinsNumber::IsInteger(EcmaRuntimeCallInfo *argv) in IsInteger() function in panda::ecmascript::builtins::BuiltinsNumber
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h171 inline bool IsInteger() in IsInteger() function
1541 bool IsInteger() const in IsInteger() function
Djs_tagged_value.cpp323 bool JSTaggedValue::IsInteger() const in IsInteger() function in panda::ecmascript::JSTaggedValue
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_test.cpp166 HWTEST_F_L0(BuiltinsNumberTest, IsInteger) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp873 HWTEST_F_L0(JSTaggedValueTest, IsInteger) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp448 static inline bool IsInteger(DataType::Type type) in IsInteger() function