Home
last modified time | relevance | path

Searched defs:auto (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3-generic-lambda-1y.cpp59 auto unnamed_parameter = [](auto, auto) -> void { }; in main() argument
64 (*)(auto)) { }; //expected-error{{'auto' not allowed}} in main()
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp2-generic-lambda-1y.cpp22 …const std::type_info &ti2 = typeid([](auto) -> int { return i; }(i)); // expected-error{{lambda e… in unevaluated_operand() argument
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Darc-0x.mm25 __strong id *idp = new auto(obj); function
/minix3/external/bsd/llvm/dist/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp27 #define auto macro
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp923 int a = [](auto ...) { return 0; }(); in __anon001ec7467402() argument
927 int x = [](auto) { in __anon001ec7467502() argument