Home
last modified time | relevance | path

Searched defs:function_body (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dimmediate_crash_unittest.cc73 span<const uint8_t> function_body = in TEST() local
110 span<const uint16_t> function_body = in TEST() local
132 span<const uint32_t> function_body = in TEST() local
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_flow_graph.cpp178 struct function_body { struct
180 function_body(tbb::task_arena* a) : midway_arena(a) {} in function_body() argument
189 struct multifunction_body { argument
H A Dtest_input_node.cpp94 class function_body { class
100 function_body( std::atomic<int> *counters ) : my_counters(counters) { in function_body() function in function_body
/dports/lang/v8/v8-9.6.180.12/test/cctest/interpreter/
H A Dtest-source-positions.cc150 const char* function_body, const char* function_decl_params, in MakeScript()
162 int optimization_bitmap, const char* function_body, in MakeBytecode()
199 int optimization_bitmap, const char* function_body, in SourcePositionsMatch()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/lightbeam/src/
H A Dlib.rs10 mod function_body; module
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DCodeGeneration.py276 def generateFunctionBodyCode(function_body, context): argument
/dports/devel/py-pycparser/pycparser-2.21/examples/
H A Dexplore_ast.py110 function_body = ast.ext[2].body variable
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_flow_graph.cpp229 struct function_body { struct
231 function_body(tbb::task_arena* a) : my_a(a) {} in function_body() argument
240 struct multifunction_body { argument
H A Dtest_input_node.cpp108 class function_body { class
114 function_body( tbb::atomic<int> *counters ) : my_counters(counters) { in function_body() function in function_body
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_flow_graph.cpp229 struct function_body { struct
231 function_body(tbb::task_arena* a) : my_a(a) {} in function_body() argument
240 struct multifunction_body { argument
H A Dtest_input_node.cpp108 class function_body { class
114 function_body( tbb::atomic<int> *counters ) : my_counters(counters) { in function_body() function in function_body
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_flow_graph.cpp229 struct function_body { struct
231 function_body(tbb::task_arena* a) : my_a(a) {} in function_body() argument
240 struct multifunction_body { argument
H A Dtest_input_node.cpp108 class function_body { class
114 function_body( tbb::atomic<int> *counters ) : my_counters(counters) { in function_body() function in function_body
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/tree/
H A DReformulationFunctionStatements.py99 def _insertInitialSetLocalsDictStatement(function_body, function_statements_body): argument
432 def buildParameterKwDefaults(provider, node, function_body, source_ref): argument
H A DReformulationContractionExpressions.py371 function_body, argument
/dports/devel/stylua/StyLua-0.11.0/src/formatters/
H A Dfunctions.rs41 …let function_body = format_function_body(ctx, function_body, false, shape.reset()); // TODO: do we… in format_anonymous_function() localVariable
728 let function_body = function_body in format_function_body() localVariable
736 let function_body = function_body in format_function_body() localVariable
905 let function_body = format_function_body(ctx, function_declaration.body(), true, shape); in format_function_declaration() localVariable
939 let function_body = format_function_body(ctx, local_function.body(), true, shape); in format_local_function() localVariable
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/optimizations/
H A DFunctionInlining.py58 def convertFunctionCallToOutline(provider, function_body, values, call_source_ref): argument
H A DTraceCollections.py462 def onUsedFunction(self, function_body): argument
942 def __init__(self, parent, function_body): argument
996 def __init__(self, function_body): argument
1004 def onUsedFunction(self, function_body): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/google-closure-library/closure/bin/labs/code/
H A Dgenerate_jsdoc.py84 def _ContainsReturnValue(function_body): argument
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/nodes/
H A DFunctionAttributeNodes.py51 def __init__(self, function_body, source_ref): argument
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/plugins/standard/
H A DAntiBloat.py207 def onFunctionAssignmentParsed(self, module_name, function_body, assign_node): argument
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dfunction-compiler.cc140 wasm::FunctionBody function_body{ in CompileWasmFunction() local
/dports/lang/v8/v8-9.6.180.12/tools/clang/trace_annotator/
H A DTraceAnnotator.cpp136 const clang::CompoundStmt* function_body = in run() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/trace_annotator/
H A DTraceAnnotator.cpp136 const clang::CompoundStmt* function_body = in run() local
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/test/cpp/
H A Dfunction_verify_test.cc148 auto function_body = s.GetFunction(); in TEST() local

12345678