Searched refs:Detector (Results 1 – 4 of 4) sorted by relevance
26 std::optional<T> Detector; variable33 if (!Detector)34 Detector.emplace(D, Triple, Args);35 return &*Detector;
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,
1 Maxim MAX14656 / AL32 USB Charger Detector
3565 const MismatchingNewDeleteDetector &Detector) { in DiagnoseMismatchedNewDelete() argument3568 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()3578 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()3580 for (const auto *NE : Detector.NewExprs) in DiagnoseMismatchedNewDelete()3582 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()3588 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false); in AnalyzeDeleteExprMismatch() local3589 switch (Detector.analyzeDeleteExpr(DE)) { in AnalyzeDeleteExprMismatch()3592 DiagnoseMismatchedNewDelete(*this, DE->getBeginLoc(), Detector); in AnalyzeDeleteExprMismatch()3596 DeleteExprs[Detector.Field].push_back( in AnalyzeDeleteExprMismatch()3607 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true); in AnalyzeDeleteExprMismatch() local[all …]