/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCUnusedIVarsChecker.cpp | 89 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
|
/freebsd-src/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_pkt_elem_etmv4i.h | 445 inline void EtmV4ITrcPacket::setContextCID(const uint32_t CID) in setContextCID()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 1579 if (const auto *CID = PID->getClassInterface()) VisitObjCCategoryImplDecl() local 1592 if (const auto *CID = PID->getClassInterface()) VisitObjCCategoryDecl() local
|
H A D | Mangle.cpp | 370 OS << CID->getClassInterface()->getName(); in mangleObjCMethodName() local
|
H A D | DeclObjC.cpp | 2286 operator <<(raw_ostream & OS,const ObjCCategoryImplDecl & CID) operator <<() argument
|
H A D | Expr.cpp | 901 if (const ObjCCategoryImplDecl *CID = ComputeName() local
|
H A D | ASTContext.cpp | 7820 if (const auto *CID = dyn_cast<ObjCCategoryImplDecl>(Container)) { getObjCPropertyImplDeclForPropertyDecl() local
|
/freebsd-src/contrib/opencsd/decoder/source/etmv4/ |
H A D | trc_pkt_proc_etmv4i.cpp | 899 uint32_t CID = 0; in extractAndSetContextInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 743 if (auto CID = VPI.getConstrainedIntrinsicID()) expandPredication() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 587 VP_PROPERTY_CONSTRAINEDFP(HASRND,HASEXCEPT,CID) getConstrainedIntrinsicIDForVP() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A 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
|
H A D | RewriteModernObjC.cpp | 1336 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 D | efidevp.h | 140 UINT32 CID; member
|
/freebsd-src/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 239 UINT32 CID; member
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1007 static void Profile(llvm::FoldingSetNodeID &ID, uintptr_t CID) { in Profile() argument
|