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:HasType
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/
H
A
D
pass_manager.h
45
static constexpr bool
HasType
()
in HasType()
function in panda::compiler::details::PassTypeList
62
static_assert(
HasType
<Type>());
in GetIndex()
91
if constexpr (details::PredefinedAnalyses::
HasType
<T>()) {
in RunPass()
function
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H
A
D
pass_manager.h
53
static constexpr bool
HasType
()
in HasType()
function in ark::compiler::details::PassTypeList
70
static_assert(
HasType
<Type>());
in GetIndex()
100
if constexpr (details::PredefinedAnalyses::
HasType
<T>()) {
in RunPass()
function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H
A
D
phi_resolver.h
64
if ((inst->IsPhi() || (inst->GetType() == DataType::ANY && inst->IsCatchPhi())) && inst->
HasType
() &&
in Run()
73
} else if (!inst->
HasType
()) {
in Run()
75
ASSERT(inst->
HasType
() || (inst->IsCatchPhi() && !inst->CastToCatchPhi()->IsAcc()));
in Run()
197
if (phiInst->
HasType
()) {
in CheckPhiInputs()
H
A
D
inst_builder.h
229
if (!input->
HasType
()) {
in CreateCast()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H
A
D
phi_resolver.h
53
if (inst->
HasType
() || (!inst->GetUsers().Empty() && CheckPhiInputs(inst))) {
in Run()
87
ASSERT(inst->
HasType
() || (inst->IsCatchPhi() && !inst->CastToCatchPhi()->IsAcc()));
in Run()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H
A
D
etsUnionType.h
53
bool
HasType
(Type *type) const;
H
A
D
etsUnionType.cpp
730
bool ETSUnionType::
HasType
(Type *type) const
742
return
HasType
(checker->GlobalETSNullType()) ||
HasType
(checker->GlobalETSUndefinedType());
/arkcompiler/runtime_core/compiler/tests/
H
A
D
compiler_graph_test.cpp
222
EXPECT_TRUE(graph->FindOrAddConstant(constant)->
HasType
());
in HWTEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
graph_checker.cpp
215
if (!user_inst->
HasType
()) {
in CheckDataFlow()
H
A
D
inst.h
780
bool
HasType
() const
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_types.h
1420
ASSERT(
HasType
());
in GetType()
1430
bool
HasType
() const
in HasType()
function in panda::ecmascript::tooling::final::final
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
ETSCompiler.cpp
153
exprType->AsETSUnionType()->
HasType
(etsg->Checker()->GlobalETSUndefinedType());
in Compile()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
graph_checker.cpp
296
if (!userInst->
HasType
()) {
in CheckUserOfInt32()
H
A
D
inst.h
837
bool
HasType
() const
Completed in 33 milliseconds