Searched refs:Detector (Results 1 – 3 of 3) sorted by relevance
38 # X-Ray Area Detector images39 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,
12 2007 Sep 24 04:01:34 311512/9 => Low Memory Detector
2540 const MismatchingNewDeleteDetector &Detector) { in DiagnoseMismatchedNewDelete() argument2543 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() local2564 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 …]