Home
last modified time | relevance | path

Searched defs:fn_type (Results 1 – 11 of 11) sorted by relevance

/external/bcc/src/cc/
Dbpf_module_rw_engine.cc262 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), fn_args, /*isVarArg=*/false); in make_reader() local
322 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), fn_args, /*isVarArg=*/false); in make_writer() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dfunctional_control_flow_to_cfg.cc60 FunctionType fn_type = fn.getFunctionType(); in CallFn() local
/external/python/pybind11/tests/
Dtest_callbacks.cpp107 using fn_type = int (*)(int); in TEST_SUBMODULE() typedef
/external/libabigail/src/
Dabg-reader.cc458 else if (function_type_sptr fn_type = is_function_type(type)) in type_is_from_translation_unit() local
684 record_artifacts_as_used_in_fn_type(const function_type *fn_type) in record_artifacts_as_used_in_fn_type()
704 record_artifacts_as_used_in_fn_type(const function_type_sptr& fn_type) in record_artifacts_as_used_in_fn_type()
1404 #define RECORD_ARTIFACTS_AS_USED_IN_FN_TYPE(ctxt, fn_type)\ argument
1409 #define RECORD_ARTIFACTS_AS_USED_IN_FN_TYPE(ctxt, fn_type) argument
3520 function_type_sptr fn_type(as_method_decl in build_function_decl() local
4169 function_type_sptr fn_type(is_method_t in build_function_type() local
Dabg-ir.cc8267 const function_type* fn_type = is_function_type(t); in get_type_name() local
8421 get_function_type_name(const function_type_sptr& fn_type, in get_function_type_name()
8436 get_function_type_name(const function_type* fn_type, in get_function_type_name()
8458 get_function_type_name(const function_type& fn_type, in get_function_type_name()
8494 get_method_type_name(const method_type_sptr fn_type, in get_method_type_name()
8509 get_method_type_name(const method_type* fn_type, in get_method_type_name()
8529 get_method_type_name(const method_type& fn_type, in get_method_type_name()
8646 if (const function_type* fn_type = is_function_type(t)) in get_pretty_representation() local
8693 get_pretty_representation(const function_type_sptr& fn_type, in get_pretty_representation()
8708 get_pretty_representation(const function_type* fn_type, bool internal) in get_pretty_representation()
[all …]
Dabg-writer.cc2354 function_type_sptr fn_type = is_function_type(t); in write_translation_unit() local
3149 write_function_type(const function_type_sptr& fn_type, in write_function_type()
Dabg-suppression.cc2720 function_type_sptr fn_type = fn->get_type(); in suppresses_function() local
Dabg-dwarf-reader.cc3722 const function_type_sptr &fn_type) in associate_die_repr_to_fn_type_per_tu()
13251 if (function_type_sptr fn_type = in build_function_type() local
14384 function_type_sptr fn_type(build_function_type(ctxt, die, is_method, in build_function_decl() local
/external/libabigail/include/
Dabg-ir.h3796 set_type(const method_type_sptr fn_type) in set_type()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc3080 llvm::FunctionType* fn_type = in EmitTracingStart() local
3112 llvm::FunctionType* fn_type = in EmitTracingEnd() local
/external/tensorflow/tensorflow/compiler/xla/pjrt/c/
Dpjrt_c_api.h757 #define _PJRT_API_STRUCT_FIELD(fn_type) fn_type* fn_type argument