Home
last modified time | relevance | path

Searched defs:callFunctionName (Results 1 – 4 of 4) sorted by relevance

/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dctu.h68 …CallBase(const std::string &callId, int callArgNr, const std::string &callFunctionName, const Loca… in CallBase()
75 std::string callFunctionName; variable
98 … myArgNr, const std::string &callId, nonneg int callArgnr, const std::string &callFunctionName, co… in NestedCall()
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dctu.h68 …CallBase(const std::string &callId, int callArgNr, const std::string &callFunctionName, const Loca… in CallBase()
75 std::string callFunctionName; variable
98 … myArgNr, const std::string &callId, nonneg int callArgnr, const std::string &callFunctionName, co… in NestedCall()
/dports/lang/clips/clips_core_source_630/core/
H A Dextnfunc.h50 struct symbolHashNode *callFunctionName; member
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/
H A DSecurityContext.py94 def callFunctionName(self): member in SecurityContext