OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 01:34:59 UTC 2026