/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 167 bool WasFound) -> Optional<bool> /* Result */ { in isVariantApplicableInContextHelper() 196 TraitProperty Property = TraitProperty(Bit); in isVariantApplicableInContextHelper() local 225 for (TraitProperty Property : VMI.ConstructTraits) { in isVariantApplicableInContextHelper() local 279 TraitProperty Property = TraitProperty(Bit); in getVariantMatchScore() local 328 for (TraitProperty Property : VMI.ConstructTraits) { in getVariantMatchScore() local 397 llvm::omp::getOpenMPContextTraitSetForProperty(TraitProperty Property) { in getOpenMPContextTraitSetForProperty() 424 llvm::omp::getOpenMPContextTraitSelectorForProperty(TraitProperty Property) { in getOpenMPContextTraitSelectorForProperty() 504 TraitProperty Property, TraitSelector Selector, TraitSet Set) { in isValidTraitPropertyForTraitSetAndSelector()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 203 struct Property { struct 204 StringRef Name; 205 llvm::Optional<MethodKind> Kind; 206 llvm::Optional<NullabilityKind> Nullability; 207 AvailabilityItem Availability; 208 Optional<bool> SwiftPrivate; 209 StringRef SwiftName; 210 Optional<bool> SwiftImportAsAccessors; 211 StringRef Type;
|
/netbsd-src/external/cddl/osnet/dist/lib/pyzfs/common/ |
H A D | dataset.py | 35 class Property(object): class
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 349 auto isImplicitlyReadonlyAtomic = [](ObjCPropertyDecl *Property) -> bool { in checkAtomicPropertyMismatch() 840 ObjCPropertyDecl *Property) { in SelectPropertyForSynthesisFromProtocols() 1636 Sema::DiagnosePropertyMismatch(ObjCPropertyDecl *Property, in DiagnosePropertyMismatch() 1849 for (const auto *Property : IFace->instance_properties()) { in IvarBacksCurrentMethodAccessor() local 1858 for (const auto *Property : Ext->instance_properties()) in IvarBacksCurrentMethodAccessor() local 2181 const ObjCPropertyDecl *Property = I->second; in AtomicPropertySetterGetterRules() local 2365 ObjCPropertyDecl *Property) { in AddPropertyAttrs()
|
H A D | SemaCodeComplete.cpp | 925 else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND)) in getDeclUsageType() local 2698 } else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND)) { in AddResultTypeChunk() local 8105 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration( in CodeCompleteObjCPropertySynthesizeIvar() local 8293 static void AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, in AddObjCKeyValueCompletions()
|
H A D | AnalysisBasedWarnings.cpp | 1470 Property, in diagnoseRepeatedUseOfWeak() enumerator
|
H A D | SemaDeclObjC.cpp | 4085 for (const auto *Property : Ext->instance_properties()) { in ActOnAtEnd() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 1188 MSPropertyDecl *Property = MSPropertyDecl::Create( in VisitMSPropertyDecl() local
|
H A D | SemaDeclAttr.cpp | 5403 Property in handleXReturnsXRetainedAttr() enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/ |
H A D | runtime.h | 55 typedef struct objc_property *Property; typedef
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/ |
H A D | runtime.h | 55 typedef struct objc_property *Property; typedef
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 49 StringRef Property) { in missingPropertyError()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenTarget.cpp | 794 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic() local
|
H A D | CodeGenDAGPatterns.cpp | 2336 bool TreePatternNode::NodeHasProperty(SDNP Property, in NodeHasProperty() 2364 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2291 for (const OMPTraitProperty &Property : Selector.Properties) in getAsVariantMatchInfo() local 2348 for (const OMPTraitProperty &Property : Selector.Properties) { in print() local 2379 for (const OMPTraitProperty &Property : Selector.Properties) in getMangledName() local 2410 OMPTraitProperty &Property = Selector.Properties.back(); in OMPTraitInfo() local
|
H A D | DeclObjC.cpp | 1997 const ObjCPropertyDecl *Property, ProtocolPropertySet &PS, in collectInheritedProtocolProperties()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 268 const NamedDecl *Property = nullptr; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 4594 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling() local 4933 enum CXPrintingPolicyProperty Property) { in clang_PrintingPolicy_getProperty() 4998 enum CXPrintingPolicyProperty Property, in clang_PrintingPolicy_setProperty() 6301 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced() local 7254 if (const ObjCPropertyDecl *Property = in Visit() local 7753 if (const ObjCPropertyDecl *Property = in clang_annotateTokensImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 947 StringRef Property = (IsStatic ? "`Symbols`" : "`DynamicSymbols`"); in initSymtabSectionHeader() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 900 } else if (auto *Property = dyn_cast<DIObjCProperty>(Element)) { in constructTypeDIE() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 764 Decl *Property = Actions.ActOnProperty( in ParseObjCInterfaceDeclList() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 611 for (const auto *Property : PDecl->instance_properties()) { in ClassImplementsAllMethodsAndProperties() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 4966 for (const std::string &Property : getGNUPropertyList<ELFT>(Desc)) in printGNUNote() local 6770 for (const std::string &Property : getGNUPropertyList<ELFT>(Desc)) in printGNUNoteLLVMStyle() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 592 bool LatticeCell::add(uint32_t Property) { in add()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 6700 for (const auto &Property : Selector.Properties) in writeOMPTraitInfo() local
|