Searched defs:fn_type (Results 1 – 11 of 11) sorted by relevance
/external/bcc/src/cc/ |
D | bpf_module_rw_engine.cc | 262 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/ |
D | functional_control_flow_to_cfg.cc | 60 FunctionType fn_type = fn.getFunctionType(); in CallFn() local
|
/external/python/pybind11/tests/ |
D | test_callbacks.cpp | 107 using fn_type = int (*)(int); in TEST_SUBMODULE() typedef
|
/external/libabigail/src/ |
D | abg-reader.cc | 458 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
|
D | abg-ir.cc | 8267 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 …]
|
D | abg-writer.cc | 2354 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()
|
D | abg-suppression.cc | 2720 function_type_sptr fn_type = fn->get_type(); in suppresses_function() local
|
D | abg-dwarf-reader.cc | 3722 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/ |
D | abg-ir.h | 3796 set_type(const method_type_sptr fn_type) in set_type()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 3080 llvm::FunctionType* fn_type = in EmitTracingStart() local 3112 llvm::FunctionType* fn_type = in EmitTracingEnd() local
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/c/ |
D | pjrt_c_api.h | 757 #define _PJRT_API_STRUCT_FIELD(fn_type) fn_type* fn_type argument
|