Home
last modified time | relevance | path

Searched defs:function_call (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dast.hpp66 struct function_call struct
68 identifier function_name;
69 std::list<expression> args;
Dexpression.hpp50 qi::rule<Iterator, ast::function_call()> function_call; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/
Dast.hpp82 struct function_call struct
84 identifier function_name;
85 std::list<expression> args;
Dexpression.hpp54 function_call member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dast.hpp93 struct function_call struct
95 identifier function_name;
96 std::list<expression> args;
Dexpression.hpp50 qi::rule<Iterator, ast::function_call()> function_call; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/
Dast.hpp132 struct function_call struct
134 identifier function_name;
135 std::list<expression> args;
Dexpression.hpp52 function_call member
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_mkldnn.py49 def with_bf32_disabled(self, function_call): argument
53 def with_bf32_enabled(self, function_call): argument
H A Dcommon_cuda.py165 def with_tf32_disabled(self, function_call): argument
169 def with_tf32_enabled(self, function_call): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dlower_function_call_op_test.cc93 Node* function_call; in TEST() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-scalars.cpp71 void function_call() { in function_call() function
H A Dcxx0x-initializer-aggregates.cpp52 void function_call() { in function_call() function
H A Dcxx0x-initializer-stdinitializerlist.cpp64 void function_call() { in function_call() function
H A Dcxx0x-initializer-constructor.cpp107 C function_call() { in function_call() function
/aosp_15_r20/external/googleapis/google/ai/generativelanguage/v1beta/
H A Dcontent.proto87 FunctionCall function_call = 4; field
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1/
H A Dcontent.proto88 FunctionCall function_call = 5 [(google.api.field_behavior) = OPTIONAL]; field
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/
H A Dcontent.proto88 FunctionCall function_call = 5 [(google.api.field_behavior) = OPTIONAL]; field
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dprofiling_graph_executor_impl.cpp787 auto function_call = insertFallbackFunctionCall( in replaceFallbackGraphWithFallbackFunction() local
/aosp_15_r20/external/python/cpython2/Objects/
Dfuncobject.c485 function_call(PyObject *func, PyObject *arg, PyObject *kw) in function_call() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto511 TransformationFunctionCall function_call = 37; field
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/protobufs/
H A Dspvtoolsfuzz.proto511 TransformationFunctionCall function_call = 37; field
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
H A Dspvtoolsfuzz.proto511 TransformationFunctionCall function_call = 37; field
/aosp_15_r20/external/toybox/toys/pending/
H A Dawk.c1516 static void function_call(void) in function_call() function