Searched refs:basetype (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/
H A DShadow.py272 def pointer(basetype):
274 _basetype = basetype
277 def array(basetype, n):
279 _basetype = basetype
/external/tcpdump/
H A Dprint-snmp.c878 SmiBasetype basetype; member in struct:smi2be
937 static int smi_check_type(SmiBasetype basetype, int be) argument
941 for (i = 0; smi2betab[i].basetype != SMI_BASETYPE_UNKNOWN; i++) {
942 if (smi2betab[i].basetype == basetype && smi2betab[i].be == be) {
955 switch (smiType->basetype) {
1097 if (! smi_check_type(smiType->basetype, elem->type)) {
1115 if (smiType->basetype == SMI_BASETYPE_BITS) {
1140 if (smiType->basetype == SMI_BASETYPE_ENUM) {
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp40 // is a closer match to "basetype" than is "BaseType" but "base_type" does not
45 Derived() : basetype() {} // expected-error{{initializer 'basetype' does not name a non-static data member or base class; did you mean the base class 'BaseType'?}}
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DObjectHandling.c728 PyObject* basetype = __Pyx_PyObject_GetAttrStr(base, PYIDENT("__class__")); local
729 if (basetype) {
730 metatype = (PyType_Check(basetype)) ? ((PyTypeObject*) basetype) : NULL;
734 basetype = (PyObject*) metatype;
735 Py_INCREF(basetype);
742 Py_DECREF(basetype);
/external/clang/include/clang/Sema/
H A DSema.h4988 ParsedType basetype,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp1486 ParsedType basetype, SourceLocation BaseLoc,
1516 GetTypeFromParser(basetype, &TInfo);
1483 ActOnBaseSpecifier(Decl *classdecl, SourceRange SpecifierRange, ParsedAttributes &Attributes, bool Virtual, AccessSpecifier Access, ParsedType basetype, SourceLocation BaseLoc, SourceLocation EllipsisLoc) argument

Completed in 3759 milliseconds