/external/bcc/src/cc/ |
D | bpf_module_rw_engine.cc | 243 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/ |
D | generator.h | 78 FunctionDecl *fn_type; member
|
D | generator.cc | 213 void generator::add_type_subclasses(FunctionDecl *fn_type) in add_type_subclasses()
|
/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 | 58 FunctionType fn_type = fn.getType(); in CallFn() local
|
/external/llvm-project/llvm/unittests/ProfileData/ |
D | SampleProfTest.cpp | 201 FunctionType *fn_type = in testRoundTrip() local
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
D | tfr_ops.cc | 342 FunctionType fn_type = op.getType(); in PrintFuncOp() local
|
/external/libabigail/src/ |
D | abg-writer.cc | 2367 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()
|
D | abg-ir.cc | 7384 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 …]
|
D | abg-reader.cc | 444 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
|
D | abg-suppression.cc | 2677 function_type_sptr fn_type = fn->get_type(); in suppresses_function() local
|
D | abg-dwarf-reader.cc | 3734 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/ |
D | abg-ir.h | 3707 set_type(const method_type_sptr fn_type) in set_type()
|
/external/bcc/src/cc/frontends/b/ |
D | codegen_llvm.cc | 1171 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), formals, /*isVarArg=*/false); in visit_func_decl_stmt_node() local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 2898 llvm::FunctionType* fn_type = in EmitTracingStart() local 2930 llvm::FunctionType* fn_type = in EmitTracingEnd() local
|
/external/skia/src/core/ |
D | SkVM.cpp | 2458 llvm::FunctionType* fn_type = llvm::FunctionType::get(llvm::Type::getVoidTy(*ctx), in setupLLVM() local
|