| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 13 def : Property<"elementType", QualType> { 21 def : Property<"pointeeType", QualType> { 29 def : Property<"originalType", QualType> { 32 def : Property<"adjustedType", QualType> { 50 def : Property<"pointeeType", QualType> { 58 def : Property<"pointeeTypeAsWritten", QualType> { 64 def : Property<"isSpelledAsLValue", Bool> { 81 def : Property<"pointeeType", QualType> { 84 def : Property<"baseType", QualType> { 94 def : Property<"elementType", 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 165 class Property<string name, PropertyType type> { 260 def : Property<"value", APSInt> { 266 def : Property<"semantics", UInt32> { 272 def : Property<"value", APInt> { 282 def : Property<"semantics", FixedPointSemantics> { [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | SDNodeProperties.cpp | 17 for (Record *Property : R->getValueAsListOfDefs("Properties")) { in parseSDPatternOperatorProperties() 18 if (Property->getName() == "SDNPCommutative") { in parseSDPatternOperatorProperties() 20 } else if (Property->getName() == "SDNPAssociative") { in parseSDPatternOperatorProperties() 22 } else if (Property->getName() == "SDNPHasChain") { in parseSDPatternOperatorProperties() 24 } else if (Property->getName() == "SDNPOutGlue") { in parseSDPatternOperatorProperties() 26 } else if (Property->getName() == "SDNPInGlue") { in parseSDPatternOperatorProperties() 28 } else if (Property->getName() == "SDNPOptInGlue") { in parseSDPatternOperatorProperties() 30 } else if (Property->getName() == "SDNPMayStore") { in parseSDPatternOperatorProperties() 32 } else if (Property->getName() == "SDNPMayLoad") { in parseSDPatternOperatorProperties() 34 } else if (Property->getName() == "SDNPSideEffect") { in parseSDPatternOperatorProperties() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 58 TraitSet getOpenMPContextTraitSetForProperty(TraitProperty Property); 68 TraitSelector getOpenMPContextTraitSelectorForProperty(TraitProperty Property); 112 bool isValidTraitPropertyForTraitSetAndSelector(TraitProperty Property, 124 void addTrait(TraitProperty Property, StringRef RawString, 126 addTrait(getOpenMPContextTraitSetForProperty(Property), Property, RawString, 133 void addTrait(TraitSet Set, TraitProperty Property, StringRef RawString, 136 ScoreMap[Property] = *Score; 140 if (Property == TraitProperty::device_isa___ANY) 143 RequiredTraits.set(unsigned(Property)); 145 ConstructTraits.push_back(Property); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 90 TraitProperty Property = TraitProperty(Bit); in OMPContext() 91 dbgs() << "\t " << getOpenMPContextTraitPropertyFullName(Property) in OMPContext() 166 auto HandleTrait = [MK](TraitProperty Property, in isVariantApplicableInContextHelper() 185 << getOpenMPContextTraitPropertyName(Property, "") in isVariantApplicableInContextHelper() 189 << getOpenMPContextTraitPropertyName(Property, "") in isVariantApplicableInContextHelper() 196 TraitProperty Property = TraitProperty(Bit); in isVariantApplicableInContextHelper() local 198 getOpenMPContextTraitSetForProperty(Property) != TraitSet::device) in isVariantApplicableInContextHelper() 203 if (getOpenMPContextTraitSelectorForProperty(Property) == in isVariantApplicableInContextHelper() 207 bool IsActiveTrait = Ctx.ActiveTraits.test(unsigned(Property)); in isVariantApplicableInContextHelper() 211 if (Property == TraitProperty::device_isa___ANY) in isVariantApplicableInContextHelper() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 349 auto isImplicitlyReadonlyAtomic = [](ObjCPropertyDecl *Property) -> bool { in checkAtomicPropertyMismatch() argument 351 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch() 360 if (Property->getPropertyAttributesAsWritten() & in checkAtomicPropertyMismatch() 840 ObjCPropertyDecl *Property) { in SelectPropertyForSynthesisFromProtocols() argument 841 assert(isa<ObjCProtocolDecl>(Property->getDeclContext()) && in SelectPropertyForSynthesisFromProtocols() 847 PDecl->collectInheritedProtocolProperties(Property, ProtocolSet, in SelectPropertyForSynthesisFromProtocols() 854 PDecl->collectInheritedProtocolProperties(Property, ProtocolSet, in SelectPropertyForSynthesisFromProtocols() 862 return Property; in SelectPropertyForSynthesisFromProtocols() 864 ObjCPropertyDecl *OriginalProperty = Property; in SelectPropertyForSynthesisFromProtocols() 868 if (Property->isReadOnly() && !Prop.value()->isReadOnly()) { in SelectPropertyForSynthesisFromProtocols() [all …]
|
| H A D | ScopeInfo.cpp | 118 : Base(nullptr, true), Property(getBestPropertyDecl(PropE)) { in WeakObjectProfileTy() 133 : Base(nullptr, true), Property(Prop) { in WeakObjectProfileTy() 141 : Base(nullptr, true), Property(DRE->getDecl()) { in WeakObjectProfileTy() 142 assert(isa<VarDecl>(Property)); in WeakObjectProfileTy() 147 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) { in WeakObjectProfileTy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.h | 40 .set(MachineFunctionProperties::Property::IsSSA) in getRequiredProperties() 41 .set(MachineFunctionProperties::Property::Legalized) in getRequiredProperties() 42 .set(MachineFunctionProperties::Property::RegBankSelected); in getRequiredProperties() 47 MachineFunctionProperties::Property::Selected); in getSetProperties()
|
| H A D | Legalizer.h | 54 MachineFunctionProperties::Property::IsSSA); in getRequiredProperties() 59 MachineFunctionProperties::Property::Legalized); in getSetProperties() 64 MachineFunctionProperties::Property::NoPHIs); in getClearedProperties()
|
| H A D | RegBankSelect.h | 628 .set(MachineFunctionProperties::Property::IsSSA) in getRequiredProperties() 629 .set(MachineFunctionProperties::Property::Legalized); in getRequiredProperties() 634 MachineFunctionProperties::Property::RegBankSelected); in getSetProperties() 639 .set(MachineFunctionProperties::Property::NoPHIs); in getClearedProperties()
|
| /netbsd-src/lib/libusbhid/ |
| H A D | usb_hid_usages | 1655 0x300 Property 1656 0x301 Property: Friendly Name 1657 0x302 Property: Persistent Unique ID 1658 0x303 Property: Sensor Status 1659 0x304 Property: Minimum Report Interval 1660 0x305 Property: Sensor Manufacturer 1661 0x306 Property: Sensor Model 1662 0x307 Property: Sensor Serial Number 1663 0x308 Property: Sensor Description 1664 0x309 Property: Sensor Connection Type [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/ |
| H A D | runtime.h | 55 typedef struct objc_property *Property; typedef 369 objc_EXPORT const char * property_getName (Property property); 373 objc_EXPORT const char * property_getAttributes (Property property); 382 objc_EXPORT Property class_getProperty (Class class_, const char *propertyName); 395 objc_EXPORT Property * class_copyPropertyList 885 objc_EXPORT Property protocol_getProperty (Protocol *protocol, const char *propertyName, 900 objc_EXPORT Property *protocol_copyPropertyList (Protocol *protocol, unsigned int *numberOfReturned…
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/objc/ |
| H A D | runtime.h | 55 typedef struct objc_property *Property; typedef 369 objc_EXPORT const char * property_getName (Property property); 373 objc_EXPORT const char * property_getAttributes (Property property); 382 objc_EXPORT Property class_getProperty (Class class_, const char *propertyName); 395 objc_EXPORT Property * class_copyPropertyList 885 objc_EXPORT Property protocol_getProperty (Protocol *protocol, const char *propertyName, 900 objc_EXPORT Property *protocol_copyPropertyList (Protocol *protocol, unsigned int *numberOfReturned…
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 78 std::vector<Property> Properties; 101 for (Property property : in ASTPropsEmitter() 182 function_ref<void (Property)> visit) { in visitAllProperties() 197 for (Property prop : info.Properties) { in visitAllProperties() 249 void emitReadOfProperty(StringRef readerName, Property property); 253 void emitWriteOfProperty(StringRef writerName, Property property); 299 std::map<StringRef, Property> allProperties; in validateNode() 304 for (Property property : nodeInfo.Properties) { in validateNode() 314 Property existingProperty = result.first->second; in validateNode() 456 visitAllProperties(node, nodeInfo, [&](Property prop) { in emitPropertiedReaderWriterBody() [all …]
|
| /netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/testing/ |
| H A D | bdbhpt-populate.pl | |
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 268 const NamedDecl *Property = nullptr; variable 278 WeakObjectProfileTy(const Expr *Base, const ObjCPropertyDecl *Property); 283 const NamedDecl *getProperty() const { return Property; } in getProperty() 301 return Base == Other.Base && Property == Other.Property; 322 Val.Property)); in getHashValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | Assembler.cpp | 191 Properties.set(MachineFunctionProperties::Property::NoVRegs); in assembleToStream() 192 Properties.reset(MachineFunctionProperties::Property::IsSSA); in assembleToStream() 193 Properties.set(MachineFunctionProperties::Property::NoPHIs); in assembleToStream() 213 Properties.reset(MachineFunctionProperties::Property::TracksLiveness); in assembleToStream()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostSelectOptimize.cpp | 174 MachineFunctionProperties::Property::FailedISel)) in runOnMachineFunction() 177 MachineFunctionProperties::Property::Selected) && in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 203 struct Property { struct 214 typedef std::vector<Property> PropertiesSeq; 217 LLVM_YAML_IS_SEQUENCE_VECTOR(Property) 221 template <> struct MappingTraits<Property> { 222 static void mapping(IO &IO, Property &P) { in mapping()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
| H A D | protocols.c | 456 Property protocol_getProperty (Protocol *protocol, const char *propertyName, in protocol_getProperty() 475 Property *protocol_copyPropertyList (Protocol *protocol, unsigned int *numberOfReturnedProperties) in protocol_copyPropertyList() 478 Property *returnValue = NULL; in protocol_copyPropertyList()
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/ |
| H A D | protocols.c | 456 Property protocol_getProperty (Protocol *protocol, const char *propertyName, in protocol_getProperty() 475 Property *protocol_copyPropertyList (Protocol *protocol, unsigned int *numberOfReturnedProperties) in protocol_copyPropertyList() 478 Property *returnValue = NULL; in protocol_copyPropertyList()
|
| /netbsd-src/external/cddl/osnet/dist/lib/pyzfs/common/ |
| H A D | dataset.py | 35 class Property(object): class 73 proptable[name] = Property(t)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 355 Properties.set(MachineFunctionProperties::Property::NoPHIs); in computeFunctionProperties() 359 Properties.set(MachineFunctionProperties::Property::IsSSA); in computeFunctionProperties() 361 Properties.reset(MachineFunctionProperties::Property::IsSSA); in computeFunctionProperties() 365 Properties.set(MachineFunctionProperties::Property::NoVRegs); in computeFunctionProperties() 442 MF.getProperties().set(MachineFunctionProperties::Property::Legalized); in initializeMachineFunction() 445 MachineFunctionProperties::Property::RegBankSelected); in initializeMachineFunction() 447 MF.getProperties().set(MachineFunctionProperties::Property::Selected); in initializeMachineFunction() 449 MF.getProperties().set(MachineFunctionProperties::Property::FailedISel); in initializeMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 127 MachineFunctionProperties::Property::NoVRegs).set( 128 MachineFunctionProperties::Property::TracksLiveness);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 669 MF.getProperties().reset(MachineFunctionProperties::Property::IsSSA); in createOutlinedFunction() 670 MF.getProperties().set(MachineFunctionProperties::Property::NoPHIs); in createOutlinedFunction() 671 MF.getProperties().set(MachineFunctionProperties::Property::NoVRegs); in createOutlinedFunction() 672 MF.getProperties().set(MachineFunctionProperties::Property::TracksLiveness); in createOutlinedFunction() 785 MachineFunctionProperties::Property::TracksLiveness)) { in outline()
|