HomeSort by relevance Sort by last modified time
    Searched defs:ncc (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CXX/special/class.copy/
p20.cpp 24 NonConstCopy ncc; member in struct:ImplicitNonConstCopy2
p9.cpp 24 NonConstCopy ncc; member in struct:ImplicitNonConstCopy2
  /external/chromium_org/third_party/re2/re2/testing/
charclass_test.cc 127 CharClassBuilder* ncc = cc->Copy(); local
128 ncc->Negate();
129 return ncc;
170 CharClass* ncc = Negate(cc); local
174 if (ShouldContain(t, j) == ncc->Contains(j)) {
176 Broke("ncc", NULL, ncc);
177 printf("want ncc contains(%d)!=%d, got %d\n",
178 j, ShouldContain(t, j), ncc->Contains(j));
179 Delete(ncc);
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp 24 non_const_copy ncc; local
25 non_const_copy ncc2 = ncc;
26 ncc = ncc2;
30 ncc = cncc; // expected-error {{no viable overloaded}}
  /external/regex-re2/re2/testing/
charclass_test.cc 127 CharClassBuilder* ncc = cc->Copy(); local
128 ncc->Negate();
129 return ncc;
170 CharClass* ncc = Negate(cc); local
174 if (ShouldContain(t, j) == ncc->Contains(j)) {
176 Broke("ncc", NULL, ncc);
177 printf("want ncc contains(%d)!=%d, got %d\n",
178 j, ShouldContain(t, j), ncc->Contains(j));
179 Delete(ncc);
    [all...]

Completed in 306 milliseconds