Home
last modified time | relevance | path

Searched defs:As (Results 1 – 17 of 17) 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()
Dunaddressable-functions.cpp53 template <typename Fn, typename... Args> void call(Fn F, Args... As) { in call()
70 void callMem(Fn F, T t, Args... As) { in callMem()
93 template <typename Fn, typename... Args> auto call(Fn F, Args... As) { in call()
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/skia/modules/skottie/src/
DSkottieValue.cpp39 SkScalar ValueTraits<ScalarValue>::As<SkScalar>(const ScalarValue& v) { in As() function in skottie::ValueTraits
68 SkColor ValueTraits<VectorValue>::As<SkColor>(const VectorValue& v) { in As() function in skottie::ValueTraits
83 SkPoint ValueTraits<VectorValue>::As<SkPoint>(const VectorValue& vec) { in As() function in skottie::ValueTraits
92 SkSize ValueTraits<VectorValue>::As<SkSize>(const VectorValue& vec) { in As() function in skottie::ValueTraits
207 SkPath ValueTraits<ShapeValue>::As<SkPath>(const ShapeValue& shape) { in As() function in skottie::ValueTraits
/external/skqp/modules/skottie/src/
DSkottieValue.cpp39 SkScalar ValueTraits<ScalarValue>::As<SkScalar>(const ScalarValue& v) { in As() function in skottie::ValueTraits
68 SkColor ValueTraits<VectorValue>::As<SkColor>(const VectorValue& v) { in As() function in skottie::ValueTraits
83 SkPoint ValueTraits<VectorValue>::As<SkPoint>(const VectorValue& vec) { in As() function in skottie::ValueTraits
92 SkSize ValueTraits<VectorValue>::As<SkSize>(const VectorValue& vec) { in As() function in skottie::ValueTraits
207 SkPath ValueTraits<ShapeValue>::As<SkPath>(const ShapeValue& shape) { in As() function in skottie::ValueTraits
/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 __anon6af0b3d40202()
10 auto GL3 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anon6af0b3d40302()
12 auto GL4 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anon6af0b3d40402()
18 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in foo()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
DTypeSameAsType.java72 List<ResolvedType> As = T.asReferenceType().typeParametersValues(); in reduce() local
/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp5.cpp38 T As() { in As() function in Foo
/external/u-boot/doc/
DREADME.x8637 As for loading an OS, U-Boot supports directly booting a 32-bit or 64-bit label
114 As for the video ROM, you can get it here [3] and rename it to vga.bin. label
231 As for the video ROM, you need manually extract it from the Intel provided label
/external/pdfium/core/fxcrt/
Dretain_ptr.h43 RetainPtr<U> As() const { in As() function
Dfx_coordinates.h73 CFX_STemplate<OtherType> As() const { in As() function
414 CFX_RTemplate<OtherType> As() const { in As() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp307 unsigned As = PT->getAddressSpace(); in isGlobalAddr() local
348 unsigned As = PT->getAddressSpace(); in isConstantAddr() local
/external/eigen/test/
Dsparse_product.cpp109 SparseMatrixType As(Ad.sparseView()), B(2,2); in sparse_product() local
/external/swiftshader/src/Reactor/
DReactor.hpp2793 RValue<T> As(Value *val) in As() function
2799 RValue<T> As(RValue<S> val) in As() function
2805 RValue<T> As(const LValue<S> &var) in As() function
2811 RValue<T> As(const Reference<S> &val) in As() function
/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.c483 const GLfloat As = rgba[i][ACOMP]; in blend_general_float() local