Home
last modified time | relevance | path

Searched refs:function_call (Results 1 – 25 of 31) sorted by relevance

12

/external/python/pybind11/include/pybind11/
Dattr.h126 inline void keep_alive_impl(size_t Nurse, size_t Patient, function_call &call, handle ret);
160 handle (*impl) (function_call &) = nullptr;
308 inline function_call::function_call(const function_record &f, handle p) :
329 static void precall(function_call &) { }
330 static void postcall(function_call &, handle) { }
506 static void precall(function_call &call) { keep_alive_impl(Nurse, Patient, call, handle()); }
508 static void postcall(function_call &, handle) { }
510 static void precall(function_call &) { }
512 …static void postcall(function_call &call, handle ret) { keep_alive_impl(Nurse, Patient, call, ret)…
525 static void precall(function_call &call) {
[all …]
Dcast.h1963 struct function_call {
1964 function_call(const function_record &f, handle p); // Implementation in attr.h
2008 bool load_args(function_call &call) {
2025 static bool load_impl_sequence(function_call &, index_sequence<>) { return true; }
2028 bool load_impl_sequence(function_call &call, index_sequence<Is...>) {
Dpybind11.h170 rec->impl = [](function_call &call) -> handle { in PYBIND11_NAMESPACE_BEGIN()
577 std::vector<function_call> second_pass; in PYBIND11_NAMESPACE_BEGIN()
615 function_call call(func, parent); in PYBIND11_NAMESPACE_BEGIN()
1847 PYBIND11_NOINLINE inline void keep_alive_impl(size_t Nurse, size_t Patient, function_call &call, ha…
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_function_call_op_test.cc93 Node* function_call; in TEST() local
100 .Finalize(root.graph(), &function_call)); in TEST()
101 TF_ASSERT_OK(root.DoShapeInference(function_call)); in TEST()
103 auto b = ops::Identity(root.WithOpName("B"), Output(function_call, 0)); in TEST()
104 root.graph()->AddControlEdge(function_call, b.node()); in TEST()
/external/clang/test/SemaCXX/
Dcxx0x-initializer-scalars.cpp71 void function_call() { in function_call() function
Dcxx0x-initializer-aggregates.cpp52 void function_call() { in function_call() function
Dcxx0x-initializer-stdinitializerlist.cpp64 void function_call() { in function_call() function
Dcxx0x-initializer-constructor.cpp107 C function_call() { in function_call() function
/external/llvm-project/clang/test/SemaCXX/
Dcxx0x-initializer-aggregates.cpp52 void function_call() { in function_call() function
Dcxx0x-initializer-scalars.cpp71 void function_call() { in function_call() function
Dcxx0x-initializer-constructor.cpp107 C function_call() { in function_call() function
Dcxx0x-initializer-stdinitializerlist.cpp64 void function_call() { in function_call() function
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-infinite-loop.cpp122 void function_call() { in function_call() function
/external/llvm-project/mlir/test/Dialect/GPU/
Doutlining.mlir220 //CHECK-LABEL: @function_call
221 func @function_call(%arg0 : memref<?xf32>) {
/external/python/cpython2/Objects/
Dfuncobject.c485 function_call(PyObject *func, PyObject *arg, PyObject *kw) in function_call() function
559 function_call, /* tp_call */
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt107 function_call.* tests measure the time taken by the corresponding command or the series of
111 modify_after_use.* tests are similar to the function_call.* test but they target a buffer
/external/angle/src/compiler/translator/
Dglslang.y210 %type <interm.intermTypedNode> function_call initializer
312 | function_call {
333 function_call
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation.cpp237 return MakeUnique<TransformationFunctionCall>(message.function_call()); in FromMessage()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation.cpp237 return MakeUnique<TransformationFunctionCall>(message.function_call()); in FromMessage()
/external/swiftshader/src/OpenGL/compiler/
Dglslang.y194 %type <interm.intermTypedNode> function_call initializer condition conditionopt
284 | function_call {
306 function_call
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation.cpp239 return MakeUnique<TransformationFunctionCall>(message.function_call()); in FromMessage()
/external/pigweed/pw_rpc/py/pw_rpc/
Dcallback_client.py137 function_call = self.method.full_name + '('
/external/ltp/doc/
Dstyle-guide.txt214 if ((this_is_a_poorly_formed_really_long_variable = function_call()) == NULL &&
/external/mesa3d/src/compiler/glsl/
Dglsl_parser.yy248 %type <expression> function_call
500 | function_call
529 function_call:
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y322 %type <interm.intermTypedNode> function_call initializer condition conditionopt
446 | function_call {
471 function_call

12