Searched refs:nc2 (Results 1 – 7 of 7) sorted by relevance
25 constexpr C nc2 = C(); // expected-error {{cannot have non-literal type 'const C'}} variable
935 cmsNAMEDCOLORLIST *nc2 = NULL, *Original = NULL; in CreateNamedColorDevicelink() local953 nc2 = cmsDupNamedColorList(Original); in CreateNamedColorDevicelink()954 if (nc2 == NULL) goto Error; in CreateNamedColorDevicelink()957 nc2 ->ColorantCount = cmsPipelineOutputChannels(v ->Lut); in CreateNamedColorDevicelink()966 cmsDoTransform(xform, &i, nc2 ->List[i].DeviceColorant, 1); in CreateNamedColorDevicelink()969 if (!cmsWriteTag(hICC, cmsSigNamedColor2Tag, (void*) nc2)) goto Error; in CreateNamedColorDevicelink()970 cmsFreeNamedColorList(nc2); in CreateNamedColorDevicelink()
21 non_copiable nc2 = nc; // expected-error {{deleted constructor}} in fn1() local
13 constexpr NonConstexpr2 nc2 = NonConstexpr2(); // ok, does not call constructor variable
110 T nc2(nc); in double_capture() local
109 ; CHECK: define void @nc2(i32* nocapture %p, i32* %q)110 define void @nc2(i32* %p, i32* %q) {
80 NonCopyable &&nc2 = xvalue<NonCopyable>(); in test_direct_binding()