Home
last modified time | relevance | path

Searched defs:nc (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp55 NonConst nc; member
61 NonConst nc; // makes implicit copy non-const member
/llvm-project/clang-tools-extra/test/clang-change-namespace/
H A Dmacro.cpp14 namespace na { namespace nc { class X{}; } } namespace
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp15.cpp8 void capture_by_ref(NonCopyable nc, NonCopyable &ncr) { in capture_by_ref()
H A Dp14.cpp16 void capture_by_copy(NonCopyable nc, NonCopyable &ncr, const NonConstCopy nco) { in capture_by_copy()
H A Dtemplates.cpp107 void double_capture(T &nc) { in double_capture()
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp34 NoCopy nc = NoCopy(); // expected-error {{call to deleted}} member in S
/llvm-project/llvm/test/tools/dsymutil/X86/
H A Dodr-uniquing.cpp79 N::C nc; in foo() local
/llvm-project/llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/
H A Dodr-uniquing.cpp55 N::C nc; in foo() local
/llvm-project/clang/test/SemaCXX/
H A Dmicrosoft-new-delete.cpp13 class noncopyable { noncopyable(const noncopyable&); } extern nc; // expected-note {{here}} variable
H A Dcxx1z-copy-omission.cpp11 Noncopyable nc; member
32 void take(Noncopyable nc) {} in take()
H A Dcopy-assignment.cpp71 C c, nc; in test() local
H A Dcxx0x-cursory-default-delete.cpp21 non_copiable nc; in fn1() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforward-declaration-namespace.cpp76 namespace nc { namespace
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dmake_shared.pass.cpp94 int nc = globalMemCounter.outstanding_new; in main() local
/llvm-project/libcxx/test/std/utilities/optional/optional.monadic/
H A Dtransform.pass.cpp192 std::optional<NoCopy> nc; in test() local
H A Dand_then.pass.cpp252 std::optional<NoCopy> nc; in test() local
/llvm-project/clang/test/CodeGen/
H A Ddebug-info-bitfield-0-struct.c119 …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 Dfrom_range.pass.cpp58 NonConstConversionOperator nc; in test() local
/llvm-project/polly/lib/External/isl/
H A Disl_mat.c728 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 DScheduleOptimizer.cpp465 for (int c = 0, nc = isl_schedule_node_n_children(Sequence.get()); c < nc; in isSimpleInnermostBand() local
/llvm-project/llvm/lib/Support/
H A Dregcomp.c1195 size_t nc; in allocset() local