Home
last modified time | relevance | path

Searched defs:arglist (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/src/__support/
H A Dcommon.h25 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
/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-no-unique-address.cpp16 …[[no_unique_address()]] int arglist; // expected-error {{cannot have an argument list}} unsupporte… member
H A Dcxx2a-ms-no-unique-address.cpp16 …[[msvc::no_unique_address()]] int arglist; // expected-error {{cannot have an argument list}} unsu… member
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc251 std::vector<int64_t> arglist; in Range() local
281 [](const std::size_t res, const std::vector<int64_t>& arglist) { in ArgsProduct()