Home
last modified time | relevance | path

Searched refs:oldFunction (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp69 const TFunction *oldFunction) in convertFunctionPrototype() argument
78 symbolTable, oldFunction->name(), SymbolType::UserDefined, in convertFunctionPrototype()
79 new TType(oldFunction->getReturnType()), oldFunction->isKnownToNotHaveSideEffects()); in convertFunctionPrototype()
80 for (size_t paramIndex = 0; paramIndex < oldFunction->getParamCount(); ++paramIndex) in convertFunctionPrototype()
82 const TVariable *param = oldFunction->getParam(paramIndex); in convertFunctionPrototype()
96 mReplacedFunctions[oldFunction] = replacementFunction; in convertFunctionPrototype()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp69 const TFunction *oldFunction) in convertFunctionPrototype() argument
78 symbolTable, oldFunction->name(), SymbolType::UserDefined, in convertFunctionPrototype()
79 new TType(oldFunction->getReturnType()), oldFunction->isKnownToNotHaveSideEffects()); in convertFunctionPrototype()
80 for (size_t paramIndex = 0; paramIndex < oldFunction->getParamCount(); ++paramIndex) in convertFunctionPrototype()
82 const TVariable *param = oldFunction->getParam(paramIndex); in convertFunctionPrototype()
96 mReplacedFunctions[oldFunction] = replacementFunction; in convertFunctionPrototype()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp69 const TFunction *oldFunction) in convertFunctionPrototype() argument
78 symbolTable, oldFunction->name(), SymbolType::UserDefined, in convertFunctionPrototype()
79 new TType(oldFunction->getReturnType()), oldFunction->isKnownToNotHaveSideEffects()); in convertFunctionPrototype()
80 for (size_t paramIndex = 0; paramIndex < oldFunction->getParamCount(); ++paramIndex) in convertFunctionPrototype()
82 const TVariable *param = oldFunction->getParam(paramIndex); in convertFunctionPrototype()
96 mReplacedFunctions[oldFunction] = replacementFunction; in convertFunctionPrototype()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/audit/
H A Dt_audit.cpp327 void compare_single_function(t_function* newFunction, t_function* oldFunction) in compare_single_function() argument
331 if(newFunction->is_oneway() != oldFunction->is_oneway()) in compare_single_function()
333 …thrift_audit_failure("Oneway attribute changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
335 if(!compare_type(newFunctionReturnType, oldFunction->get_returntype())) in compare_single_function()
337 thrift_audit_failure("Return type changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
341 compare_single_struct(newFunction->get_arglist(), oldFunction->get_arglist()); in compare_single_function()
342 std::string exceptionName = oldFunction->get_name(); in compare_single_function()
344 compare_single_struct(newFunction->get_xceptions(), oldFunction->get_xceptions(), exceptionName); in compare_single_function()
/dports/devel/py-thrift/thrift-0.14.0/compiler/cpp/src/thrift/audit/
H A Dt_audit.cpp327 void compare_single_function(t_function* newFunction, t_function* oldFunction) in compare_single_function() argument
331 if(newFunction->is_oneway() != oldFunction->is_oneway()) in compare_single_function()
333 …thrift_audit_failure("Oneway attribute changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
335 if(!compare_type(newFunctionReturnType, oldFunction->get_returntype())) in compare_single_function()
337 thrift_audit_failure("Return type changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
341 compare_single_struct(newFunction->get_arglist(), oldFunction->get_arglist()); in compare_single_function()
342 std::string exceptionName = oldFunction->get_name(); in compare_single_function()
344 compare_single_struct(newFunction->get_xceptions(), oldFunction->get_xceptions(), exceptionName); in compare_single_function()
/dports/devel/thrift-c_glib/thrift-0.14.0/compiler/cpp/src/thrift/audit/
H A Dt_audit.cpp327 void compare_single_function(t_function* newFunction, t_function* oldFunction) in compare_single_function() argument
331 if(newFunction->is_oneway() != oldFunction->is_oneway()) in compare_single_function()
333 …thrift_audit_failure("Oneway attribute changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
335 if(!compare_type(newFunctionReturnType, oldFunction->get_returntype())) in compare_single_function()
337 thrift_audit_failure("Return type changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
341 compare_single_struct(newFunction->get_arglist(), oldFunction->get_arglist()); in compare_single_function()
342 std::string exceptionName = oldFunction->get_name(); in compare_single_function()
344 compare_single_struct(newFunction->get_xceptions(), oldFunction->get_xceptions(), exceptionName); in compare_single_function()
/dports/devel/thrift-cpp/thrift-0.14.0/compiler/cpp/src/thrift/audit/
H A Dt_audit.cpp327 void compare_single_function(t_function* newFunction, t_function* oldFunction) in compare_single_function() argument
331 if(newFunction->is_oneway() != oldFunction->is_oneway()) in compare_single_function()
333 …thrift_audit_failure("Oneway attribute changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
335 if(!compare_type(newFunctionReturnType, oldFunction->get_returntype())) in compare_single_function()
337 thrift_audit_failure("Return type changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
341 compare_single_struct(newFunction->get_arglist(), oldFunction->get_arglist()); in compare_single_function()
342 std::string exceptionName = oldFunction->get_name(); in compare_single_function()
344 compare_single_struct(newFunction->get_xceptions(), oldFunction->get_xceptions(), exceptionName); in compare_single_function()
/dports/devel/thrift/thrift-0.14.0/compiler/cpp/src/thrift/audit/
H A Dt_audit.cpp327 void compare_single_function(t_function* newFunction, t_function* oldFunction) in compare_single_function() argument
331 if(newFunction->is_oneway() != oldFunction->is_oneway()) in compare_single_function()
333 …thrift_audit_failure("Oneway attribute changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
335 if(!compare_type(newFunctionReturnType, oldFunction->get_returntype())) in compare_single_function()
337 thrift_audit_failure("Return type changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
341 compare_single_struct(newFunction->get_arglist(), oldFunction->get_arglist()); in compare_single_function()
342 std::string exceptionName = oldFunction->get_name(); in compare_single_function()
344 compare_single_struct(newFunction->get_xceptions(), oldFunction->get_xceptions(), exceptionName); in compare_single_function()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/audit/
H A Dt_audit.cpp327 void compare_single_function(t_function* newFunction, t_function* oldFunction) in compare_single_function() argument
331 if(newFunction->is_oneway() != oldFunction->is_oneway()) in compare_single_function()
333 …thrift_audit_failure("Oneway attribute changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
335 if(!compare_type(newFunctionReturnType, oldFunction->get_returntype())) in compare_single_function()
337 thrift_audit_failure("Return type changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
341 compare_single_struct(newFunction->get_arglist(), oldFunction->get_arglist()); in compare_single_function()
342 std::string exceptionName = oldFunction->get_name(); in compare_single_function()
344 compare_single_struct(newFunction->get_xceptions(), oldFunction->get_xceptions(), exceptionName); in compare_single_function()
/dports/devel/node-thrift/thrift-0.14.0/compiler/cpp/src/thrift/audit/
H A Dt_audit.cpp327 void compare_single_function(t_function* newFunction, t_function* oldFunction) in compare_single_function() argument
331 if(newFunction->is_oneway() != oldFunction->is_oneway()) in compare_single_function()
333 …thrift_audit_failure("Oneway attribute changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
335 if(!compare_type(newFunctionReturnType, oldFunction->get_returntype())) in compare_single_function()
337 thrift_audit_failure("Return type changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
341 compare_single_struct(newFunction->get_arglist(), oldFunction->get_arglist()); in compare_single_function()
342 std::string exceptionName = oldFunction->get_name(); in compare_single_function()
344 compare_single_struct(newFunction->get_xceptions(), oldFunction->get_xceptions(), exceptionName); in compare_single_function()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DCodeExtractor.cpp625 Function *oldFunction, in constructFunction() argument
678 if (oldFunction->doesNotThrow()) in constructFunction()
682 if (oldFunction->hasUWTable()) in constructFunction()
813 TI->getParent()->getParent() == oldFunction) in constructFunction()
1117 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1121 if (AllowVarArgs && oldFunction->getFunctionType()->isVarArg()) { in extractCodeRegion()
1130 for (auto &BB : *oldFunction) { in extractCodeRegion()
1174 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1226 codeReplacer, oldFunction, in extractCodeRegion()
1243 if (oldFunction->hasPersonalityFn()) in extractCodeRegion()
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/audit/
H A Dt_audit.cpp331 void compare_single_function(t_function* newFunction, t_function* oldFunction) in compare_single_function() argument
335 if(newFunction->is_oneway() != oldFunction->is_oneway()) in compare_single_function()
337 …thrift_audit_failure("Oneway attribute changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
339 if(!compare_type(newFunctionReturnType, oldFunction->get_returntype())) in compare_single_function()
341 thrift_audit_failure("Return type changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
345 compare_single_struct(newFunction->get_arglist(), oldFunction->get_arglist()); in compare_single_function()
346 std::string exceptionName = oldFunction->get_name(); in compare_single_function()
348 compare_single_struct(newFunction->get_xceptions(), oldFunction->get_xceptions(), exceptionName); in compare_single_function()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/compiler/cpp/src/thrift/audit/
H A Dt_audit.cpp331 void compare_single_function(t_function* newFunction, t_function* oldFunction) in compare_single_function() argument
335 if(newFunction->is_oneway() != oldFunction->is_oneway()) in compare_single_function()
337 …thrift_audit_failure("Oneway attribute changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
339 if(!compare_type(newFunctionReturnType, oldFunction->get_returntype())) in compare_single_function()
341 thrift_audit_failure("Return type changed for function %s\n",oldFunction->get_name().c_str()); in compare_single_function()
345 compare_single_struct(newFunction->get_arglist(), oldFunction->get_arglist()); in compare_single_function()
346 std::string exceptionName = oldFunction->get_name(); in compare_single_function()
348 compare_single_struct(newFunction->get_xceptions(), oldFunction->get_xceptions(), exceptionName); in compare_single_function()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DCodeExtractor.cpp714 Function *oldFunction, in constructFunction() argument
768 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
770 if (oldFunction->doesNotThrow()) in constructFunction()
774 if (oldFunction->hasUWTable()) in constructFunction()
912 I->getParent()->getParent() == oldFunction) in constructFunction()
1342 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1355 for (auto &BB : *oldFunction) { in extractCodeRegion()
1419 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1473 oldFunction, oldFunction->getParent()); in extractCodeRegion()
1495 if (oldFunction->hasPersonalityFn()) in extractCodeRegion()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DCodeExtractor.cpp685 Function *oldFunction, in constructFunction() argument
739 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
741 if (oldFunction->doesNotThrow()) in constructFunction()
745 if (oldFunction->hasUWTable()) in constructFunction()
877 I->getParent()->getParent() == oldFunction) in constructFunction()
1256 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1269 for (auto &BB : *oldFunction) { in extractCodeRegion()
1333 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1373 oldFunction, oldFunction->getParent()); in extractCodeRegion()
1395 if (oldFunction->hasPersonalityFn()) in extractCodeRegion()
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/includes/actions/
H A Dfunction.php44 $oldFunction = $monitor->Function(); variable
47 …if ( $newFunction != $oldFunction || $newEnabled != $oldEnabled || $newDecodingEnabled != $oldDeco…
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DCodeExtractor.cpp771 Function *oldFunction, in constructFunction() argument
825 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
827 if (oldFunction->doesNotThrow()) in constructFunction()
831 if (oldFunction->hasUWTable()) in constructFunction()
968 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1393 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1458 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1514 oldFunction, oldFunction->getParent()); in extractCodeRegion()
1536 if (oldFunction->hasPersonalityFn()) in extractCodeRegion()
1605 LLVM_DEBUG(if (verifyFunction(*oldFunction)) in extractCodeRegion()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp771 Function *oldFunction, in constructFunction() argument
825 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
827 if (oldFunction->doesNotThrow()) in constructFunction()
831 if (oldFunction->hasUWTable()) in constructFunction()
968 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1393 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1458 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1514 oldFunction, oldFunction->getParent()); in extractCodeRegion()
1536 if (oldFunction->hasPersonalityFn()) in extractCodeRegion()
1605 LLVM_DEBUG(if (verifyFunction(*oldFunction)) in extractCodeRegion()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp771 Function *oldFunction, in constructFunction() argument
825 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
827 if (oldFunction->doesNotThrow()) in constructFunction()
831 if (oldFunction->hasUWTable()) in constructFunction()
968 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1393 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1458 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1514 oldFunction, oldFunction->getParent()); in extractCodeRegion()
1536 if (oldFunction->hasPersonalityFn()) in extractCodeRegion()
1605 LLVM_DEBUG(if (verifyFunction(*oldFunction)) in extractCodeRegion()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp820 Function *oldFunction, in constructFunction() argument
874 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
876 if (oldFunction->doesNotThrow()) in constructFunction()
880 if (oldFunction->hasUWTable()) in constructFunction()
1026 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1575 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1646 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1702 oldFunction, oldFunction->getParent()); in extractCodeRegion()
1724 if (oldFunction->hasPersonalityFn()) in extractCodeRegion()
1725 newFunction->setPersonalityFn(oldFunction->getPersonalityFn()); in extractCodeRegion()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp818 Function *oldFunction, in constructFunction() argument
872 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
874 if (oldFunction->doesNotThrow()) in constructFunction()
878 if (oldFunction->hasUWTable()) in constructFunction()
1030 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1578 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1648 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1704 oldFunction, oldFunction->getParent()); in extractCodeRegion()
1726 if (oldFunction->hasPersonalityFn()) in extractCodeRegion()
1727 newFunction->setPersonalityFn(oldFunction->getPersonalityFn()); in extractCodeRegion()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp780 Function *oldFunction, in constructFunction() argument
839 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
841 if (oldFunction->doesNotThrow()) in constructFunction()
845 if (oldFunction->hasUWTable()) in constructFunction()
990 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1541 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1612 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1668 oldFunction, oldFunction->getParent()); in extractCodeRegion()
1690 if (oldFunction->hasPersonalityFn()) in extractCodeRegion()
1691 newFunction->setPersonalityFn(oldFunction->getPersonalityFn()); in extractCodeRegion()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DCodeExtractor.cpp818 Function *oldFunction, in constructFunction() argument
872 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
874 if (oldFunction->doesNotThrow()) in constructFunction()
878 if (oldFunction->hasUWTable()) in constructFunction()
1030 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1578 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1648 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1704 oldFunction, oldFunction->getParent()); in extractCodeRegion()
1726 if (oldFunction->hasPersonalityFn()) in extractCodeRegion()
1727 newFunction->setPersonalityFn(oldFunction->getPersonalityFn()); in extractCodeRegion()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp819 Function *oldFunction, in constructFunction() argument
873 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
875 if (oldFunction->doesNotThrow()) in constructFunction()
879 if (oldFunction->hasUWTable()) in constructFunction()
1027 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1576 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1647 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1703 oldFunction, oldFunction->getParent()); in extractCodeRegion()
1725 if (oldFunction->hasPersonalityFn()) in extractCodeRegion()
1726 newFunction->setPersonalityFn(oldFunction->getPersonalityFn()); in extractCodeRegion()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DCodeExtractor.cpp780 Function *oldFunction, in constructFunction() argument
834 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
836 if (oldFunction->doesNotThrow()) in constructFunction()
840 if (oldFunction->hasUWTable()) in constructFunction()
983 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1532 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1603 if (oldFunction->getSubprogram()) { in extractCodeRegion()
1659 oldFunction, oldFunction->getParent()); in extractCodeRegion()
1681 if (oldFunction->hasPersonalityFn()) in extractCodeRegion()
1682 newFunction->setPersonalityFn(oldFunction->getPersonalityFn()); in extractCodeRegion()
[all …]

123