Home
last modified time | relevance | path

Searched refs:Cls (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutids.c521 ACPI_PNP_DEVICE_ID *Cls; in AcpiUtExecute_CLS() local
561 Cls = ACPI_ALLOCATE_ZEROED ( in AcpiUtExecute_CLS()
563 if (!Cls) in AcpiUtExecute_CLS()
571 Cls->String = ACPI_ADD_PTR (char, Cls, sizeof (ACPI_PNP_DEVICE_ID)); in AcpiUtExecute_CLS()
575 AcpiExPciClsToString (Cls->String, ClassCode); in AcpiUtExecute_CLS()
576 Cls->Length = Length; in AcpiUtExecute_CLS()
577 *ReturnId = Cls; in AcpiUtExecute_CLS()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCombinerUtils.h35 inline Record *getDefOfSubClass(const Init &N, StringRef Cls) { in getDefOfSubClass() argument
37 if (OpI->getDef()->isSubClassOf(Cls)) in getDefOfSubClass()
61 StringRef Cls) { in getDagWithOperatorOfSubClass() argument
64 if (OpI->getDef()->isSubClassOf(Cls)) in getDagWithOperatorOfSubClass()
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c404 ACPI_PNP_DEVICE_ID *Cls = NULL; in AcpiGetObjectInfo() local
495 Status = AcpiUtExecute_CLS (Node, &Cls); in AcpiGetObjectInfo()
498 InfoSize += Cls->Length; in AcpiGetObjectInfo()
612 if (Cls) in AcpiGetObjectInfo()
615 Cls, NextIdString); in AcpiGetObjectInfo()
643 if (Cls) in AcpiGetObjectInfo()
645 ACPI_FREE (Cls); in AcpiGetObjectInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h561 void addClassMethSummary(const char* Cls, const char* name,
563 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
569 void addInstMethSummary(const char* Cls, const char* nullaryName,
571 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
584 void addInstMethSummary(const char *Cls, const RetainSummary *Summ,
586 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, Kws...);
590 void addClsMethSummary(const char *Cls, const RetainSummary *Summ,
592 addMethodSummary(&Ctx.Idents.get(Cls), ObjCClassMethodSummaries, Summ,
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DUSRGeneration.h35 void generateUSRForObjCClass(StringRef Cls, raw_ostream &OS,
40 void generateUSRForObjCCategory(StringRef Cls, StringRef Cat, raw_ostream &OS,
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1134 void clang::index::generateUSRForObjCClass(StringRef Cls, raw_ostream &OS, in generateUSRForObjCClass() argument
1139 OS << "objc(cs)" << Cls; in generateUSRForObjCClass()
1142 void clang::index::generateUSRForObjCCategory(StringRef Cls, StringRef Cat, in generateUSRForObjCCategory() argument
1147 OS << "objc(cy)" << Cls << '@' << Cat; in generateUSRForObjCCategory()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp450 IdentifierInfo *Cls = nullptr; in getNSArrayObjects() local
451 if (!checkForLiteralCreation(Msg, Cls, NS.getASTContext().getLangOpts())) in getNSArrayObjects()
454 if (Cls != NS.getNSClassId(NSAPI::ClassId_NSArray)) in getNSArrayObjects()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2643 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in RewriteObjCBoxedExpr() local
2645 MsgExprs.push_back(Cls); in RewriteObjCBoxedExpr()
2766 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in RewriteObjCArrayLiteralExpr() local
2768 MsgExprs.push_back(Cls); in RewriteObjCArrayLiteralExpr()
2909 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetClassFunctionDecl, ClsExprs, in RewriteObjCDictionaryLiteralExpr() local
2911 MsgExprs.push_back(Cls); in RewriteObjCDictionaryLiteralExpr()
3255 CallExpr *Cls = SynthesizeCallToFunctionDecl(GetMetaClassFunctionDecl, in SynthMessageExpr() local
3258 ClsExprs.push_back(Cls); in SynthMessageExpr()
3259 Cls = SynthesizeCallToFunctionDecl(GetSuperClassFunctionDecl, ClsExprs, in SynthMessageExpr()
3267 CK_BitCast, Cls)); in SynthMessageExpr()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp902 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType() local
903 if (!Cls) in isNSStringType()
906 const IdentifierInfo *ClsName = Cls->getIdentifier(); in isNSStringType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1640 BlockPointerTypeInfo Cls; member
1649 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy()
1743 I.Cls.TypeQuals = TypeQuals; in getBlockPointer()
1753 I.Cls.TypeQuals = TypeQuals; in getPipe()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1494 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface(); in isNSStringType() local
1495 if (!Cls) in isNSStringType()
1498 IdentifierInfo *ClsName = Cls->getIdentifier(); in isNSStringType()
H A DSemaCodeComplete.cpp1763 if (auto *Cls = llvm::dyn_cast_or_null<CXXRecordDecl>(Ctx)) { in IsAccessible() local
1765 NamingClass = Cls; in IsAccessible()
1769 if (NamingClass->getCanonicalDecl() != Cls->getCanonicalDecl() && in IsAccessible()
1770 !NamingClass->isDerivedFrom(Cls)) { in IsAccessible()
1771 NamingClass = Cls; in IsAccessible()
H A DSemaType.cpp4615 if (DeclType.Cls.TypeQuals || LangOpts.OpenCL) { in GetFullTypeForDeclarator()
4619 DeclType.Cls.TypeQuals |= DeclSpec::TQ_const; in GetFullTypeForDeclarator()
4620 T = S.BuildQualifiedType(T, DeclType.Loc, DeclType.Cls.TypeQuals); in GetFullTypeForDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1523 if (const CXXRecordDecl* Cls = dyn_cast<CXXRecordDecl>(Child))
1524 return Cls->isLambda();
H A DType.h3491 MemberPointerType(QualType Pointee, const Type *Cls, QualType CanonicalPtr)
3493 (Cls->getDependence() & ~TypeDependence::VariablyModified) |
3495 PointeeType(Pointee), Class(Cls) {}
H A DASTContext.h1495 QualType getMemberPointerType(QualType T, const Type *Cls) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1976 llvm::Value *Cls = in EmitObjCForCollectionStmt() local
1978 IsKindOfClassArgs.add(RValue::get(Cls), C.getObjCClassType()); in EmitObjCForCollectionStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3885 QualType ASTContext::getMemberPointerType(QualType T, const Type *Cls) const { in getMemberPointerType()
3889 MemberPointerType::Profile(ID, T, Cls); in getMemberPointerType()
3899 if (!T.isCanonical() || !Cls->isCanonicalUnqualified()) { in getMemberPointerType()
3900 Canonical = getMemberPointerType(getCanonicalType(T),getCanonicalType(Cls)); in getMemberPointerType()
3908 MemberPointerType(T, Cls, Canonical); in getMemberPointerType()