Home
last modified time | relevance | path

Searched defs:cp (Results 1 – 25 of 67) sorted by relevance

123

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dprotoent.cpp14 for (char **cp = ptp->p_aliases; *cp != NULL; cp++) in test1() local
26 for (char **cp = ptp->p_aliases; *cp != NULL; cp++) in test2() local
38 for (char **cp = ptp->p_aliases; *cp != NULL; cp++) in test3() local
53 for (char **cp = ptp->p_aliases; *cp != NULL; cp++) in test4() local
65 for (char **cp = ptp->p_aliases; *cp != NULL; cp++) in test5() local
H A Dnetent.cpp16 for (char **cp = ntp->n_aliases; *cp != NULL; cp++) in test1() local
30 for (char **cp = ntp->n_aliases; *cp != NULL; cp++) in test2() local
44 for (char **cp = ntp->n_aliases; *cp != NULL; cp++) in test3() local
60 for (char **cp = ntp->n_aliases; *cp != NULL; cp++) in test4() local
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dremove_if.pass.cpp63 Predicate cp(g); in main() local
75 Predicate cp(g); in main() local
88 Predicate cp(g); in main() local
99 Predicate cp(g); in main() local
112 Predicate cp(g); in main() local
141 Predicate cp(g); in main() local
153 Predicate cp(g); in main() local
166 Predicate cp(g); in main() local
177 Predicate cp(g); in main() local
190 Predicate cp(g); in main() local
/llvm-project/flang/lib/Parser/
H A Dcharacters.cpp148 const char *cp, std::size_t bytes) { in DecodeRawCharacter()
158 const char *cp, std::size_t bytes) { in DecodeRawCharacter()
184 const char *cp, std::size_t bytes) { in DecodeEscapedCharacter()
214 const char *cp, std::size_t bytes) { in DecodeEscapedCharacters()
236 const char *cp, std::size_t bytes, bool backslashEscapes) { in DecodeCharacter()
272 DecodedCharacter DecodeCharacter(Encoding encoding, const char *cp, in DecodeCharacter()
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
H A Dexplicit_bool.pass.cpp50 U const& cp = p; in test_basic() local
56 const U& cp = p; in test_basic() local
H A Dget_deleter.pass.cpp45 const UPtr& cp = p; in test_basic() local
55 const UPtr& cp = p; in test_basic() local
H A Ddereference.verify.cpp21 const std::unique_ptr<int[]>& cp = p; in f() local
H A Dop_subscript.single.verify.cpp20 std::unique_ptr<int> const& cp = p; in main() local
H A Dop_arrow.verify.cpp23 std::unique_ptr<V[]> const& cp = p; in f() local
/llvm-project/libcxx/test/std/containers/sequences/list/list.ops/
H A Dremove_if.pass.cpp50 Predicate cp(g); in main() local
65 Predicate cp(even); in main() local
92 Predicate cp(g); in main() local
/llvm-project/clang/test/Sema/
H A Doverloadable-complex.c34 char *cp = promote_or_convert(fc); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
42 int *cp = promote_or_convert2(fc); in test_promote_or_convert2() local
49 char *cp = promote_or_convert3(sc); in test_promote_or_convert3() local
H A Dformat-strings-non-iso.c7 char *cp; in f() local
/llvm-project/flang/test/Semantics/
H A Dassign14.f904 character(:), pointer :: cp variable
/llvm-project/clang/test/CodeGen/
H A D2010-02-10-PointerName.c7 char *cp = &i; in foo() local
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dcast.c25 char *cp; in main() local
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.compile.pass.cpp106 char* cp = 0; variable
/llvm-project/clang/test/Parser/
H A Dpointer_promotion.c6 char *cp; in test() local
/llvm-project/libcxx/test/std/ranges/range.access/
H A Dbegin.sizezero.pass.cpp31 std::same_as<const A*> auto cp = std::ranges::cbegin(a); in main() local
H A Dend.sizezero.pass.cpp31 std::same_as<const A*> auto cp = std::ranges::cend(a); in main() local
/llvm-project/clang/test/SemaCXX/
H A Dcomplex-overload.cpp35 char *cp = promote_or_convert(fc); in test_promote_or_convert() local
43 int *cp = promote_or_convert2(fc); in test_promote_or_convert2() local
H A Dwindows-arm-valist.cpp14 char *cp; in check() local
/llvm-project/clang/test/CXX/expr/expr.cast/
H A Dp4.cpp8 void casting_away_constness(const B &b, const C &c, const B *bp, const C *cp) { in casting_away_constness()
/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
H A Dcstdio.pass.cpp89 char* cp = 0; in main() local
/llvm-project/clang/test/CodeGenSYCL/
H A Daddress-space-deduction.cpp98 char *cp = (char *)&var23; in test() local
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/
H A Dref_2.pass.cpp57 unary_counting_predicate<bool(*)(int), int> cp(is5); in main() local

123