Home
last modified time | relevance | path

Searched refs:Properties (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp33 Properties::Properties() = default;
35 Properties::Properties(const lldb::OptionValuePropertiesSP &collection_sp) in Properties() function in Properties
38 Properties::~Properties() = default;
41 Properties::GetPropertyValue(const ExecutionContext *exe_ctx, in GetPropertyValue()
49 Status Properties::SetPropertyValue(const ExecutionContext *exe_ctx, in SetPropertyValue()
61 void Properties::DumpAllPropertyValues(const ExecutionContext *exe_ctx, in DumpAllPropertyValues()
75 void Properties::DumpAllDescriptions(CommandInterpreter &interpreter, in DumpAllDescriptions()
84 Status Properties::DumpPropertyValue(const ExecutionContext *exe_ctx, in DumpPropertyValue()
99 Properties::Apropos(llvm::StringRef keyword, in Apropos()
108 llvm::StringRef Properties::GetExperimentalSettingsName() { in GetExperimentalSettingsName()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp91 Info.Properties = SymbolPropertySet(); in getSymbolInfo()
95 Info.Properties |= (SymbolPropertySet)SymbolProperty::Local; in getSymbolInfo()
102 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
137 Info.Properties |= in getSymbolInfo()
141 Info.Properties |= in getSymbolInfo()
157 Info.Properties |= in getSymbolInfo()
162 Info.Properties |= in getSymbolInfo()
237 checkForIBOutlets(D, Info.Properties); in getSymbolInfo()
246 checkForIBOutlets(D, Info.Properties); in getSymbolInfo()
390 Info.Properties |= in getSymbolInfo()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/edac/
H A Dsocfpga-eccmgr.txt7 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/
H A DSDNodeProperties.cpp17 unsigned Properties = 0; in parseSDPatternOperatorProperties() local
33 Properties |= 1 << Offset; in parseSDPatternOperatorProperties()
39 return Properties; in parseSDPatternOperatorProperties()
H A DCodeGenTarget.cpp620 Properties = 0; in ComplexPattern()
624 Properties |= 1 << SDNPHasChain; in ComplexPattern()
626 Properties |= 1 << SDNPOptInGlue; in ComplexPattern()
628 Properties |= 1 << SDNPMayStore; in ComplexPattern()
630 Properties |= 1 << SDNPMayLoad; in ComplexPattern()
632 Properties |= 1 << SDNPSideEffect; in ComplexPattern()
634 Properties |= 1 << SDNPMemOperand; in ComplexPattern()
636 Properties |= 1 << SDNPVariadic; in ComplexPattern()
638 Properties |= 1 << SDNPWantRoot; in ComplexPattern()
640 Properties |= 1 << SDNPWantParent; in ComplexPattern()
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dsiliconmitus,sm5703-regulator.yaml25 Properties for the BUCK regulator.
32 Properties for the VBUS regulator.
40 Properties for single LDO regulator.
47 Properties for a single USBLDO regulator.
H A Dmaxim,max77686.yaml30 Properties for single LDO regulator.
43 Properties for single LDO regulator.
60 Properties for single BUCK regulator.
72 Properties for single BUCK regulator.
H A Dsamsung,s2mps14.yaml28 Properties for single LDO regulator.
38 Properties for single LDO regulator.
56 Properties for single BUCK regulator.
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h33 class Properties {
35 Properties();
37 Properties(const lldb::OptionValuePropertiesSP &collection_sp);
39 virtual ~Properties();
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h61 return Properties.lookup(Name); in getProperty()
71 Properties.insert_or_assign(Name, &Val); in setProperty()
76 return {Properties.begin(), Properties.end()}; in properties()
81 llvm::StringMap<Value *> Properties; variable
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp173 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 DInstrRefBasedImpl.cpp202 DbgValueProperties Properties; member
206 : Ops(Ops.begin(), Ops.end()), Properties(Properties) {} in ResolvedDbgValue()
249 DbgValueProperties Properties; member
253 Properties(Properties) {} in UseBeforeDef()
765 It->second.Properties = Properties; in redefVar()
823 const DbgValueProperties &Properties = ActiveVLocIt->second.Properties; in clobberMloc() local
927 if (Properties.Indirect) in emitMOLoc()
982 if (Properties.Indirect) in dump()
984 if (Properties.DIExpr) in dump()
2797 if (!FirstValue.Properties.isJoinable(OutVal.Properties)) in pickVPHILoc()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dpxa27x-keypad.txt3 Required Properties
12 Optional Properties For Matrix Keyes
15 Optional Properties for Direct Keyes
27 Optional Properties For Rotary
H A Dsamsung-keypad.txt9 Required SoC Specific Properties:
21 Required Board Specific Properties:
39 Optional Properties:
43 Optional Properties specific to linux:
H A Dclps711x-keypad.txt3 Required Properties:
10 Optional Properties:
H A Dgpio-decoder.txt3 Required Properties:
8 Optional Properties:
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h195 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.reset(MFP.Properties);
227 return !V.Properties.test(Properties);
234 BitVector Properties =
338 MachineFunctionProperties Properties;
807 const MachineFunctionProperties &getProperties() const { return Properties; }
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsamsung,s3cmci.txt10 Required SoC Specific Properties:
20 Required Board Specific Properties:
24 Optional Properties:
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dov7670.txt7 Required Properties:
12 Required Endpoint Properties:
16 Optional Properties:
H A Dimx290.txt9 Required Properties:
19 Optional Properties:
26 Required Properties on endpoint:
H A Dsony,imx214.txt10 Required Properties:
21 Optional Properties:
29 Required Properties on endpoint:
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dtps65090.txt3 Required Properties:
6 Optional Properties:
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dmarvell.txt3 Required Properties:
9 Optional Properties:
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Ddw_wdt.txt3 Required Properties:
10 Optional Properties:
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dsi470x.txt7 Required Properties:
11 Optional Properties:

12345678910>>...21