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:noReturn
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/
H
A
D
iterators.cpp
86
Label *
noReturn
= pg_->AllocLabel();
in Close()
local
90
pg_->BranchIfTrue(node_,
noReturn
);
in Close()
108
pg_->BranchIfUndefined(node_,
noReturn
);
in Close()
139
pg_->SetLabel(node_,
noReturn
);
in Close()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H
A
D
prune_deopt.cpp
59
auto
noReturn
= IsNoReturn(bundle->Inputs);
in run()
local
62
if (
noReturn
) {
in run()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H
A
D
llvm_ir_constructor.h
163
ArenaVector<llvm::OperandBundleDef> CreateSaveStateBundle(Inst *inst, bool
noReturn
= false);
H
A
D
llvm_ir_constructor.cpp
1092
bool
noReturn
= GetGraph()->GetRuntime()->IsEntrypointNoreturn(eid);
in CreateEntrypointCall()
local
1095
CreateSaveStateBundle(inst,
noReturn
));
in CreateEntrypointCall()
2039
ArenaVector<llvm::OperandBundleDef> LLVMIrConstructor::CreateSaveStateBundle(Inst *inst, bool
noReturn
)
in CreateSaveStateBundle()
argument
2074
uint32_t flags = (inst->RequireRegMap() ? 1U : 0U) | (
noReturn
? 2U : 0U);
in CreateSaveStateBundle()
Completed in 15 milliseconds