OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nc2
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p9.cpp
25
constexpr C
nc2
= C(); // expected-error {{cannot have non-literal type 'const C'}}
variable
/external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp
21
non_copiable
nc2
= nc; // expected-error {{deleted constructor}}
local
/external/clang/test/CXX/special/class.ctor/
p6-0x.cpp
13
constexpr NonConstexpr2
nc2
= NonConstexpr2(); // ok, does not call constructor
variable
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp
80
NonCopyable &&
nc2
= xvalue<NonCopyable>();
local
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsvirt.c
935
cmsNAMEDCOLORLIST *
nc2
= NULL, *Original = NULL;
local
953
nc2
= cmsDupNamedColorList(Original);
954
if (
nc2
== NULL) goto Error;
957
nc2
->ColorantCount = cmsPipelineOutputChannels(v ->Lut);
966
cmsDoTransform(xform, &i,
nc2
->List[i].DeviceColorant, 1);
969
if (!cmsWriteTag(hICC, cmsSigNamedColor2Tag, (void*)
nc2
)) goto Error;
970
cmsFreeNamedColorList(
nc2
);
[
all
...]
Completed in 92 milliseconds