Searched refs:vararg (Results 1 – 16 of 16) sorted by relevance
| /freebsd/crypto/krb5/src/util/ |
| H A D | def-check.pl | 33 my @vararg = (); 38 my $vararg; 140 $vararg = /\.\.\./; 157 push @vararg, $_ if $vararg; 162 push @vararg, $_ if $vararg; 167 push @vararg, $_ if $vararg; 177 push @vararg, $_ if $vararg; 204 my %vararg = (); 205 map { $vararg{$_} = 1; } @vararg; 238 } elsif ($vararg{$_}) {
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-shrink.m4 | 77 register_shrinker(&cache_shrinker, "vararg-reg-shrink-test"); 86 [register_shrinker is vararg])
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiCallingConv.td | 22 // Put argument in registers if marked 'inreg' and not a vararg call.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetCallingConv.td | 94 /// CCIfVarArg - If the current function is vararg - apply the action 97 /// CCIfNotVarArg - If the current function is not vararg - apply the action
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCallingConv.td | 89 /// Use registers only if 'inreg' used and the call is not vararg
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 597 // this is a vararg function. 599 // fixed arguments to vararg functions are supposed to be passed in 839 // is not a vararg call and if SSE2 is available, are passed in SSE registers. 847 // call is not a vararg call. 896 // a vararg call, are passed in integer registers. 912 // If the call is not a vararg call, some arguments may be passed 989 // The first 3 float or double arguments, if the call is not a vararg
|
| H A D | X86InstrCompiler.td | 1307 // %r11. This happens when calling a vararg function with 6 arguments.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VECallingConv.td | 58 ///// Standard vararg C Calling Convention (VE ABI v2.1) /////
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.td | 23 // Match if this specific argument is not a fixed (i.e. vararg) argument. 226 // Although we assign the f32 vararg to be bitcast, it will first be promoted
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCallingConv.td | 33 /// Match if this specific argument is a vararg. 35 /// a vararg.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb.td | 510 // Alternative return instruction used by vararg functions.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 580 def llvm_vararg_ty : LLVMType<isVoid>; // this means vararg here
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 1093 …o Do not use vararg macros for accessing evrpc structures; this is not backwards compatible, but w…
|
| /freebsd/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 1093 …o Do not use vararg macros for accessing evrpc structures; this is not backwards compatible, but w…
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 384 // Instructions to set/unset CR bit 6 for SVR4 vararg calls
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | [all...] |