| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 13 def : Property<"elementType", QualType> { 21 def : Property<"pointeeType", QualType> { 29 def : Property<"WrappedTy", QualType> { 32 def : Property<"CountExpr", ExprRef> { 35 def : Property<"CountInBytes", Bool> { 38 def : Property<"OrNull", Bool> { 41 def : Property<"CoupledDecls", Array<TypeCoupledDeclRefInfo>> { 48 def : Property<"originalType", QualType> { 51 def : Property<"adjustedType", QualType> { 69 def : Property<"pointeeType", QualType> { [all …]
|
| H A D | PropertiesBase.td | 35 /// Property types that correspond to specific C++ enums. 38 /// Property types that correspond to a specific C++ class. 47 /// Property types that correspond to a specific subclass of another type. 55 /// Property types that support optional values by using their 64 /// Property types that correspond to integer types and support optional 175 class Property<string name, PropertyType type> { 270 def : Property<"value", APSInt> { 276 def : Property<"semantics", UInt32> { 282 def : Property<"value", APInt> { 292 def : Property<"semantics", FixedPointSemantics> { [all …]
|
| /freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
| H A D | LLDBPropertyDefEmitter.cpp | 24 static void emitPropertyEnum(const Record *Property, raw_ostream &OS) { in emitPropertyEnum() argument 26 OS << Property->getName(); in emitPropertyEnum() 30 static void emitProperty(const Record *Property, raw_ostream &OS) { in emitProperty() argument 34 OS << "\"" << Property->getValueAsString("Name") << "\""; in emitProperty() 38 llvm::StringRef type = Property->getValueAsString("Type"); in emitProperty() 44 OS << (Property->getValue("Global") ? "true" : "false"); in emitProperty() 47 bool hasDefaultUnsignedValue = Property->getValue("HasDefaultUnsignedValue"); in emitProperty() 48 bool hasDefaultEnumValue = Property->getValue("HasDefaultEnumValue"); in emitProperty() 49 bool hasDefaultStringValue = Property->getValue("HasDefaultStringValue"); in emitProperty() 50 bool hasElementType = Property->getValue("HasElementType"); in emitProperty() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 76 enum class Property { enum 118 LVProperties<Property> Properties; 150 PROPERTY(Property, IsLine); 151 PROPERTY(Property, IsScope); 152 PROPERTY(Property, IsSymbol); 153 PROPERTY(Property, IsType); 154 PROPERTY(Property, IsEnumClass); 155 PROPERTY(Property, IsExternal); 156 PROPERTY(Property, HasType); 157 PROPERTY(Property, HasAugmentedName); [all …]
|
| H A D | LVLocation.h | 59 enum class Property { enum 79 LVProperties<Property> Properties; 105 PROPERTY(Property, IsAddressRange); 106 PROPERTY(Property, IsBaseClassOffset); 107 PROPERTY(Property, IsBaseClassStep); 108 PROPERTY_1(Property, IsClassOffset, IsLocationSimple); 109 PROPERTY_1(Property, IsFixedAddress, IsLocationSimple); 110 PROPERTY(Property, IsLocationSimple); 111 PROPERTY(Property, IsGapEntry); 112 PROPERTY(Property, IsOperationList); [all …]
|
| H A D | LVObject.h | 118 enum class Property { enum 150 LVProperties<Property> Properties; 204 PROPERTY(Property, IsLocation); 205 PROPERTY(Property, IsGlobalReference); 206 PROPERTY(Property, IsGeneratedName); 207 PROPERTY(Property, IsResolved); 208 PROPERTY(Property, IsResolvedName); 209 PROPERTY(Property, IsDiscarded); 210 PROPERTY(Property, IsOptimized); 211 PROPERTY(Property, IsAdded); [all …]
|
| H A D | LVScope.h | 76 enum class Property { enum 95 LVProperties<Property> Properties; 191 PROPERTY(Property, HasDiscriminator); 192 PROPERTY(Property, CanHaveRanges); 193 PROPERTY(Property, CanHaveLines); 194 PROPERTY(Property, HasGlobals); 195 PROPERTY(Property, HasLocals); 196 PROPERTY(Property, HasLines); 197 PROPERTY(Property, HasScopes); 198 PROPERTY(Property, HasSymbols); [all …]
|
| H A D | LVSymbol.h | 38 enum class Property { HasLocation, FillGaps, LastEntry }; enum 42 LVProperties<Property> Properties; 91 PROPERTY(Property, HasLocation); 92 PROPERTY(Property, FillGaps);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 59 LLVM_ABI TraitSet getOpenMPContextTraitSetForProperty(TraitProperty Property); 71 getOpenMPContextTraitSelectorForProperty(TraitProperty Property); 117 LLVM_ABI bool isValidTraitPropertyForTraitSetAndSelector(TraitProperty Property, 129 void addTrait(TraitProperty Property, StringRef RawString, 131 addTrait(getOpenMPContextTraitSetForProperty(Property), Property, RawString, 138 void addTrait(TraitSet Set, TraitProperty Property, StringRef RawString, 141 ScoreMap[Property] = *Score; 145 if (Property == TraitProperty::device_isa___ANY) 147 if (Property == TraitProperty::target_device_isa___ANY) 150 RequiredTraits.set(unsigned(Property)); [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 4 def InjectLocalVars : Property<"inject-local-vars", "Boolean">, 7 def UseDIL : Property<"use-DIL", "Boolean">, 13 def DefaultArch: Property<"default-arch", "Arch">, 17 def MoveToNearestCode: Property<"move-to-nearest-code", "Boolean">, 20 def Language: Property<"language", "Language">, 23 def ExprPrefix: Property<"expr-prefix", "FileSpec">, 26 def ExprErrorLimit: Property<"expr-error-limit", "UInt64">, 30 def ExprAllocAddress: Property<"expr-alloc-address", "UInt64">, 33 def ExprAllocSize: Property<"expr-alloc-size", "UInt64">, 36 def ExprAllocAlign: Property<"expr-alloc-align", "UInt64">, [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | CoreProperties.td | 4 def EnableExternalLookup: Property<"enable-external-lookup", "Boolean">, 8 def EnableBackgroundLookup: Property<"enable-background-lookup", "Boolean">, 12 def AutoDownload: Property<"auto-download", "Enum">, 17 def ClangModulesCachePath: Property<"clang-modules-cache-path", "FileSpec">, 21 def SymLinkPaths: Property<"debug-info-symlink-paths", "FileSpecList">, 25 def EnableLLDBIndexCache: Property<"enable-lldb-index-cache", "Boolean">, 29 def LLDBIndexCachePath: Property<"lldb-index-cache-path", "FileSpec">, 33 def LLDBIndexCacheMaxByteSize: Property<"lldb-index-cache-max-byte-size", "UInt64">, 37 def LLDBIndexCacheMaxPercent: Property<"lldb-index-cache-max-percent", "UInt64">, 41 def LLDBIndexCacheExpirationDays: Property<"lldb-index-cache-expiration-days", "UInt64">, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 140 TraitProperty Property = TraitProperty(Bit); in OMPContext() 141 dbgs() << "\t " << getOpenMPContextTraitPropertyFullName(Property) in OMPContext() 219 auto HandleTrait = [MK](TraitProperty Property, in isVariantApplicableInContextHelper() 238 << getOpenMPContextTraitPropertyName(Property, "") in isVariantApplicableInContextHelper() 242 << getOpenMPContextTraitPropertyName(Property, "") in isVariantApplicableInContextHelper() 249 TraitProperty Property = TraitProperty(Bit); in isVariantApplicableInContextHelper() local 251 getOpenMPContextTraitSetForProperty(Property) != TraitSet::device && in isVariantApplicableInContextHelper() 252 getOpenMPContextTraitSetForProperty(Property) != in isVariantApplicableInContextHelper() 258 if (getOpenMPContextTraitSelectorForProperty(Property) == in isVariantApplicableInContextHelper() 262 bool IsActiveTrait = Ctx.ActiveTraits.test(unsigned(Property)); in isVariantApplicableInContextHelper() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | InterpreterProperties.td | 4 def ExpandRegexAliases: Property<"expand-regex-aliases", "Boolean">, 8 def PromptOnQuit: Property<"prompt-on-quit", "Boolean">, 12 def SaveTranscript: Property<"save-transcript", "Boolean">, 16 def SaveSessionOnQuit: Property<"save-session-on-quit", "Boolean">, 20 def OpenTranscriptInEditor: Property<"open-transcript-in-editor", "Boolean">, 24 def SaveSessionDirectory: Property<"save-session-directory", "FileSpec">, 27 def StopCmdSourceOnError: Property<"stop-command-source-on-error", "Boolean">, 31 def SpaceReplPrompts: Property<"space-repl-prompts", "Boolean">, 35 def EchoCommands: Property<"echo-commands", "Boolean">, 39 def EchoCommentCommands: Property<"echo-comment-commands", "Boolean">, [all …]
|
| H A D | OptionValueProperties.cpp | 28 Property property(definition); in Initialize() 38 Property *property = ProtectedGetPropertyAtIndex(property_idx); in SetValueChangedCallback() 46 Property property(name, desc, is_global, value_sp); in AppendProperty() 148 const Property * 159 const Property *setting = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyValueAtIndex() 185 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsArgs() 216 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in SetPropertyAtIndexFromArgs() 242 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsOptionValueDictionary() 251 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsOptionValueFileSpec() 262 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsOptionValueSInt64() [all …]
|
| 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 237 bool Property::DumpQualifiedName(Stream &strm) const { in DumpQualifiedName() 247 void Property::Dump(const ExecutionContext *exe_ctx, Stream &strm, in Dump() 275 void Property::DumpDescription(CommandInterpreter &interpreter, Stream &strm, in DumpDescription() 306 void Property::SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 61 std::vector<const Property *> &matching_properties) const; 75 virtual const Property * 79 virtual const Property * 87 virtual const Property * 144 if (const Property *property = GetPropertyAtIndex(idx, exe_ctx)) { 157 if (const Property *property = GetPropertyAtIndex(idx, exe_ctx)) { 167 Property *ProtectedGetPropertyAtIndex(size_t idx) { in ProtectedGetPropertyAtIndex() 172 const Property *ProtectedGetPropertyAtIndex(size_t idx) const { in ProtectedGetPropertyAtIndex() 178 std::vector<Property> m_properties;
|
| H A D | Property.h | 35 class Property { 37 Property(const PropertyDefinition &definition); 39 Property(llvm::StringRef name, llvm::StringRef desc, bool is_global,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 350 auto isImplicitlyReadonlyAtomic = [](ObjCPropertyDecl *Property) -> bool { in checkAtomicPropertyMismatch() argument 352 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch() 361 if (Property->getPropertyAttributesAsWritten() & in checkAtomicPropertyMismatch() 826 ObjCPropertyDecl *Property) { in SelectPropertyForSynthesisFromProtocols() argument 827 assert(isa<ObjCProtocolDecl>(Property->getDeclContext()) && in SelectPropertyForSynthesisFromProtocols() 833 PDecl->collectInheritedProtocolProperties(Property, ProtocolSet, in SelectPropertyForSynthesisFromProtocols() 840 PDecl->collectInheritedProtocolProperties(Property, ProtocolSet, in SelectPropertyForSynthesisFromProtocols() 848 return Property; in SelectPropertyForSynthesisFromProtocols() 850 ObjCPropertyDecl *OriginalProperty = Property; in SelectPropertyForSynthesisFromProtocols() 854 if (Property->isReadOnly() && !Prop.value()->isReadOnly()) { in SelectPropertyForSynthesisFromProtocols() [all …]
|
| H A D | ScopeInfo.cpp | 120 : Base(nullptr, true), Property(getBestPropertyDecl(PropE)) { in WeakObjectProfileTy() 135 : Base(nullptr, true), Property(Prop) { in WeakObjectProfileTy() 143 : Base(nullptr, true), Property(DRE->getDecl()) { in WeakObjectProfileTy() 144 assert(isa<VarDecl>(Property)); in WeakObjectProfileTy() 149 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) { in WeakObjectProfileTy()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUserProperties.td | 4 def Architecture: Property<"architecture", "String">, 8 def EmulatorPath: Property<"emulator-path", "FileSpec">, 12 def EmulatorArgs: Property<"emulator-args", "Args">, 16 def EmulatorEnvVars: Property<"emulator-env-vars", "Dictionary">, 20 def TargetEnvVars: Property<"target-env-vars", "Dictionary">,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemoteProperties.td | 4 def PacketTimeout: Property<"packet-timeout", "UInt64">, 12 def TargetDefinitionFile: Property<"target-definition-file", "FileSpec">, 16 def UseSVR4: Property<"use-libraries-svr4", "Boolean">, 20 def UseGPacketForReading: Property<"use-g-packet-for-reading", "Boolean">,
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | SDNodeProperties.cpp | 18 for (const Record *Property : R->getValueAsListOfDefs("Properties")) { in parseSDPatternOperatorProperties() local 19 auto Offset = StringSwitch<unsigned>(Property->getName()) in parseSDPatternOperatorProperties() 36 Property->getName() + "' on node '" + in parseSDPatternOperatorProperties()
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 208 struct Property { struct 219 typedef std::vector<Property> PropertiesSeq; 222 LLVM_YAML_IS_SEQUENCE_VECTOR(Property) 226 template <> struct MappingTraits<Property> { 227 static void mapping(IO &IO, Property &P) { in mapping() 898 for (const auto &Property : C.Properties) { in convertContext() local 900 if ((!Property.Kind || *Property.Kind == MethodKind::Instance) && in convertContext() 901 !KnownInstanceProperties.insert(Property.Name).second) { in convertContext() 903 C.Name + "." + Property.Name + "'"); in convertContext() 907 if ((!Property.Kind || *Property.Kind == MethodKind::Class) && in convertContext() [all …]
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 77 std::vector<Property> Properties; 100 for (Property property : in ASTPropsEmitter() 180 function_ref<void(Property)> visit) { in visitAllProperties() 195 for (Property prop : info.Properties) { in visitAllProperties() 243 void emitReadOfProperty(StringRef readerName, Property property); 247 void emitWriteOfProperty(StringRef writerName, Property property); 293 std::map<StringRef, Property> allProperties; in validateNode() 298 for (Property property : nodeInfo.Properties) { in validateNode() 308 Property existingProperty = result.first->second; in validateNode() 450 visitAllProperties(node, nodeInfo, [&](Property prop) { in emitPropertiedReaderWriterBody() [all …]
|
| /freebsd/sys/dts/ |
| H A D | bindings-gpio.txt | 9 Property: #gpio-cells 19 Property: gpio-controller 29 Property: pin-count 52 Property: gpios
|