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
defs:retVal
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H
A
D
blockStatement.cpp
45
auto
retVal
= util::NodeAllocator::ForceSetParent<ir::BlockStatement>(allocator, allocator, std::move(statements));
in Clone()
local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
serializer_test.cpp
33
void SerializerTypeToBuffer(const T &type, std::vector<uint8_t> &buffer, size_t
retVal
)
in SerializerTypeToBuffer()
argument
41
void SerializerBufferToType(const std::vector<uint8_t> &buffer, T &type, size_t
retVal
)
in SerializerBufferToType()
argument
49
void DoTest(T value, int
retVal
)
in DoTest()
argument
/arkcompiler/ets_frontend/es2panda/compiler/function/
H
A
D
asyncGeneratorFunctionBuilder.cpp
44
VReg
retVal
= pg_->AllocReg();
in CleanUp()
local
59
VReg
retVal
= pg_->AllocReg();
in DirectReturn()
local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H
A
D
signal.h
145
void **
retVal
= nullptr;
in StopThread()
local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H
A
D
encoder64_test_2.cpp
881
auto
retVal
= Target::Current().GetParamReg(0);
in TestJumpTest()
local
H
A
D
encoder64_test_1.cpp
286
auto
retVal
= Target::Current().GetParamReg(0);
in TestBitTestAndBranch()
local
342
auto
retVal
= Target::Current().GetParamReg(0, TypeInfo(T(0)));
in TestAddOverflow()
local
408
auto
retVal
= Target::Current().GetParamReg(0, TypeInfo(T(0)));
in TestSubOverflow()
local
507
auto
retVal
= Target::Current().GetParamReg(0);
TestJumpCC()
local
602
auto
retVal
= test->GetParameter(TypeInfo(T(0)));
TestLdr()
local
1929
auto
retVal
= std::is_floating_point_v<T> ? Target::Current().GetReturnReg() : Target::Current().GetParamReg(0);
TestCompare()
local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H
A
D
encoder32_test_1.cpp
303
auto
retVal
= Target::Current().GetReturnReg();
in TestBitTestAndBranch()
local
359
auto
retVal
= Target::Current().GetReturnReg();
in TestJumpCC()
local
495
auto
retVal
= test->GetParameter(TypeInfo(T(0)));
in TestLdr()
local
H
A
D
encoder32_test_2.cpp
876
auto
retVal
= Target::Current().GetParamReg(0);
in TestJumpTest()
local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
codegen-inl.h
349
Reg
retVal
= GetTarget().GetReturnReg(dst.GetType());
in CreateStubCall()
local
H
A
D
encode_visitor.cpp
163
auto
retVal
= enc->GetCodegen()->GetTarget().GetReturnFpReg();
in VisitMod()
local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H
A
D
encoder64_test_1.cpp
285
auto
retVal
= Target::Current().GetReturnReg();
in TestBitTestAndBranch()
local
339
auto
retVal
= Target::Current().GetReturnReg(TypeInfo(T(0)));
in TestAddOverflow()
local
405
auto
retVal
= Target::Current().GetReturnReg(TypeInfo(T(0)));
in TestSubOverflow()
local
475
auto
retVal
= Target::Current().GetReturnReg();
TestJumpCC()
local
588
auto
retVal
= test->GetParameter(TypeInfo(T(0)));
TestLdr()
local
[all...]
H
A
D
encoder64_test_2.cpp
1053
auto
retVal
= Target::Current().GetParamReg(0);
in TestJumpTest()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_emitter.cpp
951
Operand *
retVal
= &insn.GetOperand(kInsnFirstOpnd);
in EmitGetAndAddInt()
local
1018
Operand *
retVal
= &insn.GetOperand(kInsnFirstOpnd);
in EmitGetAndSetInt()
local
1327
Operand *
retVal
= &insn.GetOperand(kInsnFirstOpnd);
in EmitStringIndexOf()
local
1432
Operand *
retVal
= &insn.GetOperand(kInsnFirstOpnd);
in EmitCompareAndSwapInt()
local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
function.cpp
72
bool
retVal
= false;
in IsCompatibleTypeArgument()
local
Completed in 25 milliseconds