Home
last modified time | relevance | path

Searched defs:C (Results 8601 – 8625 of 173347) sorted by relevance

1...<<341342343344345346347348349350>>...6934

/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DDJB.cpp23 UTF32 C; in chopOneUTF32() local
38 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8()
52 static UTF32 foldCharDwarf(UTF32 C) { in foldCharDwarf()
62 UTF32 C = chopOneUTF32(Buffer); in caseFoldingDjbHashCharSlow() local
73 unsigned char C = Buffer.front(); in caseFoldingDjbHash() local
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/
H A Dswap.cc26 using C = char; typedef
36 operator==(const propagating_allocator<C, false>&, in operator ==()
43 operator!=(const propagating_allocator<C, false>&, in operator !=()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/
H A Dswap.cc26 using C = wchar_t; typedef
36 operator==(const propagating_allocator<C, false>&, in operator ==()
43 operator!=(const propagating_allocator<C, false>&, in operator !=()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DDJB.cpp23 UTF32 C; in chopOneUTF32() local
38 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8()
52 static UTF32 foldCharDwarf(UTF32 C) { in foldCharDwarf()
62 UTF32 C = chopOneUTF32(Buffer); in caseFoldingDjbHashCharSlow() local
73 unsigned char C = Buffer.front(); in caseFoldingDjbHash() local
/dports/math/glm/glm-0.9.9.8/glm/ext/
H A Dmatrix_common.inl6 GLM_FUNC_QUALIFIER mat<C, R, T, Q> mix(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y, U a)
12 …GLM_FUNC_QUALIFIER mat<C, R, T, Q> mix(mat<C, R, T, Q> const& x, mat<C, R, T, Q> const& y, mat<C, …
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testOrdering/pkg1/
H A DA.java38 public static class C { class in A
45 public C(UsedClass u, Object[] array){} in C() method in A.C
52 public C(UsedClass u, Collection collection){} in C() method in A.C
59 public C(UsedClass u, List list){} in C() method in A.C
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/libcxx/containers/associative/
H A Dnon_const_comparator.fail.cpp32 using C = std::set<int, BadCompare>; in main() typedef
36 using C = std::multiset<long, BadCompare>; in main() typedef
40 using C = std::map<int, int, BadCompare>; in main() typedef
44 using C = std::multimap<long, int, BadCompare>; in main() typedef
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/23_containers/list/cons/
H A D8.h23 struct C struct
25 C(int i) : i_(i) { } in C() function
27 int i_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/libcxx/containers/associative/
H A Dnon_const_comparator.fail.cpp32 using C = std::set<int, BadCompare>; in main() typedef
36 using C = std::multiset<long, BadCompare>; in main() typedef
40 using C = std::map<int, int, BadCompare>; in main() typedef
44 using C = std::multimap<long, int, BadCompare>; in main() typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/libcxx/containers/associative/
H A Dnon_const_comparator.verify.cpp33 using C = std::set<int, BadCompare>; in main() typedef
37 using C = std::multiset<long, BadCompare>; in main() typedef
41 using C = std::map<int, int, BadCompare>; in main() typedef
45 using C = std::multimap<long, int, BadCompare>; in main() typedef
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.copyconstructible/
H A D1.cc48 struct C struct
50 C(void* = nullptr) { } in C() argument
51 ~C() noexcept(false) { } in ~C() argument
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.defaultinitializable/
H A D1.cc48 struct C struct
50 C(void* = nullptr) { } in C() function
51 ~C() noexcept(false) { } in ~C() argument
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.moveconstructible/
H A D1.cc48 struct C struct
50 C(void* = nullptr) { } in C() argument
51 ~C() noexcept(false) { } in ~C() argument
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.constructible/
H A D1.cc71 struct C struct
73 C(void* = nullptr) { } in C() argument
74 ~C() noexcept(false) { } in ~C() argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.constructible/
H A D1.cc71 struct C struct
73 C(void* = nullptr) { } in C() function
74 ~C() noexcept(false) { } in ~C() argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.moveconstructible/
H A D1.cc48 struct C struct
50 C(void* = nullptr) { } in C() argument
51 ~C() noexcept(false) { } in ~C() argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.copyconstructible/
H A D1.cc48 struct C struct
50 C(void* = nullptr) { } in C() argument
51 ~C() noexcept(false) { } in ~C() argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.defaultinitializable/
H A D1.cc48 struct C struct
50 C(void* = nullptr) { } in C() argument
51 ~C() noexcept(false) { } in ~C() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/libcxx/containers/associative/
H A Dnon_const_comparator.verify.cpp33 using C = std::set<int, BadCompare>; in main() typedef
37 using C = std::multiset<long, BadCompare>; in main() typedef
41 using C = std::map<int, int, BadCompare>; in main() typedef
45 using C = std::multimap<long, int, BadCompare>; in main() typedef
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.constructible/
H A D1.cc71 struct C struct
73 C(void* = nullptr) { } in C() function
74 ~C() noexcept(false) { } in ~C() argument
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.moveconstructible/
H A D1.cc48 struct C struct
50 C(void* = nullptr) { } in C() argument
51 ~C() noexcept(false) { } in ~C() argument
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.defaultinitializable/
H A D1.cc48 struct C struct
50 C(void* = nullptr) { } in C() argument
51 ~C() noexcept(false) { } in ~C() argument
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.copyconstructible/
H A D1.cc48 struct C struct
50 C(void* = nullptr) { } in C() function
51 ~C() noexcept(false) { } in ~C() argument
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.constructible/
H A D1.cc71 struct C struct
73 C(void* = nullptr) { } in C() argument
74 ~C() noexcept(false) { } in ~C() argument
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.defaultinitializable/
H A D1.cc48 struct C struct
50 C(void* = nullptr) { } in C() function
51 ~C() noexcept(false) { } in ~C() argument

1...<<341342343344345346347348349350>>...6934