Searched refs:succeeds (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicCastInfo.h31 bool succeeds() const { return ResultKind == CastResult::Success; } function in class:clang::ento::DynamicCastInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp100 return CastSucceeds ? CastInfo->fails() : CastInfo->succeeds();
188 // We assume that every checked cast succeeds.
192 CastSucceeds = IsNonNullReturn && CastInfo->succeeds();
236 CastSucceeds = IsInstanceOf && CastInfo->succeeds();
/freebsd-11-stable/contrib/ntp/
H A DMakefile.am106 configured in $(srcdir) but "make ./COPYRIGHT" succeeds. \
H A DMakefile.in1120 configured in $(srcdir) but "make ./COPYRIGHT" succeeds. \
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp202 << (SI->succeeds() ? "success" : "fail") << "\" }";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc206 // if fstat succeeds, move on to the next FD.
/freebsd-11-stable/stand/
H A Ddefs.mk156 # when this test succeeds rather than require dd to be a bootstrap tool.

Completed in 114 milliseconds