/external/llvm-project/clang-tools-extra/clang-tidy/objc/ |
D | DeallocInCategoryCheck.cpp | 34 const auto *CID = Result.Nodes.getNodeAs<ObjCCategoryImplDecl>("impl"); in check() local
|
/external/freetype/include/freetype/internal/services/ |
D | svcid.h | 43 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 49 uint16_t CID = pFont->AsCIDFont()->CIDFromCharCode(pInfo->m_CharCode); in GetItemInfo() local 244 uint16_t CID = pCIDFont->CIDFromCharCode(charcode); in GetCharWidth() local 296 uint16_t CID = pCIDFont->CIDFromCharCode(charcode); in CalcPositionData() local
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_charposlist.cpp | 112 uint16_t CID = pCIDFont->CIDFromCharCode(CharCode); in CPDF_CharPosList() local
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cidfont.cpp | 204 bool IsMetricForCID(const uint32_t* pEntry, uint16_t CID) { in IsMetricForCID() 292 uint32_t CID = 0; in CharCodeFromUnicode() local 479 uint16_t CID = CIDFromCharCode(charcode); in GetCharBBox() local 525 void CPDF_CIDFont::GetVertOrigin(uint16_t CID, short& vx, short& vy) const { in GetVertOrigin()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCUnusedIVarsChecker.cpp | 91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCUnusedIVarsChecker.cpp | 90 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | lexer.py | 17 CID = "CID" variable in Lexer
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 263 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD)) in mangleObjCMethodNameWithoutSize() local
|
D | DeclObjC.cpp | 2077 const ObjCCategoryImplDecl &CID) { in operator <<()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolCollector.cpp | 287 if (const auto *CID = IID->getClassInterface()) in handleDeclOccurrence() local 294 if (const auto *CID = dyn_cast<ObjCCategoryImplDecl>(D)) { in handleDeclOccurrence() local
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | Clustering.cpp | 280 for (const ClusterId &CID : ClusterIDs) { in stabilize() local
|
D | Analysis.cpp | 74 const InstructionBenchmarkClustering::ClusterId &CID) { in writeClusterId()
|
/external/OpenCSD/decoder/include/opencsd/etmv4/ |
D | trc_pkt_elem_etmv4i.h | 439 inline void EtmV4ITrcPacket::setContextCID(const uint32_t CID) in setContextCID()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclPrinter.cpp | 1389 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryImplDecl() local 1402 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryDecl() local
|
D | Mangle.cpp | 348 if (const auto *CID = MD->getCategory()) { in mangleObjCMethodName() local
|
D | DeclObjC.cpp | 2194 const ObjCCategoryImplDecl &CID) { in operator <<()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FindTarget.cpp | 402 if (const auto *CID = IID->getClassInterface()) in add() local 406 } else if (const ObjCCategoryImplDecl *CID = in add() local
|
/external/OpenCSD/decoder/source/etmv4/ |
D | trc_pkt_proc_etmv4i.cpp | 890 uint32_t CID = 0; in extractAndSetContextInfo() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 768 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() 1079 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local 1165 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
|
D | RewriteModernObjC.cpp | 917 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() 1247 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local 1333 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 769 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() 1083 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local 1169 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
|
D | RewriteModernObjC.cpp | 919 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() 1249 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local 1335 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_pt_win32.h | 350 USHORT CID; // Command Identifier (CID) member
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 498 static void Profile(llvm::FoldingSetNodeID &ID, uintptr_t CID) { in Profile()
|