Home
last modified time | relevance | path

Searched defs:va_arg (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/FixIt/
H A Dno-macro-fixit.c3 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro
/llvm-project/clang/lib/Headers/
H A D__stdarg_va_arg.h20 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro
/llvm-project/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-valist.h19 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro