Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp37 mutable CloneDetector Detector; member in __anonaa998e680111::CloneChecker
63 Detector.analyzeCodeBody(D); in checkASTCodeBody()
77 Detector.findClones( in checkEndOfTranslationUnit()
/freebsd-13.1/sys/contrib/device-tree/Bindings/power/supply/
H A Dmaxim,max14656.txt1 Maxim MAX14656 / AL32 USB Charger Detector
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/light/
H A Dtsl2772.yaml7 title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3405 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3415 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
3417 for (const auto *NE : Detector.NewExprs) in DiagnoseMismatchedNewDelete()
3419 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()
3425 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false); in AnalyzeDeleteExprMismatch() local
3426 switch (Detector.analyzeDeleteExpr(DE)) { in AnalyzeDeleteExprMismatch()
3429 DiagnoseMismatchedNewDelete(*this, DE->getBeginLoc(), Detector); in AnalyzeDeleteExprMismatch()
3433 DeleteExprs[Detector.Field].push_back( in AnalyzeDeleteExprMismatch()
3444 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true); in AnalyzeDeleteExprMismatch() local
3445 switch (Detector.analyzeField(Field, DeleteWasArrayForm)) { in AnalyzeDeleteExprMismatch()
[all …]