Home
last modified time | relevance | path

Searched defs:va_end (Results 1 – 7 of 7) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/crt/
D_mingw_stdarg.h25 #define va_end _crt_va_end macro
Dstdarg.h51 #define va_end(v) __builtin_va_end(v) macro
/third_party/musl/include/
Dstdarg.h13 #define va_end(v) __builtin_va_end(v) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdarg.h17 #define va_end(v) __builtin_va_end(v) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdarg.h13 #define va_end(v) __builtin_va_end(v) macro
/third_party/libdrm/include/drm/
Dnouveau_drm.h214 __u64 va_end; member
/third_party/bounds_checking_function/src/
Doutput.inl139 va_end(argList); local