HomeSort by: relevance | last modified time | path
    Searched refs:DInfo (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 543 DeclInfo &DInfo,
552 getEntityInfo(D, DInfo.EntInfo, SA);
553 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
563 DInfo.entityInfo = &DInfo.EntInfo;
564 DInfo.cursor = Cursor;
565 DInfo.loc = getIndexLoc(Loc);
566 DInfo.isImplicit = D->isImplicit();
568 DInfo.attributes = DInfo.EntInfo.attributes
    [all...]
Indexing.cpp 725 clang_index_getObjCContainerDeclInfo(const CXIdxDeclInfo *DInfo) {
726 if (!DInfo)
729 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
738 clang_index_getObjCInterfaceDeclInfo(const CXIdxDeclInfo *DInfo) {
739 if (!DInfo)
742 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
751 clang_index_getObjCCategoryDeclInfo(const CXIdxDeclInfo *DInfo){
752 if (!DInfo)
755 const DeclInfo *DI = static_cast<const DeclInfo *>(DInfo);
764 clang_index_getObjCProtocolRefListInfo(const CXIdxDeclInfo *DInfo) {
    [all...]
CXIndexDataConsumer.h 446 DeclInfo &DInfo,
  /src/external/bsd/zstd/dist/lib/common/
fse.h 537 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
538 return DInfo.symbol;
543 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
544 U32 const nbBits = DInfo.nbBits;
546 DStatePtr->state = DInfo.newState + lowBits;
551 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
552 U32 const nbBits = DInfo.nbBits;
553 BYTE const symbol = DInfo.symbol;
556 DStatePtr->state = DInfo.newState + lowBits;
564 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]
    [all...]
  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
internal.h 114 } DInfo;
197 DInfo dirUsrInfo; /* Finder information */
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 577 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ local
591 dinfo[s].newState = 0;
592 dinfo[s].symbol = (BYTE)s;
593 dinfo[s].nbBits = (BYTE)nbBits;
742 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
743 const U32 nbBits = DInfo.nbBits;
744 BYTE symbol = DInfo.symbol;
747 DStatePtr->state = DInfo.newState + lowBits;
753 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
754 const U32 nbBits = DInfo.nbBits
    [all...]
zstd_v06.c 1063 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state];
1064 return DInfo.symbol;
1069 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state];
1070 U32 const nbBits = DInfo.nbBits;
1072 DStatePtr->state = DInfo.newState + lowBits;
1077 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state];
1078 U32 const nbBits = DInfo.nbBits;
1079 BYTE const symbol = DInfo.symbol;
1082 DStatePtr->state = DInfo.newState + lowBits;
1090 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]
1490 FSEv06_decode_t* const dinfo = (FSEv06_decode_t*)dPtr; local
    [all...]
zstd_v07.c 828 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state];
829 return DInfo.symbol;
834 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state];
835 U32 const nbBits = DInfo.nbBits;
837 DStatePtr->state = DInfo.newState + lowBits;
842 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state];
843 U32 const nbBits = DInfo.nbBits;
844 BYTE const symbol = DInfo.symbol;
847 DStatePtr->state = DInfo.newState + lowBits;
855 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]
1511 FSEv07_decode_t* const dinfo = (FSEv07_decode_t*)dPtr; local
    [all...]
zstd_v03.c 662 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
663 const U32 nbBits = DInfo.nbBits;
664 BYTE symbol = DInfo.symbol;
667 DStatePtr->state = DInfo.newState + lowBits;
673 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
674 const U32 nbBits = DInfo.nbBits;
675 BYTE symbol = DInfo.symbol;
678 DStatePtr->state = DInfo.newState + lowBits;
1254 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; local
1268 dinfo[s].newState = 0
    [all...]
zstd_v05.c 961 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state];
962 return DInfo.symbol;
967 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state];
968 const U32 nbBits = DInfo.nbBits;
969 BYTE symbol = DInfo.symbol;
972 DStatePtr->state = DInfo.newState + lowBits;
978 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state];
979 const U32 nbBits = DInfo.nbBits;
980 BYTE symbol = DInfo.symbol;
983 DStatePtr->state = DInfo.newState + lowBits
1351 FSEv05_decode_t* const dinfo = (FSEv05_decode_t*)dPtr; local
    [all...]
zstd_v02.c 661 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
662 const U32 nbBits = DInfo.nbBits;
663 BYTE symbol = DInfo.symbol;
666 DStatePtr->state = DInfo.newState + lowBits;
672 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
673 const U32 nbBits = DInfo.nbBits;
674 BYTE symbol = DInfo.symbol;
677 DStatePtr->state = DInfo.newState + lowBits;
1254 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ local
1268 dinfo[s].newState = 0
    [all...]
zstd_v04.c 841 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
842 const U32 nbBits = DInfo.nbBits;
843 BYTE symbol = DInfo.symbol;
846 DStatePtr->state = DInfo.newState + lowBits;
852 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
853 const U32 nbBits = DInfo.nbBits;
854 BYTE symbol = DInfo.symbol;
857 DStatePtr->state = DInfo.newState + lowBits;
1239 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; local
1253 dinfo[s].newState = 0
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Diagnostic.cpp 597 static void HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo,
615 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr);
738 static void HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo,
755 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 7583 FileDeclsInfo &DInfo = I->second;
7584 if (DInfo.Decls.empty())
7591 DeclIDComp DIDComp(*this, *DInfo.Mod);
7593 llvm::lower_bound(DInfo.Decls, BeginLoc, DIDComp);
7594 if (BeginIt != DInfo.Decls.begin())
7600 while (BeginIt != DInfo.Decls.begin() &&
7601 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt))
7606 llvm::upper_bound(DInfo.Decls, EndLoc, DIDComp);
7607 if (EndIt != DInfo.Decls.end())
7612 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt)))
    [all...]

Completed in 50 milliseconds