/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | MapLattice.h | 96 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 D | DataflowEnvironment.h | 56 LatticeEffect Effect; member
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8916-samsung-j5-common.dtsi | 35 label = "GPIO Hall Effect Sensor"; 38 label = "Hall Effect Sensor";
|
H A D | msm8916-samsung-gt5-common.dtsi | 59 label = "GPIO Hall Effect Sensor"; 62 label = "Hall Effect Sensor";
|
H A D | msm8939-longcheer-l9100.dts | 35 label = "GPIO Hall Effect Sensor"; 38 label = "Hall Effect Sensor";
|
H A D | msm8916-samsung-serranove.dts | 77 label = "GPIO Hall Effect Sensor"; 80 label = "Hall Effect Sensor";
|
H A D | msm8916-samsung-a2015-common.dtsi | 75 label = "GPIO Hall Effect Sensor"; 78 label = "Hall Effect Sensor";
|
H A D | msm8994-msft-lumia-octagon.dtsi | 100 label = "GPIO Hall Effect Sensor"; 103 label = "Hall Effect Front Sensor"; 111 label = "Hall Effect Back Sensor";
|
H A D | msm8992-lg-h815.dts | 69 label = "Hall Effect Sensor";
|
H A D | msm8939-samsung-a7.dts | 51 label = "GPIO Hall Effect Sensor"; 54 label = "Hall Effect Sensor";
|
H A D | msm8953-xiaomi-tissot.dts | 31 label = "Hall Effect Sensor";
|
H A D | msm8998-oneplus-common.dtsi | 118 label = "Hall Effect Sensor";
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 267 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 D | qcom-msm8226-samsung-ms013g.dts | 31 label = "GPIO Hall Effect Sensor"; 34 label = "Hall Effect Sensor";
|
H A D | qcom-msm8926-motorola-peregrine.dts | 43 label = "Hall Effect Sensor";
|
H A D | msm8226-motorola-falcon.dts | 41 label = "Hall Effect Sensor";
|
H A D | qcom-msm8226-samsung-matisse-common.dtsi | 41 label = "Hall Effect Sensor";
|
H A D | qcom-msm8974pro-oneplus-bacon.dts | 46 label = "Hall Effect Sensor";
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 1032 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 D | Type.cpp | 5144 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 D | ste-href-stuib.dtsi | 27 label = "HED54XXU11 Hall Effect Sensor";
|
H A D | ste-href-tvk1281618-r3.dtsi | 23 label = "HED54XXU11 Hall Effect Sensor";
|
H A D | ste-href-tvk1281618-r2.dtsi | 28 label = "HED54XXU11 Hall Effect Sensor";
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 2784 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 D | RetainCountChecker.cpp | 621 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()
|