Home
last modified time | relevance | path

Searched +defs:l +defs:S (Results 1 – 25 of 120) sorted by relevance

12345

/external/clang/test/Parser/
Drecovery.cpp23 struct S { struct
25 S(); argument
29 8S::S() : a{ 5 }, b{ 6 }, c{ 2 } { // expected-error {{unqualified-id}} in S() function in S
33 int l = k // expected-error {{expected ';'}} variable
39 struct S { // expected-error {{missing '}' at end of definition of 'MissingBrace::S'}} struct
Dcxx-class.cpp12 struct S {}; struct in C
22 int l = 2; in m() local
196 struct S { struct
204 …~S::S() {} // expected-error {{'~' in destructor name should be after nested name specifier}} expe… in S() function in DtorErrors::S::~S
207 int I; // expected-note {{declared here}}
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
Diter_iter_iter_iter.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l, S expected) in test()
41 test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l) in test_exceptions()
970 typedef std::string S; in main() typedef
983 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S; in main() typedef
997 typedef std::string S; in main() typedef
1012 typedef std::string S; in main() typedef
1028 typedef std::string S; in main() typedef
/external/boringssl/src/crypto/fipsmodule/des/
Dinternal.h69 #define c2l(c, l) \ argument
77 #define l2c(l, c) \ argument
192 #define IP(l, r) \ argument
202 #define FP(l, r) \ argument
212 #define LOAD_DATA(ks, R, S, u, t, E0, E1) \ argument
218 #define D_ENCRYPT(ks, LL, R, S) \ argument
/external/clang/test/SemaCXX/
Dconstructor.cpp43 Length l() const { return *this; } in l() function
65 struct S { struct
75 A::S::S() {} in S() function in A::S
79 struct S {}; struct
81 A::S::S(int) {} in S() function in A::S
Dlambda-expressions.cpp144 auto l = [&]() { ++result; }; in PR12248() local
180 struct S : Ts { in local_class() struct
181 void f(Ts t) { in local_class()
185 Ts g() { return *this; }; in local_class()
241 auto l = [](void){}; in __anonda5ac6294102() variable
257 struct S {}; struct
274 L<int> l; variable
281 L l; variable
288 template<typename T> struct S { int a = 0; int b = a; }; argument
291 auto x = []{ struct S { int n, m = n; }; }; in __anonda5ac6294b02() argument
[all …]
Ddefault1.cpp19 struct S { } s; struct
43 int l () { in l() function
Ddecl-microsoft-call-conv.cpp46 struct S { struct
80 …__vectorcall S(); // expected-warning {{vectorcall calling convention ignored on constructor/destr… argument
227 struct S { struct
228 void f(T t) { in f()
240 struct S { struct
247 …s.f(p); // expected-note {{in instantiation of member function 'test8::S<void *>::f' requested her… in g()
262 auto l = [](int x) { return x * 2; }; in f() local
Datomic-type.cpp29 long l, _Atomic(long) al, A const *const *acc, in test_overloading()
57 struct S { struct
58 _Atomic union { int n; }; // expected-warning {{anonymous union cannot be '_Atomic'}}
Dconstant-expression-cxx11.cpp182 struct S { struct
183 static constexpr int k = 42;
184 static constexpr int f(int n) { return n * k + 2; } in f()
272 struct S { int x, y; } s; argument
434 struct S { struct
585 template<bool B, typename T> struct S : T { struct
586 int k;
587 void f() { in f()
657 struct S { struct
658 int a, b;
[all …]
/external/clang/test/PCH/
Dcxx11-user-defined-literals.cpp17 int *l = f(&k); variable
18 struct S {}; struct
/external/python/cpython3/Include/
Dpythonrun.h70 #define PyParser_SimpleParseString(S, B) \ argument
72 #define PyParser_SimpleParseFile(FP, S, B) \ argument
163 #define PyRun_String(str, s, g, l) PyRun_StringFlags(str, s, g, l, NULL) argument
174 #define PyRun_File(fp, p, s, g, l) \ argument
176 #define PyRun_FileEx(fp, p, s, g, l, c) \ argument
178 #define PyRun_FileFlags(fp, p, s, g, l, flags) \ argument
/external/clang/test/CXX/drs/
Ddr17xx.cpp16 class S { class
36 struct S { struct
37 template <class T> S(T t) { in S() argument
42 L l(value); // expected-note {{instantiation of}} in S() local
/external/python/cpython2/Include/
Dpythonrun.h49 #define PyParser_SimpleParseString(S, B) \ argument
51 #define PyParser_SimpleParseFile(FP, S, B) \ argument
84 #define PyRun_String(str, s, g, l) PyRun_StringFlags(str, s, g, l, NULL) argument
95 #define PyRun_File(fp, p, s, g, l) \ argument
97 #define PyRun_FileEx(fp, p, s, g, l, c) \ argument
99 #define PyRun_FileFlags(fp, p, s, g, l, flags) \ argument
/external/clang/test/Sema/
Dpragma-ms_struct.c27 struct S { struct
28 …ute__((ms_struct)) d; // expected-warning {{'ms_struct' attribute only applies to struct or union}}
29 unsigned long bf_1 : 12;
30 unsigned long : 0;
31 unsigned long bf_2 : 12;
47 int l; member
/external/clang/lib/Sema/
DSemaStmtAttr.cpp26 static Attr *handleFallThroughAttr(Sema &S, Stmt *St, const AttributeList &A, in handleFallThroughAttr()
56 static Attr *handleLoopHintAttr(Sema &S, Stmt *St, const AttributeList &A, in handleLoopHintAttr()
143 CheckForIncompatibleAttributes(Sema &S, in CheckForIncompatibleAttributes()
226 static Attr *handleOpenCLUnrollHint(Sema &S, Stmt *St, const AttributeList &A, in handleOpenCLUnrollHint()
272 static Attr *ProcessStmtAttribute(Sema &S, Stmt *St, const AttributeList &A, in ProcessStmtAttribute()
295 StmtResult Sema::ProcessStmtAttributes(Stmt *S, AttributeList *AttrList, in ProcessStmtAttributes()
298 for (const AttributeList* l = AttrList; l; l = l->getNext()) { in ProcessStmtAttributes() local
/external/clang/test/SemaTemplate/
Dconstexpr-instantiate.cpp19 constexpr int l = consume(0); variable
48 template<int n> struct S { }; struct
62 template<typename T> struct S { static const int k; }; argument
71 template<typename T> struct S { struct
72 static volatile int &r;
95 template<typename T> struct S { struct
96 S() : n(0) {} in S() argument
97 S(const S&) : n(T::error) {} in S() function
98 int n;
104 template<typename T> struct S { struct
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DDereferenceChecker.cpp91 static const Expr *getDereferenceExpr(const Stmt *S, bool IsBind=false){ in getDereferenceExpr()
114 void DereferenceChecker::reportBug(ProgramStateRef State, const Stmt *S, in reportBug()
189 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
242 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind()
/external/clang/test/Analysis/
Dptr-arith.cpp34 long l; in checkBitCasts() local
63 struct S { struct
68 S s; in arrayInStruct() argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DPKCS5S2ParametersGenerator.java46 byte[] S, in F()
83 int l = (dkLen + hLen - 1) / hLen; in generateDerivedKey() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/generators/
DPKCS5S2ParametersGenerator.java48 byte[] S, in F()
85 int l = (dkLen + hLen - 1) / hLen; in generateDerivedKey() local
/external/clang/test/CodeGenCXX/
Danonymous-union-member-initializer.cpp5 struct S { struct
6 char c2;
7 union {
31 union { long l; }; member
145 struct S { struct
148 S() : x(42), y(55) {} in S() argument
149 union {
Dmangle-lambdas.cpp15 int l = [=] (int x) -> int { return x + i; }(n); in inline_func() local
29 struct S { struct
36 void S::g(int i = []{return 1;}(), in __anon58c762dc0902() argument
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp4.cpp24 struct S { struct
25 constexpr S(int, N::C) {} in S() function
26 …constexpr S(int, NonLiteral, N::C) {} // expected-error {{constexpr constructor's 2nd parameter ty… in S() argument
27 …constexpr S(int, NonLiteral = 42) {} // expected-error {{constexpr constructor's 2nd parameter typ… in S() function
194 Literal l; member
206 Literal l; member
223 Literal l; member
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp67 struct S { struct
87 struct S { struct
88 int n : T(4).r; // ok
104 struct S { struct
105 … int k : RecurseForever(0); // expected-error {{constant expression}} expected-note {{in call to}}
106 …int l : AlsoRecurseForever(0).n; // expected-error {{constant expression}} expected-note {{in call… member
120 struct S { struct
121 constexpr S *operator&() const { return nullptr; } in operator &()
174 struct S { struct
175 int m;
[all …]

12345