Home
last modified time | relevance | path

Searched refs:callee_decl (Results 1 – 25 of 119) sorted by relevance

12345

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/plugin/
H A Ddump_plugin.c62 tree callee_decl = gimple_call_fndecl (call); in execute() local
63 if (!callee_decl) in execute()
65 tree callee_name = DECL_NAME (callee_decl); in execute()
83 dump_symtab_node (MSG_NOTE, cgraph_node::get (callee_decl)); in execute()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/plugin/
H A Ddump_plugin.c62 tree callee_decl = gimple_call_fndecl (call); in execute() local
63 if (!callee_decl) in execute()
65 tree callee_name = DECL_NAME (callee_decl); in execute()
83 dump_symtab_node (MSG_NOTE, cgraph_node::get (callee_decl)); in execute()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/plugin/
H A Ddump_plugin.c62 tree callee_decl = gimple_call_fndecl (call); in execute() local
63 if (!callee_decl) in execute()
65 tree callee_name = DECL_NAME (callee_decl); in execute()
83 dump_symtab_node (MSG_NOTE, cgraph_node::get (callee_decl)); in execute()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/plugin/
H A Ddump_plugin.c62 tree callee_decl = gimple_call_fndecl (call); in execute() local
63 if (!callee_decl) in execute()
65 tree callee_name = DECL_NAME (callee_decl); in execute()
83 dump_symtab_node (MSG_NOTE, cgraph_node::get (callee_decl)); in execute()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/plugin/
H A Ddump_plugin.c62 tree callee_decl = gimple_call_fndecl (call); in execute() local
63 if (!callee_decl) in execute()
65 tree callee_name = DECL_NAME (callee_decl); in execute()
83 dump_symtab_node (MSG_NOTE, cgraph_node::get (callee_decl)); in execute()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/plugin/
H A Ddump_plugin.c62 tree callee_decl = gimple_call_fndecl (call); in execute() local
63 if (!callee_decl) in execute()
65 tree callee_name = DECL_NAME (callee_decl); in execute()
83 dump_symtab_node (MSG_NOTE, cgraph_node::get (callee_decl)); in execute()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/plugin/
H A Ddump_plugin.c62 tree callee_decl = gimple_call_fndecl (call); in execute() local
63 if (!callee_decl) in execute()
65 tree callee_name = DECL_NAME (callee_decl); in execute()
83 dump_symtab_node (MSG_NOTE, cgraph_node::get (callee_decl)); in execute()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/plugin/
H A Ddump_plugin.c62 tree callee_decl = gimple_call_fndecl (call); in execute() local
63 if (!callee_decl) in execute()
65 tree callee_name = DECL_NAME (callee_decl); in execute()
83 dump_symtab_node (MSG_NOTE, cgraph_node::get (callee_decl)); in execute()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/plugin/
H A Ddump_plugin.c62 tree callee_decl = gimple_call_fndecl (call); in execute() local
63 if (!callee_decl) in execute()
65 tree callee_name = DECL_NAME (callee_decl); in execute()
83 dump_symtab_node (MSG_NOTE, cgraph_node::get (callee_decl)); in execute()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/plugin/
H A Ddump_plugin.c62 tree callee_decl = gimple_call_fndecl (call); in execute() local
63 if (!callee_decl) in execute()
65 tree callee_name = DECL_NAME (callee_decl); in execute()
83 dump_symtab_node (MSG_NOTE, cgraph_node::get (callee_decl)); in execute()
/dports/lang/v8/v8-9.6.180.12/tools/clang/plugins/
H A DCheckIPCVisitor.cpp75 const FunctionDecl* callee_decl = call_expr->getDirectCallee(); in ValidateWriteParam() local
76 if (!callee_decl || in ValidateWriteParam()
77 callee_decl->getQualifiedNameAsString() != "IPC::WriteParam") { in ValidateWriteParam()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/clang/plugins/
H A DCheckIPCVisitor.cpp75 const FunctionDecl* callee_decl = call_expr->getDirectCallee(); in ValidateWriteParam() local
76 if (!callee_decl || in ValidateWriteParam()
77 callee_decl->getQualifiedNameAsString() != "IPC::WriteParam") { in ValidateWriteParam()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/plugins/
H A DCheckIPCVisitor.cpp75 const FunctionDecl* callee_decl = call_expr->getDirectCallee(); in ValidateWriteParam() local
76 if (!callee_decl || in ValidateWriteParam()
77 callee_decl->getQualifiedNameAsString() != "IPC::WriteParam") { in ValidateWriteParam()
/dports/lang/v8/v8-9.6.180.12/tools/clang/base_bind_rewriters/
H A DBaseBindRewriters.cpp81 auto* callee_decl = clang::dyn_cast<DeclRefExpr>(callee)->getDecl(); in run() local
82 auto* passed_decl = clang::dyn_cast<FunctionDecl>(callee_decl); in run()
452 auto* callee_decl = clang::dyn_cast<clang::NamedDecl>(callee); in run() local
453 auto name = callee_decl->getQualifiedNameAsString(); in run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/clang/base_bind_rewriters/
H A DBaseBindRewriters.cpp81 auto* callee_decl = clang::dyn_cast<DeclRefExpr>(callee)->getDecl(); in run() local
82 auto* passed_decl = clang::dyn_cast<FunctionDecl>(callee_decl); in run()
452 auto* callee_decl = clang::dyn_cast<clang::NamedDecl>(callee); in run() local
453 auto name = callee_decl->getQualifiedNameAsString(); in run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/base_bind_rewriters/
H A DBaseBindRewriters.cpp81 auto* callee_decl = clang::dyn_cast<DeclRefExpr>(callee)->getDecl(); in run() local
82 auto* passed_decl = clang::dyn_cast<FunctionDecl>(callee_decl); in run()
452 auto* callee_decl = clang::dyn_cast<clang::NamedDecl>(callee); in run() local
453 auto name = callee_decl->getQualifiedNameAsString(); in run()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-param-manipulation.c247 tree callee_decl; in ipa_modify_call_arguments() local
252 callee_decl = !cs ? gimple_call_fndecl (stmt) : cs->callee->decl; in ipa_modify_call_arguments()
416 debug_args = decl_debug_args_insert (callee_decl); in ipa_modify_call_arguments()
444 new_stmt = gimple_build_call_vec (callee_decl, vargs); in ipa_modify_call_arguments()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dipa-param-manipulation.c247 tree callee_decl; in ipa_modify_call_arguments() local
252 callee_decl = !cs ? gimple_call_fndecl (stmt) : cs->callee->decl; in ipa_modify_call_arguments()
416 debug_args = decl_debug_args_insert (callee_decl); in ipa_modify_call_arguments()
444 new_stmt = gimple_build_call_vec (callee_decl, vargs); in ipa_modify_call_arguments()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dipa-param-manipulation.c247 tree callee_decl; in ipa_modify_call_arguments() local
252 callee_decl = !cs ? gimple_call_fndecl (stmt) : cs->callee->decl; in ipa_modify_call_arguments()
416 debug_args = decl_debug_args_insert (callee_decl); in ipa_modify_call_arguments()
444 new_stmt = gimple_build_call_vec (callee_decl, vargs); in ipa_modify_call_arguments()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dipa-param-manipulation.c247 tree callee_decl; in ipa_modify_call_arguments() local
252 callee_decl = !cs ? gimple_call_fndecl (stmt) : cs->callee->decl; in ipa_modify_call_arguments()
416 debug_args = decl_debug_args_insert (callee_decl); in ipa_modify_call_arguments()
444 new_stmt = gimple_build_call_vec (callee_decl, vargs); in ipa_modify_call_arguments()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-param-manipulation.c247 tree callee_decl; in ipa_modify_call_arguments() local
252 callee_decl = !cs ? gimple_call_fndecl (stmt) : cs->callee->decl; in ipa_modify_call_arguments()
416 debug_args = decl_debug_args_insert (callee_decl); in ipa_modify_call_arguments()
444 new_stmt = gimple_build_call_vec (callee_decl, vargs); in ipa_modify_call_arguments()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-param-manipulation.c247 tree callee_decl; in ipa_modify_call_arguments() local
252 callee_decl = !cs ? gimple_call_fndecl (stmt) : cs->callee->decl; in ipa_modify_call_arguments()
416 debug_args = decl_debug_args_insert (callee_decl); in ipa_modify_call_arguments()
444 new_stmt = gimple_build_call_vec (callee_decl, vargs); in ipa_modify_call_arguments()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dipa-param-manipulation.c247 tree callee_decl; in ipa_modify_call_arguments() local
252 callee_decl = !cs ? gimple_call_fndecl (stmt) : cs->callee->decl; in ipa_modify_call_arguments()
416 debug_args = decl_debug_args_insert (callee_decl); in ipa_modify_call_arguments()
444 new_stmt = gimple_build_call_vec (callee_decl, vargs); in ipa_modify_call_arguments()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dipa-param-manipulation.c247 tree callee_decl; in ipa_modify_call_arguments() local
252 callee_decl = !cs ? gimple_call_fndecl (stmt) : cs->callee->decl; in ipa_modify_call_arguments()
416 debug_args = decl_debug_args_insert (callee_decl); in ipa_modify_call_arguments()
444 new_stmt = gimple_build_call_vec (callee_decl, vargs); in ipa_modify_call_arguments()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dipa-param-manipulation.c247 tree callee_decl; in ipa_modify_call_arguments() local
252 callee_decl = !cs ? gimple_call_fndecl (stmt) : cs->callee->decl; in ipa_modify_call_arguments()
416 debug_args = decl_debug_args_insert (callee_decl); in ipa_modify_call_arguments()
444 new_stmt = gimple_build_call_vec (callee_decl, vargs); in ipa_modify_call_arguments()

12345