Home
last modified time | relevance | path

Searched refs:Effect (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DMapLattice.h96 LatticeJoinEffect Effect = LatticeJoinEffect::Unchanged; in join() local
101 Effect = LatticeJoinEffect::Changed; in join()
103 Effect = LatticeJoinEffect::Changed; in join()
105 return Effect; in join()
H A DDataflowEnvironment.h56 LatticeEffect Effect; member
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-samsung-j5-common.dtsi35 label = "GPIO Hall Effect Sensor";
38 label = "Hall Effect Sensor";
H A Dmsm8916-samsung-gt5-common.dtsi59 label = "GPIO Hall Effect Sensor";
62 label = "Hall Effect Sensor";
H A Dmsm8939-longcheer-l9100.dts35 label = "GPIO Hall Effect Sensor";
38 label = "Hall Effect Sensor";
H A Dmsm8916-samsung-serranove.dts77 label = "GPIO Hall Effect Sensor";
80 label = "Hall Effect Sensor";
H A Dmsm8916-samsung-a2015-common.dtsi75 label = "GPIO Hall Effect Sensor";
78 label = "Hall Effect Sensor";
H A Dmsm8994-msft-lumia-octagon.dtsi100 label = "GPIO Hall Effect Sensor";
103 label = "Hall Effect Front Sensor";
111 label = "Hall Effect Back Sensor";
H A Dmsm8992-lg-h815.dts69 label = "Hall Effect Sensor";
H A Dmsm8939-samsung-a7.dts51 label = "GPIO Hall Effect Sensor";
54 label = "Hall Effect Sensor";
H A Dmsm8953-xiaomi-tissot.dts31 label = "Hall Effect Sensor";
H A Dmsm8998-oneplus-common.dtsi118 label = "Hall Effect Sensor";
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp267 Environment::ValueModel &Model, LatticeEffect &Effect) { in widenKeyToValueMap() argument
290 Effect = LatticeEffect::Changed; in widenKeyToValueMap()
735 auto Effect = LatticeEffect::Unchanged; in widen() local
748 Model, Effect); in widen()
751 Model, Effect); in widen()
756 Effect = LatticeEffect::Changed; in widen()
758 return Effect; in widen()
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8226-samsung-ms013g.dts31 label = "GPIO Hall Effect Sensor";
34 label = "Hall Effect Sensor";
H A Dqcom-msm8926-motorola-peregrine.dts43 label = "Hall Effect Sensor";
H A Dmsm8226-motorola-falcon.dts41 label = "Hall Effect Sensor";
H A Dqcom-msm8226-samsung-matisse-common.dtsi41 label = "Hall Effect Sensor";
H A Dqcom-msm8974pro-oneplus-bacon.dts46 label = "Hall Effect Sensor";
/freebsd/share/misc/
H A Dusb_hid_usages1032 0x21 Set Effect Report
1033 0x22 Effect Block Index
1036 0x25 Effect Type
1088 0x77 Effect Operation Report
1089 0x78 Effect Operation
1090 0x79 Op Effect Start
1091 0x7A Op Effect Start Solo
1092 0x7B Op Effect Stop
1099 0x82 ROM Effect Block Count
1115 0x94 Effect Playing
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5144 if (CalleeEC.Effect.kind() == Kind::Allocating) in canInferOnFunction()
5148 CalleeEC.Effect.kind() == Kind::Blocking) in canInferOnFunction()
5171 for (const auto &Effect : CalleeFX) { in shouldDiagnoseFunctionCall() local
5172 const Kind EK = Effect.kind(); in shouldDiagnoseFunctionCall()
5195 FunctionEffect::Kind NewOppositeKind = NewEC.Effect.oppositeKind(); in insert()
5207 if (EC.Effect.kind() == NewEC.Effect.kind()) { in insert()
5214 if (EC.Effect.kind() == NewOppositeKind) { in insert()
5220 if (NewEC.Effect.kind() < EC.Effect.kind() && InsertIdx > Idx) in insert()
5232 Effects.insert(Effects.begin() + InsertIdx, NewEC.Effect); in insert()
5255 return std::tuple(LHS.Effect, uintptr_t(LHS.Cond.getCondition())) < in getIntersection()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-href-stuib.dtsi27 label = "HED54XXU11 Hall Effect Sensor";
H A Dste-href-tvk1281618-r3.dtsi23 label = "HED54XXU11 Hall Effect Sensor";
H A Dste-href-tvk1281618-r2.dtsi28 label = "HED54XXU11 Hall Effect Sensor";
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2784 if (Old.Effect.kind() < New.Effect.kind()) in FunctionEffectDifferences()
2786 else if (New.Effect.kind() < Old.Effect.kind()) in FunctionEffectDifferences()
2794 Old.Effect.kind(), FunctionEffectDiff::Kind::ConditionMismatch, in FunctionEffectDifferences()
2804 Old.Effect.kind(), FunctionEffectDiff::Kind::Removed, Old, {}}); in FunctionEffectDifferences()
2810 New.Effect.kind(), FunctionEffectDiff::Kind::Added, {}, New}); in FunctionEffectDifferences()
2829 if (CFE.Effect.kind() == FunctionEffect::Kind::NonBlocking) in shouldDiagnoseConversion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp621 ArgEffect Effect = Summ.getArg(idx); in checkSummary() local
626 Effect = ArgEffect(StopTrackingHard, ObjKind::OS); in checkSummary()
628 state = updateSymbol(state, Sym, *T, Effect, hasErr, C); in checkSummary()
633 } else if (Effect.getKind() == Dealloc) { in checkSummary()

12