Home
last modified time | relevance | path

Searched defs:CID (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp89 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
/freebsd-src/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h445 inline void EtmV4ITrcPacket::setContextCID(const uint32_t CID) in setContextCID()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1579 if (const auto *CID = PID->getClassInterface()) VisitObjCCategoryImplDecl() local
1592 if (const auto *CID = PID->getClassInterface()) VisitObjCCategoryDecl() local
H A DMangle.cpp370 OS << CID->getClassInterface()->getName(); in mangleObjCMethodName() local
H A DDeclObjC.cpp2286 operator <<(raw_ostream & OS,const ObjCCategoryImplDecl & CID) operator <<() argument
H A DExpr.cpp901 if (const ObjCCategoryImplDecl *CID = ComputeName() local
H A DASTContext.cpp7820 if (const auto *CID = dyn_cast<ObjCCategoryImplDecl>(Container)) { getObjCPropertyImplDeclForPropertyDecl() local
/freebsd-src/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp899 uint32_t CID = 0; in extractAndSetContextInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp743 if (auto CID = VPI.getConstrainedIntrinsicID()) expandPredication() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp587 VP_PROPERTY_CONSTRAINEDFP(HASRND,HASEXCEPT,CID) getConstrainedIntrinsicIDForVP() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp769 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl()
1083 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local
1169 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
H A DRewriteModernObjC.cpp1336 assert((IMD || CID) && "Unknown implementation type"); in RewriteImplementationDecl() local
920 RewritePropertyImplDecl(ObjCPropertyImplDecl * PID,ObjCImplementationDecl * IMD,ObjCCategoryImplDecl * CID) RewritePropertyImplDecl() argument
1250 if (ObjCCategoryImplDecl *CID = RewriteObjCMethodDecl() local
[all...]
/freebsd-src/stand/efi/include/
H A Defidevp.h140 UINT32 CID; member
/freebsd-src/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h239 UINT32 CID; member
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1007 static void Profile(llvm::FoldingSetNodeID &ID, uintptr_t CID) { in Profile() argument