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:Overloads
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H
A
D
everyChildHasValidParent.cpp
31
auto overloads = maybeBaseOverloadMethod->
Overloads
();
in operator ()()
H
A
D
getterSetterValidation.cpp
43
for (auto const *const overload : method->
Overloads
()) {
in operator ()()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
interfaceObjectLiteralLowering.cpp
70
if (ifaceMethod->
Overloads
().empty()) {
in CreateAnonClassField()
174
if (ifaceMethod->
Overloads
().size() == 1 && ifaceMethod->
Overloads
()[0]->Function()->IsSetter()) {
in FillClassBody()
H
A
D
genericBridgesLowering.cpp
185
for (auto *const overload : baseMethod->
Overloads
()) {
in MaybeAddGenericBridges()
/arkcompiler/ets_frontend/ets2panda/ir/base/
H
A
D
methodDefinition.h
72
[[nodiscard]] const OverloadsT &
Overloads
() const noexcept
155
//
Overloads
are stored like in an 1:N fashion.
/arkcompiler/ets_frontend/es2panda/ir/base/
H
A
D
methodDefinition.h
121
const ArenaVector<MethodDefinition *> &
Overloads
() const
in Overloads()
function in panda::es2panda::panda::es2panda::panda::es2panda::ir::MethodDefinition
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H
A
D
declgenEts2Ts.cpp
504
for (const auto *methodDef : prop->AsMethodDefinition()->
Overloads
()) {
in GenInterfaceDeclaration()
561
for (const auto *methodDef : prop->AsMethodDefinition()->
Overloads
()) {
in GenClassDeclaration()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
ETSemitter.cpp
654
auto overloadIt = method->
Overloads
().begin();
in FindAsyncImpl()
655
while (overloadIt != method->
Overloads
().end() && !typeRel->IsTrue()) {
in FindAsyncImpl()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H
A
D
scopesInitPhase.cpp
903
for (auto *overload : method->
Overloads
()) {
in MaybeAddOverload()
916
for (auto *overload : method->
Overloads
()) {
in MaybeAddOverload()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
function.cpp
1025
for (ir::MethodDefinition *const currentFunc : method->
Overloads
()) {
in BuildMethodSignature()
1042
CheckIdenticalOverloads(overloadType, compareOverloadType, method->
Overloads
()[compareFuncCounter]);
in BuildMethodSignature()
H
A
D
assignAnalyzer.cpp
476
for (const auto it2 : methodDef->
Overloads
()) {
in AnalyzeClassDef()
H
A
D
object.cpp
1118
for (auto *overload : asyncMethod->
Overloads
()) {
/arkcompiler/ets_frontend/ets2panda/varbinder/
H
A
D
ETSBinder.cpp
487
if (!method->
Overloads
().empty() && !method->HasOverload(currentNode)) {
in AddOverloadFlag()
/arkcompiler/ets_frontend/ets2panda/checker/
H
A
D
ETSAnalyzer.cpp
199
for (auto *overload : node->
Overloads
()) {
in Check()
Completed in 23 milliseconds