| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 220 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 D | LLDBPropertyDefEmitter.cpp | 24 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 D | Property.cpp | 22 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 D | SDNodeProperties.cpp | 18 for (const Record *Property : R->getValueAsListOfDefs("Properties")) { in parseSDPatternOperatorProperties() local
|
| H A D | CodeGenIntrinsics.cpp | 330 const Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic() local
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | UserSettingsController.h | 27 class Property; variable
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 208 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 D | dataset.py | 35 class Property(object): class
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 350 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 D | SemaAPINotes.cpp | 434 } 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 D | LVSymbol.h | 38 enum class Property { HasLocation, FillGaps, LastEntry }; enum
|
| H A D | LVLocation.h | 59 enum class Property { enum
|
| H A D | LVType.h | 53 enum class Property { IsSubrangeCount, LastEntry }; enum
|
| H A D | LVObject.h | 118 enum class Property { enum
|
| H A D | LVElement.h | 76 enum class Property { enum
|
| H A D | LVScope.h | 76 enum class Property { enum
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | ObjCPropertyAttributeOrderFixer.cpp | 26 for (const auto &Property : Style.ObjCPropertyAttributeOrder) in ObjCPropertyAttributeOrderFixer() local
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RangeSelector.cpp | 48 StringRef Property) { in missingPropertyError()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2802 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 D | DerivedTypes.h | 840 enum Property { enum
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 285 const NamedDecl *Property = nullptr; variable
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 1467 const ObjCPropertyDecl *Property) { in getFragmentsForObjCProperty()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRegPressure.cpp | 312 function_ref<bool(const LiveRange &LR, SlotIndex Pos)> Property) { in getLanesWithProperty()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 1439 for (const auto *Property : Properties) { in recordObjCProperties() local
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 172 class Property; variable
|