Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp31 void checkReference(CheckerContext &C, const Expr *RetE,
75 checkReference(C, RetE, RetVal.castAs<DefinedOrUnknownSVal>()); in checkPreStmt()
103 void ReturnUndefChecker::checkReference(CheckerContext &C, const Expr *RetE, in checkReference() function in ReturnUndefChecker
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d2286 try { checkReference(s); } catch (Err e) { fail(e); } in checkAttValue()
2539 if (s.startsWith("&")) { checkReference(s); } in checkContent()
2602 void checkReference(ref string s) @safe pure // rule 67 in checkReference() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d2277 try { checkReference(s); } catch (Err e) { fail(e); } in checkAttValue()
2530 if (s.startsWith("&")) { checkReference(s); } in checkContent()
2593 void checkReference(ref string s) @safe pure // rule 67 in checkReference() function