Home
last modified time | relevance | path

Searched defs:Class (Results 1 – 25 of 138) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp29 const ARCInstKind Class) { in operator <<()
226 ARCInstKind Class = GetFunctionClass(F); in GetARCInstKind() local
311 bool llvm::objcarc::IsUser(ARCInstKind Class) { in IsUser()
345 bool llvm::objcarc::IsRetain(ARCInstKind Class) { in IsRetain()
381 bool llvm::objcarc::IsAutorelease(ARCInstKind Class) { in IsAutorelease()
416 bool llvm::objcarc::IsForwarding(ARCInstKind Class) { in IsForwarding()
451 bool llvm::objcarc::IsNoopOnNull(ARCInstKind Class) { in IsNoopOnNull()
486 bool llvm::objcarc::IsNoopOnGlobal(ARCInstKind Class) { in IsNoopOnGlobal()
521 bool llvm::objcarc::IsAlwaysTail(ARCInstKind Class) { in IsAlwaysTail()
557 bool llvm::objcarc::IsNeverTail(ARCInstKind Class) { in IsNeverTail()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp37 ARCInstKind Class) { in CanAlterRefCount()
69 ARCInstKind Class) { in CanDecrementRefCount()
81 ProvenanceAnalysis &PA, ARCInstKind Class) { in CanUse()
132 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local
144 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local
157 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local
187 ARCInstKind Class = GetBasicARCInstKind(Inst); in Depends() local
H A DPtrState.cpp229 ARCInstKind Class) { in HandlePotentialAlterRefCount()
256 ARCInstKind Class) { in HandlePotentialUse()
379 ARCInstKind Class, const BundledRetainClaimRVs &BundledRVs) { in HandlePotentialAlterRefCount()
418 ARCInstKind Class) { in HandlePotentialUse()
H A DObjCARCContract.cpp161 ARCInstKind Class) { in contractAutorelease()
227 ARCInstKind Class = GetBasicARCInstKind(Inst); in findSafeStoreForStoreStrongContraction() local
417 ARCInstKind Class = GetBasicARCInstKind(Inst); in tryToPeepholeInstruction() local
H A DObjCARCOpts.cpp665 Instruction *Inst, const Value *&Arg, ARCInstKind Class, in OptimizeInlinedAutoreleaseRVCall()
727 ARCInstKind &Class) { in OptimizeAutoreleaseRVCall()
859 ARCInstKind Class = GetBasicARCInstKind(Inst); in OptimizeIndividualCalls() local
931 Instruction *Inst, ARCInstKind Class, const Value *Arg) { in OptimizeIndividualCallImpl()
1368 ARCInstKind Class = GetARCInstKind(Inst); in VisitInstructionBottomUp() local
1503 ARCInstKind Class = GetARCInstKind(Inst); in VisitInstructionTopDown() local
2071 ARCInstKind Class = GetBasicARCInstKind(Inst); in OptimizeWeakCalls() local
2176 ARCInstKind Class = GetBasicARCInstKind(Inst); in OptimizeWeakCalls() local
2259 ARCInstKind Class = GetBasicARCInstKind(Call); in HasSafePathToPredecessorCall() local
H A DObjCARC.h63 ARCInstKind Class) { in getreturnRVOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp102 while (auto Class = E.getNext()) { in filterAndSortClassDefs() local
180 const PDBSymbolTypeUDT &Class) { in printClassDecl()
247 for (auto &Class : Filtered) in start() local
250 while (auto Class = Classes->getNext()) { in start() local
348 void TypeDumper::dumpClassLayout(const ClassLayout &Class) { in dumpClassLayout()
H A DPrettyClassDefinitionDumper.cpp29 void ClassDefinitionDumper::start(const PDBSymbolTypeUDT &Class) { in start()
51 const PDBSymbolTypeUDT &Class = Layout.getClass(); in prettyPrintClassIntro() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp54 Class, enumerator
239 struct Class { struct
240 StringRef Name;
241 bool AuditedForNullability = false;
242 AvailabilityItem Availability;
243 Optional<bool> SwiftPrivate;
244 StringRef SwiftName;
245 Optional<StringRef> SwiftBridge;
246 Optional<StringRef> NSErrorDomain;
247 Optional<bool> SwiftImportAsNonGeneric;
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTTypeTraits.cpp45 #define CLAUSE_CLASS(Enum, Str, Class) {NKI_OMPClause, #Class}, argument
118 #define TYPE(Class, Base) \ in getFromNode() argument
120 #define ABSTRACT_TYPE(Class, Base) in getFromNode() argument
129 #define CLAUSE_CLASS(Enum, Str, Class) \ in getFromNode() argument
H A DType.cpp424 #define ABSTRACT_TYPE(Class, Parent) in getLocallyUnqualifiedSingleStepDesugaredType() argument
425 #define TYPE(Class, Parent) \ in getLocallyUnqualifiedSingleStepDesugaredType() argument
443 #define ABSTRACT_TYPE(Class, Parent) in getSplitDesugaredType() argument
444 #define TYPE(Class, Parent) \ in getSplitDesugaredType() argument
472 #define ABSTRACT_TYPE(Class, Parent) in getSplitUnqualifiedTypeImpl() argument
473 #define TYPE(Class, Parent) \ in getSplitUnqualifiedTypeImpl() argument
511 #define ABSTRACT_TYPE(Class, Parent) in getAsSugar() argument
512 #define TYPE(Class, Parent) \ in getAsSugar() argument
544 #define ABSTRACT_TYPE(Class, Parent) in getUnqualifiedDesugaredType() argument
545 #define TYPE(Class, Parent) \ in getUnqualifiedDesugaredType() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp293 ParsingClass &Class; member
321 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { in ParseLexedMethodDeclarations()
509 void Parser::ParseLexedMethodDefs(ParsingClass &Class) { in ParseLexedMethodDefs()
598 void Parser::ParseLexedMemberInitializers(ParsingClass &Class) { in ParseLexedMemberInitializers()
663 void Parser::ParseLexedAttributes(ParsingClass &Class) { in ParseLexedAttributes()
765 void Parser::ParseLexedPragmas(ParsingClass &Class) { in ParseLexedPragmas()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeUDT.h63 Optional<codeview::ClassRecord> Class; variable
H A DTpiHashing.h56 codeview::ClassRecord Class; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp251 CXXRecordDecl *Class = CXXRecordDecl::CreateLambda(Context, DC, Info, in createLambdaClosureType() local
359 CXXMethodDecl *Sema::startLambdaDefinition(CXXRecordDecl *Class, in startLambdaDefinition()
431 CXXRecordDecl *Class, CXXMethodDecl *Method, in handleLambdaNumbering()
447 Decl *ManglingContextDecl) -> MangleNumberingContext * { in handleLambdaNumbering()
976 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo, in ActOnStartOfLambdaDefinition() local
1261 CXXRecordDecl *Class = LSI->Lambda; in ActOnLambdaError() local
1351 CXXRecordDecl *Class, in addFunctionPointerConversion()
1514 CXXRecordDecl *Class, in addFunctionPointerConversions()
1531 CXXRecordDecl *Class, in addBlockPointerConversion()
1750 CXXRecordDecl *Class; in BuildLambdaExpr() local
H A DSemaLookup.cpp971 static bool CanDeclareSpecialMemberFunction(const CXXRecordDecl *Class) { in CanDeclareSpecialMemberFunction()
980 void Sema::ForceDeclarationOfImplicitMembers(CXXRecordDecl *Class) { in ForceDeclarationOfImplicitMembers()
1042 CXXRecordDecl *Class = const_cast<CXXRecordDecl *>(Record); in DeclareImplicitMemberFunctionsWithName() local
1066 CXXRecordDecl *Class = const_cast<CXXRecordDecl *>(Record); in DeclareImplicitMemberFunctionsWithName() local
1356 if (ObjCInterfaceDecl *Class = Method->getClassInterface()) { in CppLookupName() local
2492 bool Sema::LookupInSuper(LookupResult &R, CXXRecordDecl *Class) { in LookupInSuper()
2717 CXXRecordDecl *Class) { in addAssociatedClassesAndNamespaces()
2826 #define TYPE(Class, Base) in addAssociatedClassesAndNamespaces() argument
2827 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in addAssociatedClassesAndNamespaces() argument
2828 #define NON_CANONICAL_TYPE(Class, Base) case Type::Class: in addAssociatedClassesAndNamespaces() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DObjCNoReturn.cpp20 static bool isSubclass(const ObjCInterfaceDecl *Class, IdentifierInfo *II) { in isSubclass()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp428 #define TYPE(Class, Base) in ConvertType() argument
429 #define ABSTRACT_TYPE(Class, Base) in ConvertType() argument
430 #define NON_CANONICAL_TYPE(Class, Base) case Type::Class: in ConvertType() argument
431 #define DEPENDENT_TYPE(Class, Base) case Type::Class: in ConvertType() argument
432 #define NON_CANONICAL_UNLESS_DEPENDENT_TYPE(Class, Base) case Type::Class: in ConvertType() argument
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/
H A Dobjc.h78 typedef struct objc_class *Class; typedef
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Dobjc.h78 typedef struct objc_class *Class; typedef
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTFwd.h31 #define CLAUSE_CLASS(Enum, Str, Class) class Class; argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp16 #define CASE_OUTPUT_ENUM_CLASS_STR(Class, Value, Str, Stream) \ argument
21 #define CASE_OUTPUT_ENUM_CLASS_NAME(Class, Value, Stream) \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp106 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ClassRecord &Class) { in visitKnownRecord()
146 StringRef Class = Types.getTypeName(MF.getClassType()); in visitKnownRecord() local
168 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord() local
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defifs.h57 UINT32 Class; member
91 UINT32 Class; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp152 FoundationClass Class, in warnIfNilArg()
226 FoundationClass Class = findKnownClass(ID); in checkPreObjCMessage() local
621 const ObjCInterfaceDecl *Class = msg.getReceiverInterface(); in checkPreObjCMessage() local
684 const ObjCInterfaceDecl *Class = MD->getClassInterface(); in isVariadicMessage() local
697 const ObjCInterfaceDecl *Class = msg.getReceiverInterface(); in isVariadicMessage() local
1019 FoundationClass Class = findKnownClass(ClassID); in checkPostObjCMessage() local

123456