Searched defs:Incomplete (Results 1 - 8 of 8) sorted by relevance

/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dassign_pair_cxx03.pass.cpp28 struct Incomplete;
29 extern Incomplete inc_obj;
41 typedef std::pair<int, Incomplete&> P;
48 struct Incomplete {}; struct
49 Incomplete inc_obj;
H A Dassign_pair.pass.cpp50 struct Incomplete;
51 extern Incomplete inc_obj;
93 using P = std::pair<int, Incomplete&>;
100 struct Incomplete {}; struct
101 Incomplete inc_obj;
/external/python/cpython2/Lib/ctypes/test/
H A Dtest_pep3118.py99 class Incomplete(Structure): class in inherits:Structure
168 (Incomplete, "B", None, Incomplete),
169 (POINTER(Incomplete), "&B", None, POINTER(Incomplete)),
/external/clang/test/Index/
H A Dprint-type-size.cpp83 namespace Incomplete { namespace
199 // CHECK64: StructDecl=As:[[@LINE+1]]:8 [type=Incomplete::As] [typekind=Record]
203 // CHECK64: ClassDecl=A:[[@LINE+1]]:7 [type=Incomplete::A] [typekind=Record]
/external/python/cpython2/Modules/
H A Dbinascii.c64 static PyObject *Incomplete; variable
592 PyErr_SetString(Incomplete,
773 PyErr_SetString(Incomplete, ""); \
804 /* Note Error, not Incomplete (which is at the end
1523 Incomplete = PyErr_NewException("binascii.Incomplete", NULL, NULL);
1524 PyDict_SetItemString(d, "Incomplete", Incomplete);
/external/clang/test/Analysis/
H A Ddtor.cpp504 namespace Incomplete { namespace
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc1294 reporter_->Incomplete(entry_->offset, entry_->kind);
2227 reporter_->Incomplete(entry->offset, entry->kind);
2231 void CallFrameInfo::Reporter::Incomplete(uint64 offset, function in class:CallFrameInfo::Reporter
/external/clang/lib/Sema/
H A DSemaType.cpp6789 // Incomplete array types may be completed by the initializer attached to
6954 bool Incomplete = T->isIncompleteType(&Def); local
6962 if (!Incomplete) {

Completed in 343 milliseconds