Searched refs:func_call (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-typeck.c | 2058 tree nonatomic_type, tmp, tmp_addr, fndecl, func_call; in convert_lvalue_to_rvalue() local 2082 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in convert_lvalue_to_rvalue() 2088 exp.value = build4 (TARGET_EXPR, nonatomic_type, tmp, func_call, in convert_lvalue_to_rvalue() 3924 tree fndecl, func_call; in build_atomic_assign() local 3988 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign() 3989 add_stmt (func_call); in build_atomic_assign() 4067 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign() 4072 rhs = build4 (TARGET_EXPR, nonatomic_lhs_type, newval, func_call, in build_atomic_assign() 4108 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign() 4109 old = build4 (TARGET_EXPR, nonatomic_lhs_type, old, func_call, NULL_TREE, in build_atomic_assign() [all …]
|