/external/python/pybind11/include/pybind11/ |
D | attr.h | 126 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 …]
|
D | cast.h | 1963 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...>) {
|
D | pybind11.h | 170 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/ |
D | lower_function_call_op_test.cc | 93 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/ |
D | cxx0x-initializer-scalars.cpp | 71 void function_call() { in function_call() function
|
D | cxx0x-initializer-aggregates.cpp | 52 void function_call() { in function_call() function
|
D | cxx0x-initializer-stdinitializerlist.cpp | 64 void function_call() { in function_call() function
|
D | cxx0x-initializer-constructor.cpp | 107 C function_call() { in function_call() function
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx0x-initializer-aggregates.cpp | 52 void function_call() { in function_call() function
|
D | cxx0x-initializer-scalars.cpp | 71 void function_call() { in function_call() function
|
D | cxx0x-initializer-constructor.cpp | 107 C function_call() { in function_call() function
|
D | cxx0x-initializer-stdinitializerlist.cpp | 64 void function_call() { in function_call() function
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-infinite-loop.cpp | 122 void function_call() { in function_call() function
|
/external/llvm-project/mlir/test/Dialect/GPU/ |
D | outlining.mlir | 220 //CHECK-LABEL: @function_call 221 func @function_call(%arg0 : memref<?xf32>) {
|
/external/python/cpython2/Objects/ |
D | funcobject.c | 485 function_call(PyObject *func, PyObject *arg, PyObject *kw) in function_call() function 559 function_call, /* tp_call */
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 107 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/ |
D | glslang.y | 210 %type <interm.intermTypedNode> function_call initializer 312 | function_call { 333 function_call
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation.cpp | 237 return MakeUnique<TransformationFunctionCall>(message.function_call()); in FromMessage()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation.cpp | 237 return MakeUnique<TransformationFunctionCall>(message.function_call()); in FromMessage()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang.y | 194 %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/ |
D | transformation.cpp | 239 return MakeUnique<TransformationFunctionCall>(message.function_call()); in FromMessage()
|
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | callback_client.py | 137 function_call = self.method.full_name + '('
|
/external/ltp/doc/ |
D | style-guide.txt | 214 if ((this_is_a_poorly_formed_really_long_variable = function_call()) == NULL &&
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser.yy | 248 %type <expression> function_call 500 | function_call 529 function_call:
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang.y | 322 %type <interm.intermTypedNode> function_call initializer condition conditionopt 446 | function_call { 471 function_call
|