Searched defs:arglist (Results 1 – 4 of 4) sorted by relevance
25 LLVM_LIBC_FUNCTION_IMPL(type,name,arglist) global() argument 31 LLVM_LIBC_FUNCTION_IMPL(type,name,arglist) global() argument 35 LLVM_LIBC_FUNCTION(type,name,arglist) global() argument
16 …[[no_unique_address()]] int arglist; // expected-error {{cannot have an argument list}} unsupporte… member
16 …[[msvc::no_unique_address()]] int arglist; // expected-error {{cannot have an argument list}} unsu… member
251 std::vector<int64_t> arglist; in Range() local281 [](const std::size_t res, const std::vector<int64_t>& arglist) { in ArgsProduct()