Home
last modified time | relevance | path

Searched defs:fun_type (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dinliner.cpp19 auto fun_type = function_constant->output()->type()->expect<FunctionType>(); in tryToGraphFunction() local
40 auto fun_type = in inlineCalls() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-ms-arg-qualifiers.cpp234 typedef void fun_type(void); typedef
238 void mangle_no_backref2(fun_type, ptr_to_fun_type) {} in mangle_no_backref2() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/context/
Dcallable.hpp43 typedef private_type_ fun_type(...); typedef
/aosp_15_r20/external/clang/test/SemaCXX/
H A Drval-references.cpp24 typedef void (fun_type)(); typedef
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dfunction_substitution.cpp89 auto fun_type = in functionCallSubstitution() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_list.hpp847 typedef boost::function0<odd_list<T> > fun_type; typedef
855 typedef typename fun0_type_helper<T>::fun_type fun_type; typedef
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinterpreter.cpp1051 auto fun_type = in moduleHierarchy() local