Home
last modified time | relevance | path

Searched refs:functionPtr (Results 101 – 104 of 104) sorted by relevance

12345

/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/sci_gateway/cpp/
H A Dsci_model2blk.cpp266 Block.funpt = static_cast<voidg>(pEP->functionPtr); in sci_model2blk()
H A Dsci_scicosim.cpp1409 lfunpt[i] = (void*)pEP->functionPtr; in sci_scicosim()
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dtokenize.cpp681 bool functionPtr = false; in simplifyTypedef() local
831 functionPtr = true; in simplifyTypedef()
900 functionPtr = true; in simplifyTypedef()
1265 if (functionPtr && (tok2->previous()->str() == "operator" || in simplifyTypedef()
1418 else if (functionPtr || function) { in simplifyTypedef()
1440 if (functionPtr) { in simplifyTypedef()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dtokenize.cpp681 bool functionPtr = false; in simplifyTypedef() local
831 functionPtr = true; in simplifyTypedef()
900 functionPtr = true; in simplifyTypedef()
1265 if (functionPtr && (tok2->previous()->str() == "operator" || in simplifyTypedef()
1418 else if (functionPtr || function) { in simplifyTypedef()
1440 if (functionPtr) { in simplifyTypedef()

12345