/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
H A D | p2.cpp | 55 NonConst nc; member 61 NonConst nc; // makes implicit copy non-const member
|
/llvm-project/clang-tools-extra/test/clang-change-namespace/ |
H A D | macro.cpp | 14 namespace na { namespace nc { class X{}; } } namespace
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p15.cpp | 8 void capture_by_ref(NonCopyable nc, NonCopyable &ncr) { in capture_by_ref()
|
H A D | p14.cpp | 16 void capture_by_copy(NonCopyable nc, NonCopyable &ncr, const NonConstCopy nco) { in capture_by_copy()
|
H A D | templates.cpp | 107 void double_capture(T &nc) { in double_capture()
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/ |
H A D | p14-0x.cpp | 34 NoCopy nc = NoCopy(); // expected-error {{call to deleted}} member in S
|
/llvm-project/llvm/test/tools/dsymutil/X86/ |
H A D | odr-uniquing.cpp | 79 N::C nc; in foo() local
|
/llvm-project/llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/ |
H A D | odr-uniquing.cpp | 55 N::C nc; in foo() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | microsoft-new-delete.cpp | 13 class noncopyable { noncopyable(const noncopyable&); } extern nc; // expected-note {{here}} variable
|
H A D | cxx1z-copy-omission.cpp | 11 Noncopyable nc; member 32 void take(Noncopyable nc) {} in take()
|
H A D | copy-assignment.cpp | 71 C c, nc; in test() local
|
H A D | cxx0x-cursory-default-delete.cpp | 21 non_copiable nc; in fn1() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | forward-declaration-namespace.cpp | 76 namespace nc { namespace
|
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | make_shared.pass.cpp | 94 int nc = globalMemCounter.outstanding_new; in main() local
|
/llvm-project/libcxx/test/std/utilities/optional/optional.monadic/ |
H A D | transform.pass.cpp | 192 std::optional<NoCopy> nc; in test() local
|
H A D | and_then.pass.cpp | 252 std::optional<NoCopy> nc; in test() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | debug-info-bitfield-0-struct.c | 119 …icate sd, struct Last l, struct Several ss, struct None_A na, struct None_B nb, struct None_C nc) { in foo()
|
/llvm-project/libcxx/test/std/strings/string.view/string.view.cons/ |
H A D | from_range.pass.cpp | 58 NonConstConversionOperator nc; in test() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_mat.c | 728 isl_size nr, nc; in eliminate() local 765 isl_size nr, nc; in isl_mat_reverse_gauss() local 804 isl_size nr, nc; in isl_mat_lexnonneg_rows() local
|
/llvm-project/polly/lib/Transform/ |
H A D | ScheduleOptimizer.cpp | 465 for (int c = 0, nc = isl_schedule_node_n_children(Sequence.get()); c < nc; in isSimpleInnermostBand() local
|
/llvm-project/llvm/lib/Support/ |
H A D | regcomp.c | 1195 size_t nc; in allocset() local
|