Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h66 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp186 ArrayRef<const Expr *> VarArgs; in computeOSLogBufferLayout() local
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py335 class VarArgs(AnonymousDef): class