Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 25 of 270) sorted by relevance

1234567891011

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td13 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 DPropertiesBase.td263 def : Property<"value", APSInt> {
275 def : Property<"value", APInt> {
288 def : Property<"value", APSInt> {
296 def : Property<"real", APSInt> {
299 def : Property<"imag", APSInt> {
314 def : Property<"real", APInt> {
317 def : Property<"imag", APInt> {
415 def : Property<"lhs", StmtRef> {
418 def : Property<"rhs", StmtRef> {
469 def : Property<"isExpr", Bool> {
[all …]
/llvm-project-15.0.7/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp26 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 …]
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h124 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 …]
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetProperties.td4 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">,
37 def SourceMap: Property<"source-map", "PathMap">,
91 def Arg0: Property<"arg0", "String">,
94 def RunArgs: Property<"run-args", "Args">,
97 def EnvVars: Property<"env-vars", "Dictionary">,
103 def InheritEnv: Property<"inherit-env", "Boolean">,
106 def InputPath: Property<"input-path", "FileSpec">,
[all …]
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dinterop.cpp14 switch (Property) { in getPropertyErrorType()
39 *Err = getPropertyErrorType(Property); in getTypeMismatch()
67 switch (Property) { in getProperty()
76 getTypeMismatch(Property, Err); in getProperty()
84 switch (Property) { in getProperty()
92 getTypeMismatch(Property, Err); in getProperty()
100 switch (Property) { in getProperty()
112 getTypeMismatch(Property, Err); in getProperty()
125 if (Property >= 0 || Property < omp_ipr_first) { in getPropertyCheck()
130 if (Property == omp_ipr_targetsync && in getPropertyCheck()
[all …]
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp89 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()
278 TraitProperty Property = TraitProperty(Bit); in getVariantMatchScore() local
280 if (VMI.ScoreMap.count(Property)) { in getVariantMatchScore()
306 if (Property == TraitProperty::device_kind_any) in getVariantMatchScore()
331 (void)Property; in getVariantMatchScore()
397 switch (Property) { in getOpenMPContextTraitSetForProperty()
424 switch (Property) { in getOpenMPContextTraitSelectorForProperty()
[all …]
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp31 Property property(definition); in Initialize()
42 Property *property = ProtectedGetPropertyAtIndex(property_idx); in SetValueChangedCallback()
172 const Property *
181 const Property *OptionValueProperties::GetPropertyAtIndex( in GetPropertyAtIndex()
231 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsLanguage()
596 const Property *OptionValueProperties::GetPropertyAtPath( in GetPropertyAtPath()
598 const Property *property = nullptr; in GetPropertyAtPath()
630 const Property *property = ProtectedGetPropertyAtIndex(i); in DumpAllDescriptions()
635 const Property *property = ProtectedGetPropertyAtIndex(i); in DumpAllDescriptions()
643 std::vector<const Property *> &matching_properties) const { in Apropos()
[all …]
H A DInterpreterProperties.td4 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 SaveSessionDirectory: Property<"save-session-directory", "FileSpec">,
19 def StopCmdSourceOnError: Property<"stop-command-source-on-error", "Boolean">,
23 def SpaceReplPrompts: Property<"space-repl-prompts", "Boolean">,
27 def EchoCommands: Property<"echo-commands", "Boolean">,
31 def EchoCommentCommands: Property<"echo-comment-commands", "Boolean">,
35 def RepeatPreviousCommand: Property<"repeat-previous-command", "Boolean">,
39 def RequireCommandOverwrite: Property<"require-overwrite", "Boolean">,
H A DProperty.cpp22 Property::Property(const PropertyDefinition &definition) in Property() function in Property
231 Property::Property(llvm::StringRef name, llvm::StringRef desc, bool is_global, in Property() function in Property
236 bool Property::DumpQualifiedName(Stream &strm) const { in DumpQualifiedName()
246 void Property::Dump(const ExecutionContext *exe_ctx, Stream &strm, in Dump()
274 void Property::DumpDescription(CommandInterpreter &interpreter, Stream &strm, in DumpDescription()
305 void Property::SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback()
/llvm-project-15.0.7/lldb/source/Core/
H A DCoreProperties.td43 def AutoConfirm: Property<"auto-confirm", "Boolean">,
55 def NotiftVoid: Property<"notify-void", "Boolean">,
59 def Prompt: Property<"prompt", "String">,
64 def ScriptLanguage: Property<"script-lang", "Enum">,
69 def REPLLanguage: Property<"repl-lang", "Language">,
118 def TerminalWidth: Property<"term-width", "SInt64">,
134 def UseColor: Property<"use-color", "Boolean">,
138 def ShowProgress: Property<"show-progress", "Boolean">,
158 def AutoIndent: Property<"auto-indent", "Boolean">,
162 def PrintDecls: Property<"print-decls", "Boolean">,
[all …]
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-and-class-extension.m16 int Property; // expected-note {{previously declared 'Property' here}}
24 @property int Property; property
34 @synthesize Property; // expected-error {{property 'Property' attempting to use instance variable '
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.cpp109 struct Property { struct
111 Property(char* n) in Property() argument
115 void append(Property x);
118 append(Property(getterName)); in appendWrapper()
126 Property prop;
127 NestedProperty(Property p) in NestedProperty()
133 appendNested(NestedProperty(Property(getterName))); in appendWrapperNested()
H A DObjCPropertiesSyntaxChecks.m11 @property(copy) NSMutableString *mutableStr; // expected-warning{{Property of mutable type 'NSMutab…
12 @property(copy) NSMutableString *mutableExplicitStr; // expected-warning{{Property of mutable type …
22 @property(copy) NSMutableString *mutableStrInCategory; // expected-warning{{Property of mutable typ…
23 …bleString *mutableReadonlyStrOverriddenInCategory; // expected-warning{{Property of mutable type '…
51 …utableString *mutableReadonlyStrOverriddenInChild; // expected-warning{{Property of mutable type '…
/llvm-project-15.0.7/clang/test/ExtractAPI/
H A Dobjc_interface.m21 + (id)getWithProperty:(unsigned) Property;
178 "spelling": "Property"
204 "spelling": "Property"
207 "name": "Property"
291 "spelling": "Property"
345 "name": "Property"
467 "spelling": "Property"
489 "spelling": "Property"
495 "spelling": "Property"
498 "title": "Property"
[all …]
H A Dobjc_category.m23 @property int Property; property
66 "source": "c:objc(cs)Interface(py)Property",
322 "spelling": "Property"
327 "precise": "c:objc(cs)Interface(py)Property"
330 "displayName": "Instance Property",
344 "spelling": "Property"
350 "spelling": "Property"
353 "title": "Property"
357 "Property"
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUserProperties.td4 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">,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp862 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()
2218 Property->getIdentifier(), Property->getQueryKind())) { in AtomicPropertySetterGetterRules()
2242 Diag(Property->getLocation(), in AtomicPropertySetterGetterRules()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelect.h42 .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 DLegalizer.h59 MachineFunctionProperties::Property::IsSSA); in getRequiredProperties()
64 MachineFunctionProperties::Property::Legalized); in getSetProperties()
69 MachineFunctionProperties::Property::NoPHIs); in getClearedProperties()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DLLGSTest.cpp35 HasValue(testing::Property(&StopReply::getKind, in TEST_F()
53 HasValue(testing::Property(&StopReply::getKind, in TEST_F()
65 Failed<ErrorInfoBase>(testing::Property( in TEST_F()
73 Failed<ErrorInfoBase>(testing::Property( in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteProperties.td4 def PacketTimeout: Property<"packet-timeout", "UInt64">,
8 def TargetDefinitionFile: Property<"target-definition-file", "FileSpec">,
12 def UseSVR4: Property<"use-libraries-svr4", "Boolean">,
16 def UseGPacketForReading: Property<"use-g-packet-for-reading", "Boolean">,
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Mips/
H A DTargetTest.cpp29 using testing::Property;
32 return AllOf(Property(&MCOperand::isImm, Eq(true)), in IsImm()
33 Property(&MCOperand::getImm, Eq(Value))); in IsImm()
37 return AllOf(Property(&MCOperand::isReg, Eq(true)), in IsReg()
38 Property(&MCOperand::getReg, Eq(Reg))); in IsReg()
42 return Property(&MCInst::getOpcode, Eq(Opcode)); in OpcodeIs()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h60 std::vector<const Property *> &matching_properties) const;
79 virtual const Property *GetProperty(const ExecutionContext *exe_ctx,
83 virtual const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx,
89 virtual const Property *GetPropertyAtPath(const ExecutionContext *exe_ctx,
208 Property *ProtectedGetPropertyAtIndex(uint32_t idx) { in ProtectedGetPropertyAtIndex()
212 const Property *ProtectedGetPropertyAtIndex(uint32_t idx) const { in ProtectedGetPropertyAtIndex()
219 std::vector<Property> m_properties;
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSDNodeProperties.cpp18 for (Record *Property : R->getValueAsListOfDefs("Properties")) { in parseSDPatternOperatorProperties()
19 auto Offset = StringSwitch<unsigned>(Property->getName()) in parseSDPatternOperatorProperties()
36 Property->getName() + "' on node '" + in parseSDPatternOperatorProperties()

1234567891011