Home
last modified time | relevance | path

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

/NextBSD/contrib/file/magic/Magdir/
HDscientific38 # 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,
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDj_thread_example.txt12 2007 Sep 24 04:01:34 311512/9 => Low Memory Detector
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp2540 const MismatchingNewDeleteDetector &Detector) { in DiagnoseMismatchedNewDelete() argument
2543 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
2553 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
2555 for (const auto *NE : Detector.NewExprs) in DiagnoseMismatchedNewDelete()
2557 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()
2563 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false); in AnalyzeDeleteExprMismatch() local
2564 switch (Detector.analyzeDeleteExpr(DE)) { in AnalyzeDeleteExprMismatch()
2567 DiagnoseMismatchedNewDelete(*this, DE->getLocStart(), Detector); in AnalyzeDeleteExprMismatch()
2571 DeleteExprs[Detector.Field].push_back( in AnalyzeDeleteExprMismatch()
2582 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true); in AnalyzeDeleteExprMismatch() local
[all …]