Home
last modified time | relevance | path

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

12

/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()
/external/llvm-project/clang/test/SemaCXX/
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-variadics.cpp43 auto L = [](auto ... As) { in test()
48 auto L = [](auto A, auto B, auto ... As) { in test()
55 auto L = [](auto ... As) { in test()
68 auto L = [](auto A, auto ... As) { in test()
/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/llvm-project/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 __anon35e726600202()
10 auto GL3 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anon35e726600302()
12 auto GL4 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anon35e726600402()
18 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in foo()
/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 __anon785dfb720202()
10 auto GL3 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anon785dfb720302()
12 auto GL4 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anon785dfb720402()
18 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in foo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DItaniumManglingCanonicalizer.cpp97 std::pair<Node *, bool> getOrCreateNode(bool CreateNewNodes, Args &&... As) { in getOrCreateNode()
130 Node *makeNode(Args &&...As) { in makeNode()
146 template<typename T, typename ...Args> Node *makeNodeSimple(Args &&...As) { in makeNodeSimple()
174 template<typename T, typename ...Args> Node *makeNode(Args &&...As) { in makeNode()
/external/llvm-project/llvm/lib/Support/
DItaniumManglingCanonicalizer.cpp92 std::pair<Node *, bool> getOrCreateNode(bool CreateNewNodes, Args &&... As) { in getOrCreateNode()
125 Node *makeNode(Args &&...As) { in makeNode()
141 template<typename T, typename ...Args> Node *makeNodeSimple(Args &&...As) { in makeNodeSimple()
169 template<typename T, typename ...Args> Node *makeNode(Args &&...As) { in makeNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/
DMSP430Disassembler.cpp154 static AddrMode DecodeSrcAddrMode(unsigned Rs, unsigned As) { in DecodeSrcAddrMode()
183 unsigned As = fieldFromInstruction(Insn, 4, 2); in DecodeSrcAddrModeI() local
189 unsigned As = fieldFromInstruction(Insn, 4, 2); in DecodeSrcAddrModeII() local
/external/llvm-project/llvm/lib/Target/MSP430/Disassembler/
DMSP430Disassembler.cpp154 static AddrMode DecodeSrcAddrMode(unsigned Rs, unsigned As) { in DecodeSrcAddrMode()
183 unsigned As = fieldFromInstruction(Insn, 4, 2); in DecodeSrcAddrModeI() local
189 unsigned As = fieldFromInstruction(Insn, 4, 2); in DecodeSrcAddrModeII() local
/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/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonTypeInfo.java141 public enum As { enum
/external/pdfium/core/fxcrt/
Dretain_ptr.h46 RetainPtr<U> As() const { in As() function
Dfx_coordinates.h74 CFX_STemplate<OtherType> As() const { in As() function
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.mem/
Dp5.cpp38 T As() { in As() function in Foo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp303 unsigned As = PT->getAddressSpace(); in isGlobalAddr() local
344 unsigned As = PT->getAddressSpace(); in isConstantAddr() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp303 unsigned As = PT->getAddressSpace(); in isGlobalAddr() local
344 unsigned As = PT->getAddressSpace(); in isConstantAddr() local
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp37 template <> Expected<bool> python::As<bool>(Expected<PythonObject> &&obj) { in As() function in python
44 Expected<long long> python::As<long long>(Expected<PythonObject> &&obj) { in As() function in python
52 python::As<unsigned long long>(Expected<PythonObject> &&obj) { in As() function in python
59 Expected<std::string> python::As<std::string>(Expected<PythonObject> &&obj) { in As() function in python
/external/eigen/test/
Dsparse_product.cpp109 SparseMatrixType As(Ad.sparseView()), B(2,2); in sparse_product() local
/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()
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h250 R_BasicBlock reduceBasicBlock(BasicBlock &Orig, Container<R_SExpr> &As, in reduceBasicBlock()
255 R_SExpr reducePhi(Phi &Orig, Container<R_SExpr> &As) { in reducePhi()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c483 const GLfloat As = rgba[i][ACOMP]; in blend_general_float() local
/external/swiftshader/src/Reactor/
DReactor.hpp3251 RValue<T> As(Value *val) in As() function
3258 RValue<T> As(RValue<S> val) in As() function
3264 RValue<T> As(const LValue<S> &var) in As() function
3270 RValue<T> As(const Reference<S> &val) in As() function

12