Searched defs:fn_type (Results 1 – 12 of 12) 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/python/pybind11/tests/ |
D | test_callbacks.cpp | 107 using fn_type = int (*)(int); in TEST_SUBMODULE() typedef
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | functional_control_flow_to_cfg.cc | 71 FunctionType fn_type = fn.getType(); in CallFn() local
|
/external/libabigail/src/ |
D | abg-ir.cc | 8306 const function_type* fn_type = is_function_type(t); in get_type_name() local 8460 get_function_type_name(const function_type_sptr& fn_type, in get_function_type_name() 8475 get_function_type_name(const function_type* fn_type, in get_function_type_name() 8497 get_function_type_name(const function_type& fn_type, in get_function_type_name() 8533 get_method_type_name(const method_type_sptr fn_type, in get_method_type_name() 8548 get_method_type_name(const method_type* fn_type, in get_method_type_name() 8568 get_method_type_name(const method_type& fn_type, in get_method_type_name() 8685 if (const function_type* fn_type = is_function_type(t)) in get_pretty_representation() local 8732 get_pretty_representation(const function_type_sptr& fn_type, in get_pretty_representation() 8747 get_pretty_representation(const function_type* fn_type, bool internal) in get_pretty_representation() [all …]
|
D | abg-writer.cc | 2363 function_type_sptr fn_type = is_function_type(t); in write_translation_unit() local 3155 write_function_type(const function_type_sptr& fn_type, in write_function_type()
|
D | abg-reader.cc | 448 else if (function_type_sptr fn_type = is_function_type(type)) in type_is_from_translation_unit() local 3362 function_type_sptr fn_type(as_method_decl in build_function_decl() local 4002 function_type_sptr fn_type(is_method_t in build_function_type() local
|
D | abg-suppression.cc | 2720 function_type_sptr fn_type = fn->get_type(); in suppresses_function() local
|
D | abg-dwarf-reader.cc | 3702 const function_type_sptr &fn_type) in associate_die_repr_to_fn_type_per_tu() 13188 if (function_type_sptr fn_type = in build_function_type() local 14321 function_type_sptr fn_type(build_function_type(ctxt, die, is_method, in build_function_decl() local
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
D | tfr_ops.cc | 360 FunctionType fn_type = op.getType(); in PrintFuncOp() local
|
/external/libabigail/include/ |
D | abg-ir.h | 3793 set_type(const method_type_sptr fn_type) in set_type()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 2935 llvm::FunctionType* fn_type = in EmitTracingStart() local 2967 llvm::FunctionType* fn_type = in EmitTracingEnd() local
|
/external/skia/src/core/ |
D | SkVM.cpp | 2668 llvm::FunctionType* fn_type = llvm::FunctionType::get(llvm::Type::getVoidTy(*ctx), in setupLLVM() local
|