Searched refs:Detector (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | LazyDetector.h | 26 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 D | CloneChecker.cpp | 37 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 D | scientific | 38 # 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 D | maxim,max14656.txt | 1 Maxim MAX14656 / AL32 USB Charger Detector
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/frequency/ |
| H A D | adi,admv1014.yaml | 83 Digital Rx Detector Enable. The Square Law Detector output is
|
| H A D | adi,admv1013.yaml | 44 Enable the Envelope Detector available at output pins VENV_P and
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/temperature/ |
| H A D | maxim,max31865.yaml | 7 title: Maxim MAX31865 Resistance Temperature Detector.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/light/ |
| H A D | tsl2772.yaml | 7 title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | socionext,uniphier-aidet.yaml | 10 UniPhier AIDET (ARM Interrupt Detector) is an add-on block for ARM GIC
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | moortec,mr75203.yaml | 21 *) Process Detector (PD) - used to assess silicon speed (e.g. mr74139).
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 3564 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 …]
|