Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp31 mutable CloneDetector Detector; member in __anon690449e30111::CloneChecker
57 Detector.analyzeCodeBody(D); in checkASTCodeBody()
84 Detector.findClones( in checkEndOfTranslationUnit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp3167 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3177 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
3179 for (const auto *NE : Detector.NewExprs) in DiagnoseMismatchedNewDelete()
3181 << Detector.IsArrayForm; in DiagnoseMismatchedNewDelete()
3187 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false); in AnalyzeDeleteExprMismatch() local
3188 switch (Detector.analyzeDeleteExpr(DE)) { in AnalyzeDeleteExprMismatch()
3191 DiagnoseMismatchedNewDelete(*this, DE->getBeginLoc(), Detector); in AnalyzeDeleteExprMismatch()
3195 DeleteExprs[Detector.Field].push_back( in AnalyzeDeleteExprMismatch()
3206 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true); in AnalyzeDeleteExprMismatch() local
3207 switch (Detector.analyzeField(Field, DeleteWasArrayForm)) { in AnalyzeDeleteExprMismatch()
[all …]