/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 91 Info.Properties = SymbolPropertySet(); in getSymbolInfo() 95 Info.Properties |= (SymbolPropertySet)SymbolProperty::Local; in getSymbolInfo() 98 Info.Properties |= (SymbolPropertySet)SymbolProperty::ProtocolInterface; in getSymbolInfo() 102 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 130 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 136 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 137 Info.Properties |= in getSymbolInfo() 140 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 141 Info.Properties |= in getSymbolInfo() 156 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | UserSettingsController.cpp | 33 Properties::Properties() = default; 35 Properties::Properties(const lldb::OptionValuePropertiesSP &collection_sp) in GetPropertyValue() 38 Properties::~Properties() = default; in GetPropertyValue() 41 Properties::GetPropertyValue(const ExecutionContext *exe_ctx, 49 Status Properties::SetPropertyValue(const ExecutionContext *exe_ctx, in SetPropertyValue() 61 void Properties::DumpAllPropertyValues(const ExecutionContext *exe_ctx, in DumpAllPropertyValues() 75 void Properties in DumpAllDescriptions() [all...] |
/freebsd/sys/contrib/device-tree/Bindings/edac/ |
H A D | socfpga-eccmgr.txt | 7 Required Properties: 16 Required Properties: 23 Required Properties: 57 Required Properties: 72 Required Properties: 79 Required Properties: 86 Required Properties: 94 Required Properties: 102 Required Properties: 110 Required Properties: [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.cpp | 423 Properties = 0; in ComplexPattern() 427 Properties |= 1 << SDNPHasChain; in ComplexPattern() 429 Properties |= 1 << SDNPOptInGlue; in ComplexPattern() 431 Properties |= 1 << SDNPMayStore; in ComplexPattern() 433 Properties |= 1 << SDNPMayLoad; in ComplexPattern() 435 Properties |= 1 << SDNPSideEffect; in ComplexPattern() 437 Properties |= 1 << SDNPMemOperand; in ComplexPattern() 439 Properties |= 1 << SDNPVariadic; in ComplexPattern() 441 Properties |= 1 << SDNPWantRoot; in ComplexPattern() 443 Properties |= 1 << SDNPWantParent; in ComplexPattern()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Value.h | 60 return Properties.lookup(Name); in getProperty() 69 Properties.insert_or_assign(Name, &Val); in setProperty() 74 return {Properties.begin(), Properties.end()}; in properties() 79 llvm::StringMap<Value *> Properties; variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | UserSettingsController.h | 33 class Properties { 35 Properties(); 37 Properties(const lldb::OptionValuePropertiesSP &collection_sp); in Properties() function 39 virtual ~Properties();
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | SDNodeProperties.cpp | 17 unsigned Properties = 0; in parseSDPatternOperatorProperties() local 33 Properties |= 1 << Offset; in parseSDPatternOperatorProperties() 39 return Properties; in parseSDPatternOperatorProperties()
|
/freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBPropertyDefEmitter.cpp | 173 std::vector<Record *> Properties = in EmitPropertyDefs() local 175 for (auto &PropertyRecordPair : getRecordsByName(Properties, "Definition")) { in EmitPropertyDefs() 184 std::vector<Record *> Properties = in EmitPropertyEnumDefs() local 186 for (auto &PropertyRecordPair : getRecordsByName(Properties, "Definition")) { in EmitPropertyEnumDefs()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 205 DbgValueProperties Properties; member 208 DbgValueProperties Properties) in ResolvedDbgValue() 209 : Ops(Ops.begin(), Ops.end()), Properties(Properties) {} in ResolvedDbgValue() 252 DbgValueProperties Properties; member 254 const DbgValueProperties &Properties) in UseBeforeDef() 256 Properties(Properties) {} in UseBeforeDef() 408 recoverAsEntryValue(VarID, Value.Properties, Num); in loadVarInloc() 426 addUseBeforeDef(VarID, Value.Properties, DbgOps, LastUseBeforeDef); in loadVarInloc() 435 auto NewValue = ResolvedDbgValue{ResolvedDbgOps, Value.Properties}; in loadVarInloc() 442 Value.Properties))); in loadVarInloc() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineFunction.h | 195 return Properties[static_cast<unsigned>(P)]; 199 Properties.set(static_cast<unsigned>(P)); 204 Properties.reset(static_cast<unsigned>(P)); 210 Properties.reset(); 215 Properties |= MFP.Properties; 220 Properties &= ~MFP.Properties; 227 return (Properties | ~V.Properties).all(); 234 std::bitset<static_cast<unsigned>(Property::LastProperty) + 1> Properties; 337 MachineFunctionProperties Properties; 808 const MachineFunctionProperties &getProperties() const { return Properties; } [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | pxa27x-keypad.txt | 3 Required Properties 12 Optional Properties For Matrix Keyes 15 Optional Properties for Direct Keyes 27 Optional Properties For Rotary
|
H A D | samsung-keypad.txt | 9 Required SoC Specific Properties: 21 Required Board Specific Properties: 39 Optional Properties: 43 Optional Properties specific to linux:
|
H A D | clps711x-keypad.txt | 3 Required Properties: 10 Optional Properties:
|
H A D | gpio-decoder.txt | 3 Required Properties: 8 Optional Properties:
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | samsung,s3cmci.txt | 10 Required SoC Specific Properties: 20 Required Board Specific Properties: 24 Optional Properties:
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | ov7670.txt | 7 Required Properties: 12 Required Endpoint Properties: 16 Optional Properties:
|
H A D | imx290.txt | 9 Required Properties: 19 Optional Properties: 26 Required Properties on endpoint:
|
H A D | sony,imx214.txt | 10 Required Properties: 21 Optional Properties: 29 Required Properties on endpoint:
|
H A D | tvp5150.txt | 7 Required Properties: 12 Optional Properties: 41 Required Endpoint Properties for parallel synchronization on output port: 52 Optional Connector Properties:
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | tps65090.txt | 3 Required Properties: 6 Optional Properties:
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | marvell.txt | 3 Required Properties: 9 Optional Properties:
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | si470x.txt | 7 Required Properties: 11 Optional Properties:
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | dw_wdt.txt | 3 Required Properties: 10 Optional Properties:
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-bindings.txt | 7 Required Properties: 13 Optional Properties: 36 Required Properties:
|
/freebsd/sys/contrib/device-tree/Bindings/security/tpm/ |
H A D | st33zp24-spi.txt | 7 Optional ST33ZP24 Properties: 12 Optional SoC Specific Properties:
|