Searched defs:As (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/SemaCXX/ |
D | cxx1y-generic-lambdas-variadics.cpp | 39 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()
|
D | cxx1y-generic-lambdas.cpp | 782 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/ |
D | p3-generic-lambda-1y.cpp | 9 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in __anonb775e6570202() 10 auto GL3 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anonb775e6570302() 12 auto GL4 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anonb775e6570402() 18 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in foo()
|
/external/opencv3/modules/videoio/src/cap_winrt/ |
D | MFIncludes.hpp | 75 Microsoft::WRL::ComPtr<T> As(const Microsoft::WRL::ComPtr<U>& in) in As() function 84 Microsoft::WRL::ComPtr<T> As(U* in) in As() function
|
/external/clang/test/CXX/temp/temp.decls/temp.mem/ |
D | p5.cpp | 38 T As() { in As() function in Foo
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 229 R_BasicBlock reduceBasicBlock(BasicBlock &Orig, Container<R_SExpr> &As, in reduceBasicBlock() 233 R_SExpr reducePhi(Phi &Orig, Container<R_SExpr> &As) { in reducePhi()
|
D | ThreadSafetyTIL.h | 1552 BasicBlock(BasicBlock &B, MemRegionRef A, InstrArray &&As, InstrArray &&Is, in BasicBlock()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 486 const GLfloat As = rgba[i][ACOMP]; in blend_general_float() local
|
/external/v8/include/ |
D | v8.h | 294 template <class S> V8_INLINE Local<S> As() { in As() function 779 template <class S> V8_INLINE Persistent<S>& As() { // NOLINT in As() function
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 694 HRESULT As(_Inout_ U** lp) const throw() in As() function in ComPtr 700 HRESULT As(_Out_ ComPtr<U>* lp) const throw() in As() function in ComPtr
|
/external/v8/test/mjsunit/asm/poppler/ |
D | poppler.js | 7317 …=0;j=i;k=FW(12)|0;Pq(k,d,e,f,1);e=c[k+4>>2]|0;if((e|0)==4){l=8}else if((e|0)==0){m=+h[b+8>>3]+-1.0…
|