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:safe_cast
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H
A
D
constantfold.cpp
323
const MIRIntConst *intConst0 =
safe_cast
<MIRIntConst>(const0.GetConstVal());
in FoldIntConstComparison()
324
const MIRIntConst *intConst1 =
safe_cast
<MIRIntConst>(const1.GetConstVal());
in FoldIntConstComparison()
410
const MIRIntConst *intConst0 =
safe_cast
<MIRIntConst>(const0.GetConstVal());
in FoldIntConstBinary()
411
const MIRIntConst *intConst1 =
safe_cast
<MIRIntConst>(const1.GetConstVal());
in FoldIntConstBinary()
434
doubleConst0 =
safe_cast
<MIRDoubleConst>(const0.GetConstVal());
in FoldFPConstBinary()
435
doubleConst1 =
safe_cast
<MIRDoubleConst>(const1.GetConstVal());
in FoldFPConstBinary()
439
floatConst0 =
safe_cast
<MIRFloatConst>(const0.GetConstVal());
in FoldFPConstBinary()
440
floatConst1 =
safe_cast
<MIRFloatConst>(const1.GetConstVal());
in FoldFPConstBinary()
608
ComparisonResult(opcode,
safe_cast
<MIRDoubleConst>(&leftConst),
safe_cast
<MIRDoubleCons
in FoldFPConstComparisonMIRConst()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
obj_emit.cpp
100
MIRAggConst *arrayConst =
safe_cast
<MIRAggConst>(st.second->GetKonst());
in EmitSwitchTable()
103
MIRLblConst *lblConst =
safe_cast
<MIRLblConst>(arrayConst->GetConstVecItem(i));
in EmitSwitchTable()
240
MIRIntConst *intConst =
safe_cast
<MIRIntConst>(st->GetKonst());
in EmitFunctionSymbolTable()
247
MIRFloatConst *floatConst =
safe_cast
<MIRFloatConst>(st->GetKonst());
in EmitFunctionSymbolTable()
253
MIRDoubleConst *doubleConst =
safe_cast
<MIRDoubleConst>(st->GetKonst());
in EmitFunctionSymbolTable()
269
MIRStr16Const *mirStr16Const =
safe_cast
<MIRStr16Const>(str16Symbol.GetKonst());
in EmitStr16Const()
286
MIRStrConst *mirStrConst =
safe_cast
<MIRStrConst>(strSymbol.GetKonst());
in EmitStrConst()
H
A
D
emit.cpp
476
MIRStr16Const *str16Const =
safe_cast
<MIRStr16Const>(st->GetKonst());
in EmitAsmLabel()
484
MIRStrConst *strConst =
safe_cast
<MIRStrConst>(st->GetKonst());
in EmitAsmLabel()
493
MIRIntConst *intConst =
safe_cast
<MIRIntConst>(st->GetKonst());
in EmitAsmLabel()
500
MIRFloatConst *floatConst =
safe_cast
<MIRFloatConst>(st->GetKonst());
in EmitAsmLabel()
507
MIRDoubleConst *doubleConst =
safe_cast
<MIRDoubleConst>(st->GetKonst());
in EmitAsmLabel()
1169
MIRAddrofConst *pAddr =
safe_cast
<MIRAddrofConst>(pAddrConst);
in EmitAsmLabel()
1173
MIRAggConst *methodAddrAggConst =
safe_cast
<MIRAggConst>(symAddrSym->GetKonst());
in EmitAsmLabel()
1175
MIRAggConst *addrAggConst =
safe_cast
<MIRAggConst>(methodAddrAggConst->GetConstVecItem(0));
in EmitAsmLabel()
1180
innerFuncAddr =
safe_cast
<MIRAddroffuncConst>(funcAddrConst);
in EmitAsmLabel()
1189
MIRIntConst *funcAddrIndexConst =
safe_cast
<MIRIntCons
in EmitAsmLabel()
[all...]
H
A
D
cgfunc.cpp
51
auto *mirIntConst =
safe_cast
<MIRIntConst>(mirConst);
in HandleConstVal()
54
auto *mirFloatConst =
safe_cast
<MIRFloatConst>(mirConst);
in HandleConstVal()
58
auto *mirDoubleConst =
safe_cast
<MIRDoubleConst>(mirConst);
in HandleConstVal()
H
A
D
isel.cpp
353
auto *mirIntConst =
safe_cast
<MIRIntConst>(mirConst);
in HandleConstVal()
356
auto *mirDoubleConst =
safe_cast
<MIRDoubleConst>(mirConst);
in HandleConstVal()
359
auto *mirFloatConst =
safe_cast
<MIRFloatConst>(mirConst);
in HandleConstVal()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H
A
D
safe_cast.h
74
inline RetT
safe_cast
(FromT &from)
in safe_cast()
function
84
inline RetT
safe_cast
(FromT *from)
in safe_cast()
function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
cgfunc.h
696
MIRAggConst *arrayConst =
safe_cast
<MIRAggConst>(symbol.GetKonst());
in AddEmitSt()
699
MIRLblConst *lblConst =
safe_cast
<MIRLblConst>(arrayConst->GetConstVecItem(i));
in AddEmitSt()
709
MIRAggConst *arrayConst =
safe_cast
<MIRAggConst>(symbol.GetKonst());
in DeleteEmitSt()
712
MIRLblConst *lblConst =
safe_cast
<MIRLblConst>(arrayConst->GetConstVecItem(i));
in DeleteEmitSt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_emitter.cpp
291
MIRAggConst *arrayConst =
safe_cast
<MIRAggConst>(st->GetKonst());
in Run()
297
MIRLblConst *lblConst =
safe_cast
<MIRLblConst>(arrayConst->GetConstVecItem(i));
in Run()
H
A
D
aarch64_cgfunc.cpp
3980
MIRIntConst *intOfst =
safe_cast
<MIRIntConst>(constOfstNode->GetConstVal());
4039
MIRIntConst *mirIntConst =
safe_cast
<MIRIntConst>(constValNode->GetConstVal());
4078
MIRIntConst *intOfst =
safe_cast
<MIRIntConst>(constOfstNode->GetConstVal());
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
x64_emitter.cpp
1521
MIRAggConst *arrayConst =
safe_cast
<MIRAggConst>(st->GetKonst());
in EmitJmpTable()
1526
MIRLblConst *lblConst =
safe_cast
<MIRLblConst>(arrayConst->GetConstVecItem(i));
in EmitJmpTable()
Completed in 23 milliseconds