| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUPrintfRuntimeBinding.cpp | 347 SmallVector<Value *, 1> alloc_args; local 348 alloc_args.push_back(sumC); 350 CallInst::Create(PrintfAllocFn, alloc_args, "printf_alloc_fn", CI);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-warn-access.cc | 2417 const tree alloc_args[] = { call_arg (stmt, 0), NULL_TREE }; local 2419 maybe_warn_alloc_args_overflow (stmt, alloc_args, idx); 2460 the actual argument(s) at those indices in ALLOC_ARGS. */ 2462 tree alloc_args[] = { NULL_TREE, NULL_TREE }; local 2470 alloc_args[0] = call_arg (stmt, idx[0]); 2476 alloc_args[1] = call_arg (stmt, idx[1]); 2479 maybe_warn_alloc_args_overflow (stmt, alloc_args, idx);
|
| gcc.cc | 431 static void alloc_args (void); 2181 alloc_args (void) 7070 alloc_args (); 8419 alloc_args (); 2169 alloc_args (void) function
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-warn-access.cc | 2391 const tree alloc_args[] = { call_arg (stmt, 0), NULL_TREE }; local 2393 maybe_warn_alloc_args_overflow (stmt, alloc_args, idx); 2434 the actual argument(s) at those indices in ALLOC_ARGS. */ 2436 tree alloc_args[] = { NULL_TREE, NULL_TREE }; local 2444 alloc_args[0] = call_arg (stmt, idx[0]); 2450 alloc_args[1] = call_arg (stmt, idx[1]); 2453 maybe_warn_alloc_args_overflow (stmt, alloc_args, idx);
|
| gcc.cc | 418 static void alloc_args (void); 2170 alloc_args (void) 6944 alloc_args (); 8292 alloc_args (); 2158 alloc_args (void) function
|