Home
last modified time | relevance | path

Searched defs:Property (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp220 bool WasFound) -> std::optional<bool> /* Result */ { in isVariantApplicableInContextHelper()
249 TraitProperty Property = TraitProperty(Bit); in isVariantApplicableInContextHelper() local
283 for (TraitProperty Property : VMI.ConstructTraits) { in isVariantApplicableInContextHelper() local
336 TraitProperty Property = TraitProperty(Bit); in getVariantMatchScore() local
399 for (TraitProperty Property : VMI.ConstructTraits) { in getVariantMatchScore() local
469 llvm::omp::getOpenMPContextTraitSetForProperty(TraitProperty Property) { in getOpenMPContextTraitSetForProperty()
503 llvm::omp::getOpenMPContextTraitSelectorForProperty(TraitProperty Property) { in getOpenMPContextTraitSelectorForProperty()
589 TraitProperty Property, TraitSelector Selector, TraitSet Set) { in isValidTraitPropertyForTraitSetAndSelector()
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp24 static void emitPropertyEnum(const Record *Property, raw_ostream &OS) { in emitPropertyEnum()
30 static void emitProperty(const Record *Property, raw_ostream &OS) { in emitProperty()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp22 Property::Property(const PropertyDefinition &definition) in Property() function in Property
232 Property::Property(llvm::StringRef name, llvm::StringRef desc, bool is_global, in Property() function in Property
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DSDNodeProperties.cpp18 for (const Record *Property : R->getValueAsListOfDefs("Properties")) { in parseSDPatternOperatorProperties() local
H A DCodeGenIntrinsics.cpp330 const Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h27 class Property; variable
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp208 struct Property { struct
209 StringRef Name;
210 std::optional<MethodKind> Kind;
211 std::optional<NullabilityKind> Nullability;
212 AvailabilityItem Availability;
213 std::optional<bool> SwiftPrivate;
214 StringRef SwiftName;
215 std::optional<bool> SwiftImportAsAccessors;
216 StringRef Type;
898 for (const auto &Property : C.Properties) { in convertContext() local
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py35 class Property(object): class
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp350 auto isImplicitlyReadonlyAtomic = [](ObjCPropertyDecl *Property) -> bool { in checkAtomicPropertyMismatch()
826 ObjCPropertyDecl *Property) { in SelectPropertyForSynthesisFromProtocols()
1622 void SemaObjC::DiagnosePropertyMismatch(ObjCPropertyDecl *Property, in DiagnosePropertyMismatch()
1837 for (const auto *Property : IFace->instance_properties()) { in IvarBacksCurrentMethodAccessor() local
1846 for (const auto *Property : Ext->instance_properties()) in IvarBacksCurrentMethodAccessor() local
2167 const ObjCPropertyDecl *Property = I->second; in AtomicPropertySetterGetterRules() local
2351 ObjCPropertyDecl *Property) { in AddPropertyAttrs()
H A DSemaAPINotes.cpp434 } else if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) { in ApplyNullability() local
1147 if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) { in ProcessAPINotes() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h38 enum class Property { HasLocation, FillGaps, LastEntry }; enum
H A DLVLocation.h59 enum class Property { enum
H A DLVType.h53 enum class Property { IsSubrangeCount, LastEntry }; enum
H A DLVObject.h118 enum class Property { enum
H A DLVElement.h76 enum class Property { enum
H A DLVScope.h76 enum class Property { enum
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp26 for (const auto &Property : Style.ObjCPropertyAttributeOrder) in ObjCPropertyAttributeOrderFixer() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp48 StringRef Property) { in missingPropertyError()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2802 for (const OMPTraitProperty &Property : Selector.Properties) in getAsVariantMatchInfo() local
2857 for (const OMPTraitProperty &Property : Selector.Properties) { in print() local
2888 for (const OMPTraitProperty &Property : Selector.Properties) in getMangledName() local
2919 OMPTraitProperty &Property = Selector.Properties.back(); in OMPTraitInfo() local
2958 for (llvm::omp::TraitProperty Property : ConstructTraits) local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h840 enum Property { enum
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h285 const NamedDecl *Property = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1467 const ObjCPropertyDecl *Property) { in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp312 function_ref<bool(const LiveRange &LR, SlotIndex Pos)> Property) { in getLanesWithProperty()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1439 for (const auto *Property : Properties) { in recordObjCProperties() local
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h172 class Property; variable

12