Searched defs:is_same (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
| H A D | abc2program_test_utils.cpp | 125 bool is_same = true; in ValidateDumpResult() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | operands.h | 235 if constexpr (std::is_same<T, int64_t>()) { in CheckVariantID() function 238 if constexpr (std::is_same<T, float>()) { in CheckVariantID() function 241 if constexpr (std::is_same<T, double>()) { in CheckVariantID() function
|
| H A D | type_info.h | 101 if constexpr (std::is_same<T, uint8_t>()) { in TypeInfo() function 103 } else if constexpr (std::is_same<T, int8_t>()) { in TypeInfo() function 105 } else if constexpr (std::is_same<T, uint16_t>()) { in TypeInfo() function 107 } else if constexpr (std::is_same<T, int16_t>()) { in TypeInfo() function 109 } else if constexpr (std::is_same<T, uint32_t>()) { in TypeInfo() function 111 } else if constexpr (std::is_same<T, int32_t>()) { in TypeInfo() function 113 } else if constexpr (std::is_same<T, uint64_t>()) { in TypeInfo() function 115 } else if constexpr (std::is_same<T, int64_t>()) { in TypeInfo() function 117 } else if constexpr (std::is_same<T, float>()) { in TypeInfo() function 119 } else if constexpr (std::is_same< in TypeInfo() function [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | const_folding.cpp | 851 if constexpr (std::is_same<T, float>() || std::is_same<T, double>()) { in GetResult() function in ark::compiler::std
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | ir_constructor.h | 161 if constexpr (std::is_same<T, std::nullptr_t>()) { in NewConstant() function
|
Completed in 6 milliseconds