HomeSort by: relevance | last modified time | path
    Searched defs:VASTART (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libwrap/
mystdarg.h 11 #define VASTART(ap,type,name) va_start(ap,name)
16 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 1029 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain,
1032 VASTART,

Completed in 34 milliseconds