Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetTypeFromCType
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.h
2012
ASSERT(
GetTypeFromCType
<T>() != DataType::NO_TYPE);
in ConstantInst()
2014
if constexpr (
GetTypeFromCType
<T>() == DataType::FLOAT64) {
in ConstantInst()
2017
} else if constexpr (
GetTypeFromCType
<T>() == DataType::FLOAT32) {
in ConstantInst()
2020
} else if constexpr (
GetTypeFromCType
<T>() == DataType::ANY) {
in ConstantInst()
2023
} else if (
GetTypeFromCType
<T>(support_int32) == DataType::INT32) {
in ConstantInst()
2030
SetType(
GetTypeFromCType
<T>(support_int32));
in ConstantInst()
2078
static constexpr DataType::Type
GetTypeFromCType
(bool support_int32 = false)
in GetTypeFromCType()
function in ConditionMixin::ConstantInst
2118
static_assert(
GetTypeFromCType
<T>() == DataType::INT64);
in IsEqualConst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.h
3359
ASSERT(
GetTypeFromCType
<T>() != DataType::NO_TYPE);
in ConstantInst()
3361
if constexpr (
GetTypeFromCType
<T>() == DataType::FLOAT64) {
in ConstantInst()
3364
} else if constexpr (
GetTypeFromCType
<T>() == DataType::FLOAT32) {
in ConstantInst()
3367
} else if constexpr (
GetTypeFromCType
<T>() == DataType::ANY) {
in ConstantInst()
3370
} else if (
GetTypeFromCType
<T>(supportInt32) == DataType::INT32) {
in ConstantInst()
3377
SetType(
GetTypeFromCType
<T>(supportInt32));
in ConstantInst()
3430
static constexpr DataType::Type
GetTypeFromCType
(bool supportInt32 = false)
in GetTypeFromCType()
function in DynObjectAccessType::ConstantInst
3478
static_assert(
GetTypeFromCType
<T>() == DataType::INT64);
in IsEqualConst()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
inst_generator_test.cpp
557
constexpr DataType::Type TYPE = ConstantInst::
GetTypeFromCType
<T>();
in DoLogic()
Completed in 13 milliseconds