Home
last modified time | relevance | path

Searched refs:vararg (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/krb5/src/util/
H A Ddef-check.pl33 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 Dkernel-shrink.m477 register_shrinker(&cache_shrinker, "vararg-reg-shrink-test");
86 [register_shrinker is vararg])
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiCallingConv.td22 // Put argument in registers if marked 'inreg' and not a vararg call.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td94 /// 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 DM68kCallingConv.td89 /// Use registers only if 'inreg' used and the call is not vararg
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td597 // 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 DX86InstrCompiler.td1307 // %r11. This happens when calling a vararg function with 6 arguments.
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECallingConv.td58 ///// Standard vararg C Calling Convention (VE ABI v2.1) /////
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td23 // 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 DMipsCallingConv.td33 /// Match if this specific argument is a vararg.
35 /// a vararg.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb.td510 // Alternative return instruction used by vararg functions.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td580 def llvm_vararg_ty : LLVMType<isVoid>; // this means vararg here
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-2.01093 …o Do not use vararg macros for accessing evrpc structures; this is not backwards compatible, but w…
/freebsd/contrib/libevent/
H A DChangeLog-2.01093 …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 DPPCInstrInfo.td384 // Instructions to set/unset CR bit 6 for SVR4 vararg calls
/freebsd/contrib/ntp/
H A DCommitLog[all...]