Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLazyDetector.h26 std::optional<T> Detector; variable
33 if (!Detector)
34 Detector.emplace(D, Triple, Args);
35 return &*Detector;
/freebsd/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/sys/contrib/device-tree/Bindings/power/supply/
H A Dmaxim,max14656.txt1 Maxim MAX14656 / AL32 USB Charger Detector
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3565 const MismatchingNewDeleteDetector &Detector) { in DiagnoseMismatchedNewDelete() argument
3568 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() local
3589 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 …]