Searched refs:BaseRecord (Results 1 - 14 of 14) sorted by relevance

/external/icu4c/layout/
H A DMarkToBasePosnSubtables.h30 struct BaseRecord struct
38 BaseRecord baseRecordArray[ANY_NUMBER];
H A DMarkToBasePosnSubtables.cpp64 const BaseRecord *baseRecord = &baseArray->baseRecordArray[baseCoverage * mcCount];
/external/clang/lib/AST/
H A DCXXInheritance.cpp271 CXXRecordDecl *BaseRecord local
274 if (lookupInBases(Context, BaseRecord, BaseMatches, UserData)) {
376 void *BaseRecord) {
377 assert(((Decl *)BaseRecord)->getCanonicalDecl() == BaseRecord &&
380 ->getCanonicalDecl() == BaseRecord;
385 void *BaseRecord) {
386 assert(((Decl *)BaseRecord)->getCanonicalDecl() == BaseRecord &&
390 ->getCanonicalDecl() == BaseRecord;
374 FindBaseClass(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, void *BaseRecord) argument
383 FindVirtualBaseClass(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, void *BaseRecord) argument
396 RecordDecl *BaseRecord = local
413 RecordDecl *BaseRecord = local
432 RecordDecl *BaseRecord = local
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-gpos-private.h325 HB_UShort BaseCount; /* number of BaseRecord tables */
326 HB_BaseRecord* BaseRecord; /* array of BaseRecord tables */ member in struct:HB_BaseArray_
H A Dharfbuzz-gpos.c2039 ba->BaseRecord = NULL;
2041 if ( ALLOC_ARRAY( ba->BaseRecord, count, HB_BaseRecord ) )
2044 br = ba->BaseRecord;
2098 if ( ba->BaseRecord )
2100 br = ba->BaseRecord;
2299 br = &ba->BaseRecord[base_index];
H A Dharfbuzz-dump.c634 HB_BaseRecord *r = &markbase->BaseArray.BaseRecord[i];
635 DUMP1 ("<BaseRecord> <!-- %d -->\n", i);
638 DUMP ("<BaseRecord>\n");
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos-private.h325 HB_UShort BaseCount; /* number of BaseRecord tables */
326 HB_BaseRecord* BaseRecord; /* array of BaseRecord tables */ member in struct:HB_BaseArray_
H A Dharfbuzz-gpos.c2039 ba->BaseRecord = NULL;
2041 if ( ALLOC_ARRAY( ba->BaseRecord, count, HB_BaseRecord ) )
2044 br = ba->BaseRecord;
2098 if ( ba->BaseRecord )
2100 br = ba->BaseRecord;
2299 br = &ba->BaseRecord[base_index];
/external/clang/lib/Sema/
H A DSemaExprMember.cpp504 CXXRecordDecl *BaseRecord = local
506 if (!BaseRecord) {
528 if (BaseRecord->getCanonicalDecl() == MemberRecord ||
529 !BaseRecord->isProvablyNotDerivedFrom(MemberRecord))
H A DSemaLookup.cpp1342 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); local
1345 Path.Decls = BaseRecord->lookup(N);
H A DSemaDecl.cpp5259 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); local
5269 QualType T = Data->S->Context.getTypeDeclType(BaseRecord);
5275 for (Path.Decls = BaseRecord->lookup(Name);
H A DSemaDeclCXX.cpp5329 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); local
5339 for (Path.Decls = BaseRecord->lookup(Name);
H A DSemaOverload.cpp11227 const RecordType *BaseRecord = Base->getType()->getAs<RecordType>(); local
11234 LookupQualifiedName(R, BaseRecord->getDecl());
/external/clang/include/clang/AST/
H A DDeclCXX.h1425 CXXBasePath &Path, void *BaseRecord);
1437 CXXBasePath &Path, void *BaseRecord);

Completed in 767 milliseconds