Home
last modified time | relevance | path

Searched defs:VASTART (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Dmystdarg.h10 #define VASTART(ap,type,name) va_start(ap,name) macro
15 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1197 VASTART, enumerator