Home
last modified time | relevance | path

Searched defs:As (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/SemaCXX/
Dcxx1y-generic-lambdas-variadics.cpp39 auto L = [](auto ... As) { in test()
44 auto L = [](auto A, auto B, auto ... As) { in test()
51 auto L = [](auto ... As) { in test()
64 auto L = [](auto A, auto ... As) { in test()
Dcxx1y-generic-lambdas.cpp782 auto L = [](auto ... As) { in test()
784 vfun([](decltype(As) a) -> decltype(a) { return a; } ...)(first<decltype(As)...>{}); in test() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp3-generic-lambda-1y.cpp9 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in __anon296f298b0202()
10 auto GL3 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anon296f298b0302()
12 auto GL4 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anon296f298b0402()
18 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in foo()
/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp5.cpp38 T As() { in As() function in Foo
/external/v8/test/cctest/
Dtest-declarative-accessors.cc67 T As() { return reinterpret_cast<T>(data_); } in As() function in AlignedArray
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h229 R_BasicBlock reduceBasicBlock(BasicBlock &Orig, Container<R_SExpr> &As, in reduceBasicBlock()
233 R_SExpr reducePhi(Phi &Orig, Container<R_SExpr> &As) { in reducePhi()
DThreadSafetyTIL.h1552 BasicBlock(BasicBlock &B, MemRegionRef A, InstrArray &&As, InstrArray &&Is, in BasicBlock()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c486 const GLfloat As = rgba[i][ACOMP]; in blend_general_float() local
/external/v8/include/
Dv8.h286 template <class S> V8_INLINE Handle<S> As() { in As() function
361 template <class S> V8_INLINE Local<S> As() { in As() function
695 template <class S> V8_INLINE Persistent<S>& As() { // NOLINT in As() function