Home
last modified time | relevance | path

Searched refs:called_function (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_inline_function.cpp69 auto* called_function = fuzzerutil::FindFunction( in IsApplicable() local
71 for (auto& block : *called_function) { in IsApplicable()
74 if (&block != &*called_function->entry() && in IsApplicable()
96 called_function->ForEachParam( in IsApplicable()
112 auto* called_function = fuzzerutil::FindFunction( in Apply() local
118 for (auto& block : *called_function) { in Apply()
119 if (&block != &*called_function->entry() && in Apply()
169 for (auto& block : *called_function) { in Apply()
170 if (&block == &*called_function->entry()) { in Apply()
254 if (called_function->HasEarlyReturn()) { in IsSuitableForInlining()
[all …]
H A Dfuzzer_pass_inline_functions.cpp76 auto* called_function = fuzzerutil::FindFunction( in Apply() local
81 for (auto& called_function_block : *called_function) { in Apply()
83 if (&called_function_block != &*called_function->entry()) { in Apply()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_inline_function.cpp69 auto* called_function = fuzzerutil::FindFunction( in IsApplicable() local
71 for (auto& block : *called_function) { in IsApplicable()
74 if (&block != &*called_function->entry() && in IsApplicable()
96 called_function->ForEachParam( in IsApplicable()
112 auto* called_function = fuzzerutil::FindFunction( in Apply() local
118 for (auto& block : *called_function) { in Apply()
119 if (&block != &*called_function->entry() && in Apply()
169 for (auto& block : *called_function) { in Apply()
170 if (&block == &*called_function->entry()) { in Apply()
253 if (called_function->HasEarlyReturn()) { in IsSuitableForInlining()
[all …]
H A Dfuzzer_pass_inline_functions.cpp75 auto* called_function = fuzzerutil::FindFunction( in Apply() local
80 for (auto& called_function_block : *called_function) { in Apply()
82 if (&called_function_block != &*called_function->entry()) { in Apply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_inline_function.cpp69 auto* called_function = fuzzerutil::FindFunction( in IsApplicable() local
71 for (auto& block : *called_function) { in IsApplicable()
74 if (&block != &*called_function->entry() && in IsApplicable()
96 called_function->ForEachParam( in IsApplicable()
112 auto* called_function = fuzzerutil::FindFunction( in Apply() local
118 for (auto& block : *called_function) { in Apply()
119 if (&block != &*called_function->entry() && in Apply()
169 for (auto& block : *called_function) { in Apply()
170 if (&block == &*called_function->entry()) { in Apply()
254 if (called_function->HasEarlyReturn()) { in IsSuitableForInlining()
[all …]
H A Dfuzzer_pass_inline_functions.cpp76 auto* called_function = fuzzerutil::FindFunction( in Apply() local
81 for (auto& called_function_block : *called_function) { in Apply()
83 if (&called_function_block != &*called_function->entry()) { in Apply()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_inline_function.cpp69 auto* called_function = fuzzerutil::FindFunction( in IsApplicable() local
71 for (auto& block : *called_function) { in IsApplicable()
74 if (&block != &*called_function->entry() && in IsApplicable()
96 called_function->ForEachParam( in IsApplicable()
112 auto* called_function = fuzzerutil::FindFunction( in Apply() local
118 for (auto& block : *called_function) { in Apply()
119 if (&block != &*called_function->entry() && in Apply()
169 for (auto& block : *called_function) { in Apply()
170 if (&block == &*called_function->entry()) { in Apply()
253 if (called_function->HasEarlyReturn()) { in IsSuitableForInlining()
[all …]
H A Dfuzzer_pass_inline_functions.cpp75 auto* called_function = fuzzerutil::FindFunction( in Apply() local
80 for (auto& called_function_block : *called_function) { in Apply()
82 if (&called_function_block != &*called_function->entry()) { in Apply()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/lang/objcxx/conflicting-names-class-update-utility-expr/
H A Dmain.mm5 const char *called_function = "none";
11 // All functions just indicate that they got called by setting 'called_function'
15 void free(void *) { called_function = "N::free"; }
17 called_function = "N::objc_copyRealizedClassList_nolock";
22 void free(void *) { called_function = "Context::free"; }
24 called_function = "Context::objc_copyRealizedClassList_nolock";
36 called_function = "ObjCContext::free";
40 called_function = "ObjCContext::objc_copyRealizedClassList_nolock";
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/analyzer/
H A Dparams.c3 static int called_function(int j) in called_function() function
26 i = called_function(i); in test()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Dparams.c3 static int called_function(int j) in called_function() function
26 i = called_function(i); in test()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/analyzer/
H A Dparams.c3 static int called_function(int j) in called_function() function
26 i = called_function(i); in test()
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A DMisc_visitors.cpp210 if( funcall->called_function != nullptr ) { in visit()
211 if( callcount.find( funcall->called_function ) == callcount.end() ) in visit()
212 callcount[ funcall->called_function ] = initial_value + 1; in visit()
214 callcount[ funcall->called_function ] ++ ; in visit()
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/libkhotkeysprivate/actions/
H A Ddbus_action.cpp48 const QString DBusAction::called_function() const in called_function() function in KHotKeys::DBusAction
115 … return i18n("D-Bus: ") + remote_application() + "::" + remote_object() + "::" + called_function(); in description()
120 …return new DBusAction(data_P, remote_application(), remote_object(), called_function(), arguments(… in copy()
/dports/www/firefox-esr/firefox-91.8.0/testing/mozharness/mozharness/base/
H A Ddiskutils.py131 called_function = ctypes.windll.kernel32.GetDiskFreeSpaceExA
133 called_function = ctypes.windll.kernel32.GetDiskFreeSpaceExW
136 called_function(
/dports/www/firefox/firefox-99.0/testing/mozharness/mozharness/base/
H A Ddiskutils.py131 called_function = ctypes.windll.kernel32.GetDiskFreeSpaceExA
133 called_function = ctypes.windll.kernel32.GetDiskFreeSpaceExW
136 called_function(
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/mozharness/base/
H A Ddiskutils.py118 called_function = ctypes.windll.kernel32.GetDiskFreeSpaceExA
120 called_function = ctypes.windll.kernel32.GetDiskFreeSpaceExW
122 if called_function(path,
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozharness/mozharness/base/
H A Ddiskutils.py118 called_function = ctypes.windll.kernel32.GetDiskFreeSpaceExA
120 called_function = ctypes.windll.kernel32.GetDiskFreeSpaceExW
122 if called_function(path,
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozharness/mozharness/base/
H A Ddiskutils.py131 called_function = ctypes.windll.kernel32.GetDiskFreeSpaceExA
133 called_function = ctypes.windll.kernel32.GetDiskFreeSpaceExW
136 called_function(
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozharness/mozharness/base/
H A Ddiskutils.py128 called_function = ctypes.windll.kernel32.GetDiskFreeSpaceExA
130 called_function = ctypes.windll.kernel32.GetDiskFreeSpaceExW
132 if called_function(path,
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/jit.dg/
H A Dtest-error-call-with-not-enough-args.c13 called_function (void);
70 called_function (void) in called_function() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/jit.dg/
H A Dtest-error-call-with-not-enough-args.c13 called_function (void);
70 called_function (void) in called_function() function
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/jit.dg/
H A Dtest-error-call-with-not-enough-args.c13 called_function (void);
70 called_function (void) in called_function() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/jit.dg/
H A Dtest-error-call-with-not-enough-args.c13 called_function (void);
70 called_function (void) in called_function() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/jit.dg/
H A Dtest-error-call-with-not-enough-args.c13 called_function (void);
70 called_function (void) in called_function() function

12345678910