Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp83 FunctionEffect Effect; member
92 Violation(FunctionEffect Effect, ViolationID ID, ViolationSite VS, in Violation()
95 : Effect(Effect), CalleeEffectPreventingInference(CalleeEffect), ID(ID), in Violation()
311 else if (lookup(Viol.Effect) != nullptr) in maybeInsert()
322 *Impl, [&](const auto &Item) { return Item.Effect == Key; }); in lookup()
473 const Violation *firstViolationForEffect(FunctionEffect Effect) { in firstViolationForEffect() argument
474 return InferrableEffectToFirstViolation.lookup(Effect); in firstViolationForEffect()
551 for (FunctionEffect Effect : S.AllEffectsToVerify) { in run() local
552 const FunctionEffect::Flags Flags = Effect.flags(); in run()
554 AllInferrableEffectsToVerify.insert(Effect); in run()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCachedConstAccessorsLattice.h123 LatticeEffect &Effect) { in joinConstMethodMap() argument
130 Effect = LatticeJoinEffect::Changed; in joinConstMethodMap()
138 Effect = LatticeJoinEffect::Changed; in joinConstMethodMap()
153 LatticeEffect Effect = Base::join(Other); in join() local
161 ConstMethodReturnValues, Other.ConstMethodReturnValues, Effect); in join()
166 Other.ConstMethodReturnStorageLocations, Effect); in join()
168 return Effect; in join()
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/crypto/openssl/doc/man3/
H A DOPENSSL_ppccap.pod56 Effect: Enables use of vector instructions but does not enable extensions added
68 Effect: Enables AES, SHA-2 sigma, and other ISA 2.07 instructions for AES, SHA-2,
78 Effect: Enables Poly1305 FPU implementation. The PPC_CRYPTO207 capability
88 Effect: Enables use of the polynomial multiply and other ISA 3.00 instructions
98 Effect: Enables use of the mftb instruction to sample the lower 32 bits of the
109 Effect: Enables use of the mfspr instruction to sample the lower 32 bits of the
120 Effect: Enables use of ISA 3.1 instructions in ChaCha20.
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8939-huawei-kiwi.dts36 label = "GPIO Hall Effect Sensor";
39 label = "Hall Effect Sensor";
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 Dmsm8939-samsung-a7.dts51 label = "GPIO Hall Effect Sensor";
54 label = "Hall Effect Sensor";
H A Dmsm8992-lg-h815.dts69 label = "Hall Effect Sensor";
H A Dmsm8953-xiaomi-tissot.dts31 label = "Hall Effect Sensor";
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp266 Environment::ValueModel &Model, LatticeEffect &Effect) { in widenKeyToValueMap() argument
289 Effect = LatticeEffect::Changed; in widenKeyToValueMap()
734 auto Effect = LatticeEffect::Unchanged; in widen() local
747 Model, Effect); in widen()
750 Model, Effect); in widen()
755 Effect = LatticeEffect::Changed; in widen()
757 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";
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5432 for (FunctionEffect Effect : CalleeFX) { in effectProhibitingInference() local
5434 if (Effect.kind() == Kind::Allocating) in effectProhibitingInference()
5435 return Effect; in effectProhibitingInference()
5437 if (kind() == Kind::NonBlocking && Effect.kind() == Kind::Blocking) in effectProhibitingInference()
5438 return Effect; in effectProhibitingInference()
5457 for (FunctionEffect Effect : CalleeFX) { in shouldDiagnoseFunctionCall() local
5458 const Kind EK = Effect.kind(); in shouldDiagnoseFunctionCall()
5478 FunctionEffect::Kind NewOppositeKind = NewEC.Effect.oppositeKind(); in insert()
5490 if (EC.Effect.kind() == NewEC.Effect.kind()) { in insert()
5497 if (EC.Effect.kind() == NewOppositeKind) { in insert()
[all …]
/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/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/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp620 ArgEffect Effect = Summ.getArg(idx); in checkSummary() local
625 Effect = ArgEffect(StopTrackingHard, ObjKind::OS); in checkSummary()
627 state = updateSymbol(state, Sym, *T, Effect, hasErr, C); in checkSummary()
632 } else if (Effect.getKind() == Dealloc) { in checkSummary()
/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos7870-j6lte.dts48 label = "GPIO Hall Effect Sensor";
54 label = "Hall Effect Sensor";

12