| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 13 def : Property<"elementType", QualType> { 106 def : Property<"sizeValue", APInt> { 109 def : Property<"size", ExprRef> { 134 def : Property<"size", ExprRef> { 147 def : Property<"size", ExprRef> { 185 def : Property<"size", ExprRef> { 215 def : Property<"size", ExprRef> { 247 def : Property<"rows", ExprRef> { 266 def : Property<"noReturn", Bool> { 303 def : Property<"variadic", Bool> { [all …]
|
| H A D | PropertiesBase.td | 264 def : Property<"value", APSInt> { 276 def : Property<"value", APInt> { 289 def : Property<"value", APSInt> { 297 def : Property<"real", APSInt> { 300 def : Property<"imag", APSInt> { 315 def : Property<"real", APInt> { 318 def : Property<"imag", APInt> { 416 def : Property<"lhs", StmtRef> { 419 def : Property<"rhs", StmtRef> { 473 def : Property<"isExpr", Bool> { [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/utils/TableGen/ |
| H A D | LLDBPropertyDefEmitter.cpp | 26 OS << Property->getName(); in emitPropertyEnum() 30 static void emitProperty(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() 64 !Property->getValue("HasDefaultBooleanValue")) && in emitProperty() 85 OS << Property->getValueAsString("DefaultEnumValue"); in emitProperty() 88 OS << Property->getValueAsString("ElementType"); in emitProperty() 109 if (Property->getValue("EnumValues")) in emitProperty() 110 OS << Property->getValueAsString("EnumValues"); in emitProperty() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 68 enum class Property { enum 142 PROPERTY(Property, IsLine); 143 PROPERTY(Property, IsScope); 144 PROPERTY(Property, IsSymbol); 145 PROPERTY(Property, IsType); 148 PROPERTY(Property, HasType); 154 PROPERTY(Property, IsInlined); 163 PROPERTY(Property, IsStatic); 165 PROPERTY(Property, IsScoped); 166 PROPERTY(Property, IsNested); [all …]
|
| H A D | LVLocation.h | 58 enum class Property { enum 78 LVProperties<Property> Properties; 104 PROPERTY(Property, IsAddressRange); 106 PROPERTY(Property, IsBaseClassStep); 110 PROPERTY(Property, IsGapEntry); 112 PROPERTY(Property, IsOperation); 113 PROPERTY(Property, IsRegister); 116 PROPERTY(Property, IsInvalidRange); 117 PROPERTY(Property, IsInvalidLower); 118 PROPERTY(Property, IsInvalidUpper); [all …]
|
| H A D | LVObject.h | 109 enum class Property { enum 203 PROPERTY(Property, IsLocation); 206 PROPERTY(Property, IsResolved); 208 PROPERTY(Property, IsDiscarded); 209 PROPERTY(Property, IsOptimized); 210 PROPERTY(Property, IsAdded); 211 PROPERTY(Property, IsMatched); 212 PROPERTY(Property, IsMissing); 214 PROPERTY(Property, IsInCompare); 217 PROPERTY(Property, HasMoved); [all …]
|
| H A D | LVScope.h | 74 enum class Property { enum 93 LVProperties<Property> Properties; 187 PROPERTY(Property, CanHaveLines); 188 PROPERTY(Property, HasGlobals); 189 PROPERTY(Property, HasLocals); 190 PROPERTY(Property, HasLines); 191 PROPERTY(Property, HasScopes); 192 PROPERTY(Property, HasSymbols); 193 PROPERTY(Property, HasTypes); 194 PROPERTY(Property, IsComdat); [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 124 void addTrait(TraitProperty Property, StringRef RawString, 126 addTrait(getOpenMPContextTraitSetForProperty(Property), Property, RawString, 136 ScoreMap[Property] = *Score; 140 if (Property == TraitProperty::device_isa___ANY) 143 RequiredTraits.set(unsigned(Property)); 145 ConstructTraits.push_back(Property); 161 void addTrait(TraitProperty Property) { in addTrait() 162 addTrait(getOpenMPContextTraitSetForProperty(Property), Property); in addTrait() 164 void addTrait(TraitSet Set, TraitProperty Property) { in addTrait() 165 ActiveTraits.set(unsigned(Property)); in addTrait() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 4 def InjectLocalVars : Property<"inject-local-vars", "Boolean">, 10 def DefaultArch: Property<"default-arch", "Arch">, 17 def Language: Property<"language", "Language">, 20 def ExprPrefix: Property<"expr-prefix", "FileSpec">, 46 def SourceMap: Property<"source-map", "PathMap">, 107 def Arg0: Property<"arg0", "String">, 110 def RunArgs: Property<"run-args", "Args">, 113 def EnvVars: Property<"env-vars", "Dictionary">, 119 def InheritEnv: Property<"inherit-env", "Boolean">, 122 def InputPath: Property<"input-path", "FileSpec">, [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 89 TraitProperty Property = TraitProperty(Bit); in OMPContext() 165 auto HandleTrait = [MK](TraitProperty Property, in isVariantApplicableInContextHelper() 195 TraitProperty Property = TraitProperty(Bit); in isVariantApplicableInContextHelper() local 210 if (Property == TraitProperty::device_isa___ANY) in isVariantApplicableInContextHelper() 276 TraitProperty Property = TraitProperty(Bit); in getVariantMatchScore() local 278 if (VMI.ScoreMap.count(Property)) { in getVariantMatchScore() 304 if (Property == TraitProperty::device_kind_any) in getVariantMatchScore() 329 (void)Property; in getVariantMatchScore() 395 switch (Property) { in getOpenMPContextTraitSetForProperty() 422 switch (Property) { in getOpenMPContextTraitSelectorForProperty() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | CoreProperties.td | 47 def AutoConfirm: Property<"auto-confirm", "Boolean">, 59 def NotiftVoid: Property<"notify-void", "Boolean">, 63 def Prompt: Property<"prompt", "String">, 76 def ScriptLanguage: Property<"script-lang", "Enum">, 81 def REPLLanguage: Property<"repl-lang", "Language">, 130 def TerminalWidth: Property<"term-width", "SInt64">, 150 def UseColor: Property<"use-color", "Boolean">, 154 def ShowProgress: Property<"show-progress", "Boolean">, 174 def AutoIndent: Property<"auto-indent", "Boolean">, 178 def PrintDecls: Property<"print-decls", "Boolean">, [all …]
|
| /freebsd-14.2/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 SaveSessionOnQuit: Property<"save-session-on-quit", "Boolean">, 16 def OpenTranscriptInEditor: Property<"open-transcript-in-editor", "Boolean">, 20 def SaveSessionDirectory: Property<"save-session-directory", "FileSpec">, 23 def StopCmdSourceOnError: Property<"stop-command-source-on-error", "Boolean">, 27 def SpaceReplPrompts: Property<"space-repl-prompts", "Boolean">, 31 def EchoCommands: Property<"echo-commands", "Boolean">, 35 def EchoCommentCommands: Property<"echo-comment-commands", "Boolean">, 39 def RepeatPreviousCommand: Property<"repeat-previous-command", "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() 405 const Property * [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-14.2/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-14.2/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-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 862 return Property; in SelectPropertyForSynthesisFromProtocols() 869 Property = Prop.value(); in SelectPropertyForSynthesisFromProtocols() 873 if (Property != OriginalProperty) { in SelectPropertyForSynthesisFromProtocols() 956 return Property; in SelectPropertyForSynthesisFromProtocols() 973 Diag << Property->getType(); in SelectPropertyForSynthesisFromProtocols() 980 Diag << Property->getGetterName(); in SelectPropertyForSynthesisFromProtocols() 983 Diag << Property->getSetterName(); in SelectPropertyForSynthesisFromProtocols() 1010 return Property; in SelectPropertyForSynthesisFromProtocols() 2214 Property->getIdentifier(), Property->getQueryKind())) { in AtomicPropertySetterGetterRules() 2238 Diag(Property->getLocation(), in AtomicPropertySetterGetterRules() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.h | 42 .set(MachineFunctionProperties::Property::IsSSA) in getRequiredProperties() 43 .set(MachineFunctionProperties::Property::Legalized) in getRequiredProperties() 44 .set(MachineFunctionProperties::Property::RegBankSelected); in getRequiredProperties() 49 MachineFunctionProperties::Property::Selected); in getSetProperties()
|
| H A D | Legalizer.h | 60 MachineFunctionProperties::Property::IsSSA); in getRequiredProperties() 65 MachineFunctionProperties::Property::Legalized); in getSetProperties() 70 .set(MachineFunctionProperties::Property::NoPHIs) in getClearedProperties() 71 .set(MachineFunctionProperties::Property::NoVRegs); in getClearedProperties()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 202 struct Property { struct 213 typedef std::vector<Property> PropertiesSeq; 216 LLVM_YAML_IS_SEQUENCE_VECTOR(Property) 220 template <> struct MappingTraits<Property> { 221 static void mapping(IO &IO, Property &P) { in mapping() 823 if ((!Property.Kind || *Property.Kind == MethodKind::Instance) && in convertContext() 830 if ((!Property.Kind || *Property.Kind == MethodKind::Class) && in convertContext() 839 convertAvailability(Property.Availability, PI, Property.Name); in convertContext() 842 if (Property.Nullability) in convertContext() 844 if (Property.SwiftImportAsAccessors) in convertContext() [all …]
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SDNodeProperties.cpp | 18 for (Record *Property : R->getValueAsListOfDefs("Properties")) { in parseSDPatternOperatorProperties() 19 auto Offset = StringSwitch<unsigned>(Property->getName()) in parseSDPatternOperatorProperties() 36 Property->getName() + "' on node '" + in parseSDPatternOperatorProperties()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/ |
| H A D | SymbolLocatorDebuginfodProperties.td | 4 def ServerURLs : Property<"server-urls", "Array">, 7 def SymbolCachePath: Property<"cache-path", "String">, 10 def Timeout : Property<"timeout", "UInt64">,
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 79 std::vector<Property> Properties; 102 for (Property property : in ASTPropsEmitter() 183 function_ref<void (Property)> visit) { in visitAllProperties() 198 for (Property prop : info.Properties) { in visitAllProperties() 250 void emitReadOfProperty(StringRef readerName, Property property); 300 std::map<StringRef, Property> allProperties; in validateNode() 305 for (Property property : nodeInfo.Properties) { in validateNode() 315 Property existingProperty = result.first->second; in validateNode() 457 visitAllProperties(node, nodeInfo, [&](Property prop) { in emitPropertiedReaderWriterBody() 507 Property property) { in emitReadOfProperty() [all …]
|