Home
last modified time | relevance | path

Searched refs:func_call (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/sljit/dist/doc/tutorial/
H A Dfunc_call.c25 static int func_call(long a, long b, long c) in func_call() function
79 return func_call(4, 5, 6); in main()
/netbsd-src/external/gpl2/gmake/dist/
H A Dfunction.c2043 static char *func_call PARAMS ((char *o, char **argv, const char *funcname));
2075 { STRING_SIZE_TUPLE("call"), 1, 0, 1, func_call},
2231 func_call (char *o, char **argv, const char *funcname UNUSED) in func_call() function
H A DChangeLog1757 * function.c (func_call): Fix Bug #1744. If we're inside a
2357 * function.c (func_call): Before we expand the user-defined
2414 * function.c (func_call): Don't mark the argument variables $1,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c2127 tree nonatomic_type, tmp, tmp_addr, fndecl, func_call; in convert_lvalue_to_rvalue() local
2151 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in convert_lvalue_to_rvalue()
2157 exp.value = build4 (TARGET_EXPR, nonatomic_type, tmp, func_call, in convert_lvalue_to_rvalue()
4098 tree fndecl, func_call; in build_atomic_assign() local
4173 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign()
4176 compound_stmt, func_call); in build_atomic_assign()
4251 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign()
4256 rhs = build4 (TARGET_EXPR, nonatomic_lhs_type, newval, func_call, in build_atomic_assign()
4292 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign()
4293 old = build4 (TARGET_EXPR, nonatomic_lhs_type, old, func_call, NULL_TREE, in build_atomic_assign()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc2138 tree nonatomic_type, tmp, tmp_addr, fndecl, func_call; in convert_lvalue_to_rvalue() local
2163 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in convert_lvalue_to_rvalue()
2169 exp.value = build4 (TARGET_EXPR, nonatomic_type, tmp, func_call, in convert_lvalue_to_rvalue()
4129 tree fndecl, func_call; in build_atomic_assign() local
4204 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign()
4207 compound_stmt, func_call); in build_atomic_assign()
4282 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign()
4287 rhs = build4 (TARGET_EXPR, nonatomic_lhs_type, newval, func_call, in build_atomic_assign()
4323 func_call = c_build_function_call_vec (loc, vNULL, fndecl, params, NULL); in build_atomic_assign()
4324 old = build4 (TARGET_EXPR, nonatomic_lhs_type, old, func_call, NULL_TREE, in build_atomic_assign()
[all …]