Searched refs:nc2 (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsvirt.c | 942 cmsNAMEDCOLORLIST *nc2 = NULL, *Original = NULL; in CreateNamedColorDevicelink() local 960 nc2 = cmsDupNamedColorList(Original); in CreateNamedColorDevicelink() 961 if (nc2 == NULL) goto Error; in CreateNamedColorDevicelink() 964 nc2 ->ColorantCount = cmsPipelineOutputChannels(v ->Lut); in CreateNamedColorDevicelink() 973 cmsDoTransform(xform, &i, nc2 ->List[i].DeviceColorant, 1); in CreateNamedColorDevicelink() 976 if (!cmsWriteTag(hICC, cmsSigNamedColor2Tag, (void*) nc2)) goto Error; in CreateNamedColorDevicelink() 977 cmsFreeNamedColorList(nc2); in CreateNamedColorDevicelink()
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p9.cpp | 25 constexpr C nc2 = C(); // expected-error {{cannot have non-literal type 'const C'}} variable
|
/external/clang/test/CXX/special/class.ctor/ |
D | p6-0x.cpp | 13 constexpr NonConstexpr2 nc2 = NonConstexpr2(); // ok, does not call constructor variable
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | templates.cpp | 110 T nc2(nc); in double_capture() local
|
/external/clang/test/SemaCXX/ |
D | cxx0x-cursory-default-delete.cpp | 22 non_copiable nc2 = nc; // expected-error {{deleted constructor}} in fn1() local
|
/external/python/cpython2/Lib/test/ |
D | test_bsddb.py | 263 nc2 = len(self.f._cursor_refs) 272 self.assertEqual(nc1, nc2)
|
/external/llvm/test/Transforms/FunctionAttrs/ |
D | nocapture.ll | 109 ; CHECK: define void @nc2(i32* nocapture %p, i32* %q) 110 define void @nc2(i32* %p, i32* %q) {
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-0x.cpp | 80 NonCopyable &&nc2 = xvalue<NonCopyable>(); in test_direct_binding()
|
/external/swiftshader/third_party/LLVM/test/Transforms/FunctionAttrs/ |
D | 2008-12-31-NoCapture.ll | 85 define void @nc2(i32* %p, i32* %q) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionAttrs/ |
D | nocapture.ll | 111 ; CHECK: define void @nc2(i32* nocapture %p, i32* %q) 112 define void @nc2(i32* %p, i32* %q) {
|