Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbpf_module_rw_engine.cc243 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), fn_args, /*isVarArg=*/false); in make_reader() local
303 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), fn_args, /*isVarArg=*/false); in make_writer() local
/external/llvm-project/polly/lib/External/isl/interface/
Dgenerator.h78 FunctionDecl *fn_type; member
Dgenerator.cc213 void generator::add_type_subclasses(FunctionDecl *fn_type) in add_type_subclasses()
/external/python/pybind11/tests/
Dtest_callbacks.cpp107 using fn_type = int (*)(int); in TEST_SUBMODULE() typedef
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dfunctional_control_flow_to_cfg.cc58 FunctionType fn_type = fn.getType(); in CallFn() local
/external/llvm-project/llvm/unittests/ProfileData/
DSampleProfTest.cpp201 FunctionType *fn_type = in testRoundTrip() local
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.cc342 FunctionType fn_type = op.getType(); in PrintFuncOp() local
/external/libabigail/src/
Dabg-writer.cc2367 else if (function_type_sptr fn_type = is_function_type(t)) in write_translation_unit() local
2417 function_type_sptr fn_type = is_function_type(*i); in write_translation_unit() local
3358 write_function_type(const function_type_sptr& fn_type, in write_function_type()
Dabg-ir.cc7384 const function_type* fn_type = is_function_type(t); in get_type_name() local
7544 get_function_type_name(const function_type_sptr& fn_type, in get_function_type_name()
7559 get_function_type_name(const function_type* fn_type, in get_function_type_name()
7581 get_function_type_name(const function_type& fn_type, in get_function_type_name()
7617 get_method_type_name(const method_type_sptr fn_type, in get_method_type_name()
7632 get_method_type_name(const method_type* fn_type, in get_method_type_name()
7652 get_method_type_name(const method_type& fn_type, in get_method_type_name()
7769 if (const function_type* fn_type = is_function_type(t)) in get_pretty_representation() local
7816 get_pretty_representation(const function_type_sptr& fn_type, in get_pretty_representation()
7831 get_pretty_representation(const function_type* fn_type, bool internal) in get_pretty_representation()
[all …]
Dabg-reader.cc444 else if (function_type_sptr fn_type = is_function_type(type)) in type_is_from_translation_unit() local
3120 function_type_sptr fn_type(as_method_decl in build_function_decl() local
3781 function_type_sptr fn_type(is_method_t in build_function_type() local
Dabg-suppression.cc2677 function_type_sptr fn_type = fn->get_type(); in suppresses_function() local
Dabg-dwarf-reader.cc3734 const function_type_sptr &fn_type) in associate_die_repr_to_fn_type_per_tu()
13135 if (function_type_sptr fn_type = in build_function_type() local
14213 function_type_sptr fn_type(build_function_type(ctxt, die, is_method, in build_function_decl() local
/external/libabigail/include/
Dabg-ir.h3707 set_type(const method_type_sptr fn_type) in set_type()
/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc1171 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), formals, /*isVarArg=*/false); in visit_func_decl_stmt_node() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2898 llvm::FunctionType* fn_type = in EmitTracingStart() local
2930 llvm::FunctionType* fn_type = in EmitTracingEnd() local
/external/skia/src/core/
DSkVM.cpp2458 llvm::FunctionType* fn_type = llvm::FunctionType::get(llvm::Type::getVoidTy(*ctx), in setupLLVM() local