/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 167 bool WasFound) -> std::optional<bool> /* Result */ { in isVariantApplicableInContextHelper() 196 TraitProperty Property = TraitProperty(Bit); in isVariantApplicableInContextHelper() local 224 for (TraitProperty Property : VMI.ConstructTraits) { in isVariantApplicableInContextHelper() local 277 TraitProperty Property = TraitProperty(Bit); in getVariantMatchScore() local 326 for (TraitProperty Property : VMI.ConstructTraits) { in getVariantMatchScore() local 395 llvm::omp::getOpenMPContextTraitSetForProperty(TraitProperty Property) { in getOpenMPContextTraitSetForProperty() 422 llvm::omp::getOpenMPContextTraitSelectorForProperty(TraitProperty Property) { in getOpenMPContextTraitSelectorForProperty() 502 TraitProperty Property, TraitSelector Selector, TraitSet Set) { in isValidTraitPropertyForTraitSetAndSelector()
|
/freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBPropertyDefEmitter.cpp | 24 static void emitPropertyEnum(Record *Property, raw_ostream &OS) { in emitPropertyEnum() argument 30 static void emitProperty(Record *Property, raw_ostream &OS) { in emitProperty() argument [all...] |
/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/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 | 202 struct Property { struct 203 StringRef Name; 204 std::optional<MethodKind> Kind; 205 std::optional<NullabilityKind> Nullability; 206 AvailabilityItem Availability; 207 std::optional<bool> SwiftPrivate; 208 StringRef SwiftName; 209 std::optional<bool> SwiftImportAsAccessors; 210 StringRef Type; 825 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 | 349 auto isImplicitlyReadonlyAtomic = [](ObjCPropertyDecl *Property) -> bool { in checkAtomicPropertyMismatch() 825 ObjCPropertyDecl *Property) { in SelectPropertyForSynthesisFromProtocols() 1612 void SemaObjC::DiagnosePropertyMismatch(ObjCPropertyDecl *Property, in DiagnosePropertyMismatch() 1826 for (const auto *Property : IFace->instance_properties()) { in IvarBacksCurrentMethodAccessor() local 1835 for (const auto *Property : Ext->instance_properties()) in IvarBacksCurrentMethodAccessor() local 2158 const ObjCPropertyDecl *Property = I->second; in AtomicPropertySetterGetterRules() local 2342 ObjCPropertyDecl *Property) { in AddPropertyAttrs()
|
H A D | SemaAPINotes.cpp | 100 } else if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) { in applyNullability() local 389 } else if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) { in ProcessAPINotes() local 1001 if (auto Property = dyn_cast<ObjCPropertyDecl>(D)) { in ProcessAPINotes() local
|
H A D | SemaCodeComplete.cpp | 955 else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND)) in getDeclUsageType() local 2809 } else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND)) { in AddResultTypeChunk() local 8849 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration( in CodeCompleteObjCPropertySynthesizeIvar() local 9038 static void AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, in AddObjCKeyValueCompletions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 37 enum class Property { HasLocation, FillGaps, LastEntry }; enum
|
H A D | LVLocation.h | 58 enum class Property { enum
|
H A D | LVType.h | 52 enum class Property { IsSubrangeCount, LastEntry }; enum
|
H A D | LVObject.h | 109 enum class Property { enum
|
H A D | LVElement.h | 68 enum class Property { enum
|
H A D | LVScope.h | 74 enum class Property { enum
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | CodeGenIntrinsics.cpp | 132 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 49 StringRef Property) { in missingPropertyError()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2608 for (const OMPTraitProperty &Property : Selector.Properties) in getAsVariantMatchInfo() local 2663 for (const OMPTraitProperty &Property : Selector.Properties) { in print() local 2694 for (const OMPTraitProperty &Property : Selector.Properties) in getMangledName() local 2725 OMPTraitProperty &Property = Selector.Properties.back(); in OMPTraitInfo() local 2760 for (llvm::omp::TraitProperty Property : ConstructTraits) local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 767 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 | 1447 const ObjCPropertyDecl *Property) { in getFragmentsForObjCProperty()
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 1374 for (const auto *Property : Properties) { in recordObjCProperties() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 173 class Property; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 995 StringRef Property = (IsStatic ? "`Symbols`" : "`DynamicSymbols`"); in initSymtabSectionHeader() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 2379 bool TreePatternNode::NodeHasProperty(SDNP Property, in NodeHasProperty() 2404 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty()
|