MCPcopy Create free account

hub / github.com/RolfRolles/Miscellaneous / functions

Functions30 in github.com/RolfRolles/Miscellaneous

↓ 6 callersFunctionParseOneDecl
(declWithSemi)
STLTypes-ForDistribution.py:44
↓ 3 callersFunctionIsPtrSizedLvar
(vu)
APIRetypeGUI.py:48
↓ 1 callersFunctionApiPtrTypeSetInstall
()
APIRetypeGUI.py:87
↓ 1 callersFunctionApiPtrTypeSetUninstall
()
APIRetypeGUI.py:99
↓ 1 callersFunctionChangeVariableType
(func_ea, lvar, tif)
APIRetypeGUI.py:34
↓ 1 callersMethodExtractCalls
(self,cinsn,label)
RenameBySwitchCaseName.py:28
↓ 1 callersFunctionGetTypeSignature
(apiName)
APIRetypeGUI.py:12
↓ 1 callersFunctionGetTypeSignature
(apiName)
PrintTypeSignature.py:17
↓ 1 callersFunctionPrintTypeSignature
(apiName)
PrintTypeSignature.py:38
↓ 1 callersMethod__init__
(self)
RenameBySwitchCaseName.py:4
↓ 1 callersFunctionis_32bit
()
APIRetypeGUI.py:43
FunctionDemo
()
PrintTypeSignature.py:45
FunctionMakeDequeType
(sEltType, sEltName=None)
STLTypes-ForDistribution.py:106
FunctionMakeListTypes
(sEltType, sEltName=None)
STLTypes-ForDistribution.py:146
FunctionMakeMapTypes
(sKeyType, sValType, sKeyName=None, sValName=None)
STLTypes-ForDistribution.py:48
FunctionMakeSetTypes
(sKeyType, sKeyName=None)
STLTypes-ForDistribution.py:88
FunctionMakeSharedPtrTypes
(sEltType, sEltName=None)
STLTypes-ForDistribution.py:198
FunctionMakeVectorType
(sEltType, sEltName=None)
STLTypes-ForDistribution.py:121
Method__init__
(self)
RenameBySwitchCaseName.py:22
Method__init__
(self)
APIRetypeGUI.py:56
Methodactivate
(self, ctx)
APIRetypeGUI.py:59
Methodfunc
ShiftAnd1Deoptimizer.cpp:142
Functioninit
--------------------------------------------------------------------------
ShiftAnd1Deoptimizer.cpp:151
Methodpopulating_popup
(self, widget, popup_handle, vu)
APIRetypeGUI.py:108
Functionrun
--------------------------------------------------------------------------
ShiftAnd1Deoptimizer.cpp:172
Functionterm
--------------------------------------------------------------------------
ShiftAnd1Deoptimizer.cpp:162
Methodupdate
(self, ctx)
APIRetypeGUI.py:79
Methodvisit_expr
(self,i)
RenameBySwitchCaseName.py:10
Methodvisit_insn
(self,i)
RenameBySwitchCaseName.py:46
Methodvisit_minsn
Replaces: (x >> n) & 1 => (x & (1<<n)) != 0 ~(x >> n) & 1 => (x & (1<<n)) == 0
ShiftAnd1Deoptimizer.cpp:16