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:typeFlag
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
heap_region_allocator.cpp
32
RegionTypeFlag
typeFlag
= isFresh ? RegionTypeFlag::FRESH : RegionTypeFlag::DEFAULT;
in AllocateAlignedRegion()
local
H
A
D
region.h
618
void SetRegionTypeFlag(RegionTypeFlag
typeFlag
)
in SetRegionTypeFlag()
argument
157
Region(NativeAreaAllocator *allocator, uintptr_t allocateBase, uintptr_t begin, uintptr_t end, RegionSpaceFlag spaceType, RegionTypeFlag
typeFlag
)
Region()
argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
H
A
D
type.h
85
void AddTypeFlag(TypeFlag
typeFlag
)
in AddTypeFlag()
argument
90
void RemoveTypeFlag(TypeFlag
typeFlag
)
in RemoveTypeFlag()
argument
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H
A
D
etsEnumType.cpp
26
ETSEnumType(const ir::TSEnumDeclaration *const enumDecl, UType ordinal, const ir::TSEnumMember *const member, TypeFlag const
typeFlag
)
ETSEnumType()
argument
/arkcompiler/ets_frontend/ets2panda/checker/types/
H
A
D
type.h
184
void AddTypeFlag(TypeFlag
typeFlag
)
in AddTypeFlag()
argument
189
void RemoveTypeFlag(TypeFlag
typeFlag
)
in RemoveTypeFlag()
argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H
A
D
cmpl.h
177
uint8
typeFlag
; // a flag to speed up type related operations in the VM
member
260
inline bool IsDynType(uint8
typeFlag
)
in IsDynType()
argument
265
inline bool IsDynFloat(uint8
typeFlag
)
in IsDynFloat()
argument
270
inline bool IsDynInteger(uint8
typeFlag
)
in IsDynInteger()
argument
276
inline bool IsFloat(uint8
typeFlag
)
in IsFloat()
argument
281
IsScalarType(uint8
typeFlag
)
IsScalarType()
argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
ETSGen.cpp
1887
void ETSGen::CastDynamicTo(const ir::AstNode *node, enum checker::TypeFlag
typeFlag
)
in CastDynamicTo()
argument
Completed in 8 milliseconds