Home
last modified time | relevance | path

Searched refs:alloc_args (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp347 SmallVector<Value *, 1> alloc_args; in lowerPrintfForGpu() local
348 alloc_args.push_back(sumC); in lowerPrintfForGpu()
350 CallInst::Create(PrintfAllocFn, alloc_args, "printf_alloc_fn", CI); in lowerPrintfForGpu()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-access.cc2393 const tree alloc_args[] = { call_arg (stmt, 0), NULL_TREE }; in check_alloca() local
2395 maybe_warn_alloc_args_overflow (stmt, alloc_args, idx); in check_alloca()
2438 tree alloc_args[] = { NULL_TREE, NULL_TREE }; in check_alloc_size_call() local
2446 alloc_args[0] = call_arg (stmt, idx[0]); in check_alloc_size_call()
2452 alloc_args[1] = call_arg (stmt, idx[1]); in check_alloc_size_call()
2455 maybe_warn_alloc_args_overflow (stmt, alloc_args, idx); in check_alloc_size_call()
H A Dgcc.cc413 static void alloc_args (void);
2155 alloc_args (void) in alloc_args() function
6919 alloc_args (); in eval_spec_function()
8256 alloc_args (); in global_initializations()
H A DChangeLog-20022615 (if_exists_spec_function, alloc_args): New.
2620 (main): Use alloc_args to allocate the initial argument vector.
H A DChangeLog-201820056 (alloc_args): Create at_file_argbuf.
H A DChangeLog-20105052 (alloc_args, clear_args, store_arg, execute, insert_wrapper,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcalls.c2275 tree alloc_args[] = { NULL_TREE, NULL_TREE }; in initialize_argument_information() local
2517 alloc_args[0] = args[i].tree_value; in initialize_argument_information()
2519 alloc_args[1] = args[i].tree_value; in initialize_argument_information()
2538 if (alloc_args[0]) in initialize_argument_information()
2542 maybe_warn_alloc_args_overflow (fndecl, exp, alloc_args, alloc_idx); in initialize_argument_information()
H A Dgcc.c382 static void alloc_args (void);
1982 alloc_args (void) in alloc_args() function
6182 alloc_args (); in eval_spec_function()
7519 alloc_args (); in global_initializations()