Home
last modified time | relevance | path

Searched +defs:f +defs:gg +defs:s +defs:get (Results 1 – 25 of 68) sorted by relevance

123

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp185 } s; variable
272 struct S { int x, y; } s; variable
741 constexpr bool CheckS(const S &s) { in CheckS()
940 constexpr int f(const S &s) { in f() function
1214 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1267 constexpr S s = {x()}; variable
1310 constexpr S s = { 0.5 }; variable
1341 int gg(int c) { return g<4>(c); } in gg() function
1703 constexpr T get(T (&a)[S], size_t k) { in get() function
1894 constexpr int &get(int &&n) { return n; } in get() function
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp185 } s; variable
272 struct S { int x, y; } s; variable
741 constexpr bool CheckS(const S &s) { in CheckS()
940 constexpr int f(const S &s) { in f() function
1214 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1267 constexpr S s = {x()}; variable
1310 constexpr S s = { 0.5 }; variable
1341 int gg(int c) { return g<4>(c); } in gg() function
1703 constexpr T get(T (&a)[S], size_t k) { in get() function
1894 constexpr int &get(int &&n) { return n; } in get() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
780 constexpr bool CheckS(const S &s) { in CheckS()
979 constexpr int f(const S &s) { in f() function
1258 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1352 constexpr S s = { 0.5 }; variable
1383 int gg(int c) { return g<4>(c); } in gg() function
1745 constexpr T get(T (&a)[S], size_t k) { in get() function
1933 constexpr int &get(int &&n) { return n; } in get() function
[all …]
H A Duninitialized.cpp44 int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initia… variable
78 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
112 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
132 int f; // expected-note {{initialize the variable 'f' to silence this warning}} in test_comma() local
217 int get() const { return num; } in get() function in A
672 F* f; member
709 int gg = g; // Silence unneeded warning variable
723 …static int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its ow… variable
887 void f() { in f() function
1072 int get() { return x; } in get() function
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
958 constexpr int f(const S &s) { in f() function
1237 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1290 constexpr S s = {x()}; variable
1333 constexpr S s = { 0.5 }; variable
1364 int gg(int c) { return g<4>(c); } in gg() function
1726 constexpr T get(T (&a)[S], size_t k) { in get() function
1909 constexpr int &get(int &&n) { return n; } in get() function
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp188 } s; variable
208 S s; member
294 struct S { int x, y; } s; variable
784 constexpr bool CheckS(const S &s) { in CheckS()
983 constexpr int f(const S &s) { in f() function
1262 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1356 constexpr S s = { 0.5 }; variable
1387 int gg(int c) { return g<4>(c); } in gg() function
1749 constexpr T get(T (&a)[S], size_t k) { in get() function
1940 constexpr int &get(int &&n) { return n; } in get() function
[all …]
H A Duninitialized.cpp44 int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initia… variable
78 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
112 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
132 int f; // expected-note {{initialize the variable 'f' to silence this warning}} in test_comma() local
217 int get() const { return num; } in get() function in A
672 F* f; member
709 int gg = g; // Silence unneeded warning variable
723 …static int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its ow… variable
887 void f() { in f() function
1072 int get() { return x; } in get() function
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
780 constexpr bool CheckS(const S &s) { in CheckS()
979 constexpr int f(const S &s) { in f() function
1258 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1352 constexpr S s = { 0.5 }; variable
1383 int gg(int c) { return g<4>(c); } in gg() function
1745 constexpr T get(T (&a)[S], size_t k) { in get() function
1932 constexpr int &get(int &&n) { return n; } in get() function
[all …]
H A Duninitialized.cpp44 int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initia… variable
78 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
112 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
132 int f; // expected-note {{initialize the variable 'f' to silence this warning}} in test_comma() local
217 int get() const { return num; } in get() function in A
672 F* f; member
709 int gg = g; // Silence unneeded warning variable
723 …static int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its ow… variable
887 void f() { in f() function
1072 int get() { return x; } in get() function
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
767 constexpr bool CheckS(const S &s) { in CheckS()
966 constexpr int f(const S &s) { in f() function
1245 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1339 constexpr S s = { 0.5 }; variable
1370 int gg(int c) { return g<4>(c); } in gg() function
1732 constexpr T get(T (&a)[S], size_t k) { in get() function
1915 constexpr int &get(int &&n) { return n; } in get() function
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
958 constexpr int f(const S &s) { in f() function
1232 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1285 constexpr S s = {x()}; variable
1328 constexpr S s = { 0.5 }; variable
1359 int gg(int c) { return g<4>(c); } in gg() function
1721 constexpr T get(T (&a)[S], size_t k) { in get() function
1903 constexpr int &get(int &&n) { return n; } in get() function
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
767 constexpr bool CheckS(const S &s) { in CheckS()
966 constexpr int f(const S &s) { in f() function
1245 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1339 constexpr S s = { 0.5 }; variable
1370 int gg(int c) { return g<4>(c); } in gg() function
1732 constexpr T get(T (&a)[S], size_t k) { in get() function
1915 constexpr int &get(int &&n) { return n; } in get() function
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
958 constexpr int f(const S &s) { in f() function
1237 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1290 constexpr S s = {x()}; variable
1333 constexpr S s = { 0.5 }; variable
1364 int gg(int c) { return g<4>(c); } in gg() function
1726 constexpr T get(T (&a)[S], size_t k) { in get() function
1909 constexpr int &get(int &&n) { return n; } in get() function
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp188 } s; variable
208 S s; member
294 struct S { int x, y; } s; variable
784 constexpr bool CheckS(const S &s) { in CheckS()
983 constexpr int f(const S &s) { in f() function
1262 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1356 constexpr S s = { 0.5 }; variable
1387 int gg(int c) { return g<4>(c); } in gg() function
1749 constexpr T get(T (&a)[S], size_t k) { in get() function
1940 constexpr int &get(int &&n) { return n; } in get() function
[all …]
H A Duninitialized.cpp44 int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initia… variable
78 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
112 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
132 int f; // expected-note {{initialize the variable 'f' to silence this warning}} in test_comma() local
217 int get() const { return num; } in get() function in A
672 F* f; member
709 int gg = g; // Silence unneeded warning variable
723 …static int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its ow… variable
887 void f() { in f() function
1072 int get() { return x; } in get() function
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp188 } s; variable
208 S s; member
294 struct S { int x, y; } s; variable
784 constexpr bool CheckS(const S &s) { in CheckS()
983 constexpr int f(const S &s) { in f() function
1262 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1356 constexpr S s = { 0.5 }; variable
1387 int gg(int c) { return g<4>(c); } in gg() function
1749 constexpr T get(T (&a)[S], size_t k) { in get() function
1940 constexpr int &get(int &&n) { return n; } in get() function
[all …]
H A Duninitialized.cpp44 int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initia… variable
78 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
112 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
132 int f; // expected-note {{initialize the variable 'f' to silence this warning}} in test_comma() local
217 int get() const { return num; } in get() function in A
672 F* f; member
709 int gg = g; // Silence unneeded warning variable
723 …static int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its ow… variable
887 void f() { in f() function
1072 int get() { return x; } in get() function
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp188 } s; variable
208 S s; member
294 struct S { int x, y; } s; variable
784 constexpr bool CheckS(const S &s) { in CheckS()
983 constexpr int f(const S &s) { in f() function
1262 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1356 constexpr S s = { 0.5 }; variable
1387 int gg(int c) { return g<4>(c); } in gg() function
1749 constexpr T get(T (&a)[S], size_t k) { in get() function
1940 constexpr int &get(int &&n) { return n; } in get() function
[all …]
H A Duninitialized.cpp44 int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initia… variable
78 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
112 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
132 int f; // expected-note {{initialize the variable 'f' to silence this warning}} in test_comma() local
217 int get() const { return num; } in get() function in A
672 F* f; member
709 int gg = g; // Silence unneeded warning variable
723 …static int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its ow… variable
887 void f() { in f() function
1072 int get() { return x; } in get() function
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp185 } s; variable
205 S s; member
291 struct S { int x, y; } s; variable
780 constexpr bool CheckS(const S &s) { in CheckS()
979 constexpr int f(const S &s) { in f() function
1258 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1352 constexpr S s = { 0.5 }; variable
1383 int gg(int c) { return g<4>(c); } in gg() function
1745 constexpr T get(T (&a)[S], size_t k) { in get() function
1932 constexpr int &get(int &&n) { return n; } in get() function
[all …]
H A Duninitialized.cpp44 int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initia… variable
78 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
112 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
132 int f; // expected-note {{initialize the variable 'f' to silence this warning}} in test_comma() local
217 int get() const { return num; } in get() function in A
672 F* f; member
709 int gg = g; // Silence unneeded warning variable
723 …static int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its ow… variable
887 void f() { in f() function
1072 int get() { return x; } in get() function
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp188 } s; variable
208 S s; member
294 struct S { int x, y; } s; variable
784 constexpr bool CheckS(const S &s) { in CheckS()
983 constexpr int f(const S &s) { in f() function
1262 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1356 constexpr S s = { 0.5 }; variable
1387 int gg(int c) { return g<4>(c); } in gg() function
1749 constexpr T get(T (&a)[S], size_t k) { in get() function
1940 constexpr int &get(int &&n) { return n; } in get() function
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp188 } s; variable
208 S s; member
294 struct S { int x, y; } s; variable
784 constexpr bool CheckS(const S &s) { in CheckS()
983 constexpr int f(const S &s) { in f() function
1262 constexpr int get(bool FromA) { return FromA ? A().get() : 1; } in get() function
1356 constexpr S s = { 0.5 }; variable
1387 int gg(int c) { return g<4>(c); } in gg() function
1749 constexpr T get(T (&a)[S], size_t k) { in get() function
1940 constexpr int &get(int &&n) { return n; } in get() function
[all …]
H A Duninitialized.cpp44 int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initia… variable
78 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
112 …int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its own initi… in test_stuff() local
132 int f; // expected-note {{initialize the variable 'f' to silence this warning}} in test_comma() local
217 int get() const { return num; } in get() function in A
672 F* f; member
709 int gg = g; // Silence unneeded warning variable
723 …static int s = r ?: s; // expected-warning {{variable 's' is uninitialized when used within its ow… variable
887 void f() { in f() function
1072 int get() { return x; } in get() function
[all …]
/dports/www/searx/searx-1.0.0/searx/data/
H A Dexternal_bangs.json310 "f": { object
1581 "f": { object
2533 "gg": "http://www.chegg.com/search/\u0002\u000156", string
2573 "gg": "http://champion.gg/champion/\u0002\u00010", string
2596 "gg": "http://champion.gg/champion/\u0002\u00010" string
3804 "f": { object
5229 "f": { object
10872 … "get": "http://nuget.org/packages?q=\u0002&sortOrder=package-download-count\u0001172", string
12909 "get": "http://www.roget.org/scripts/qq.php?seekword=\u0002\u00013", string
14947 "get": { object
[all …]

123