Home
last modified time | relevance | path

Searched refs:Detector (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLazyDetector.h26 std::optional<T> Detector; variable
33 if (!Detector)
34 Detector.emplace(D, Triple, Args);
35 return &*Detector;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp37 mutable CloneDetector Detector; member in __anondb83c4aa0111::CloneChecker
64 Detector.analyzeCodeBody(D); in checkASTCodeBody()
78 Detector.findClones( in checkEndOfTranslationUnit()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dscientific38 # X-Ray Area Detector images
39 0 string R-AXIS4\ \ \ R-Axis Area Detector Image:
47 0 string RAXIS\ \ \ \ \ R-Axis Area Detector Image, Win32:
56 1028 string MMX\000\000\000\000\000\000\000\000\000\000\000\000\000 MAR Area Detector Image,
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Dmaxim,max14656.txt1 Maxim MAX14656 / AL32 USB Charger Detector
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,admv1014.yaml83 Digital Rx Detector Enable. The Square Law Detector output is
H A Dadi,admv1013.yaml44 Enable the Envelope Detector available at output pins VENV_P and
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/temperature/
H A Dmaxim,max31865.yaml7 title: Maxim MAX31865 Resistance Temperature Detector.
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/light/
H A Dtsl2772.yaml7 title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector
/freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsocionext,uniphier-aidet.yaml10 UniPhier AIDET (ARM Interrupt Detector) is an add-on block for ARM GIC
/freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/
H A Dmoortec,mr75203.yaml21 *) Process Detector (PD) - used to assess silicon speed (e.g. mr74139).
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3564 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3574 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
3576 for (const auto *NE : Detector.NewExprs) in DiagnoseMismatchedNewDelete()
3578 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()
3584 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false); in AnalyzeDeleteExprMismatch() local
3585 switch (Detector.analyzeDeleteExpr(DE)) { in AnalyzeDeleteExprMismatch()
3588 DiagnoseMismatchedNewDelete(*this, DE->getBeginLoc(), Detector); in AnalyzeDeleteExprMismatch()
3592 DeleteExprs[Detector.Field].push_back( in AnalyzeDeleteExprMismatch()
3603 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true); in AnalyzeDeleteExprMismatch() local
3604 switch (Detector.analyzeField(Field, DeleteWasArrayForm)) { in AnalyzeDeleteExprMismatch()
[all …]