Home
last modified time | relevance | path

Searched refs:assumption (Results 1 – 25 of 87) sorted by relevance

1234

/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp69 bool assumption) { in assume() argument
70 state = assumeAux(state, cond, assumption); in assume()
71 return SU.processAssume(state, cond, assumption); in assume()
118 bool assumption) { in assume() argument
119 state = assumeAux(state, cond, assumption); in assume()
120 return SU.processAssume(state, cond, assumption); in assume()
DBugReporterVisitors.cpp235 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption) in TrackConstraintBRVisitor() argument
236 : Constraint(constraint), Assumption(assumption), isSatisfied(false) {} in TrackConstraintBRVisitor()
/external/elfutils/
DREADME6 assumption is in sight this is believed to be a worthwhile optimization.
/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp99 BinaryOperatorData() : assumption(Possible), analysisContext(0) {} in BinaryOperatorData()
101 Assumption assumption; member
119 Assumption &A = Data.assumption; in checkPreStmt()
353 const Assumption &A = Data.assumption; in checkEndAnalysis()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSubEngine.h91 SVal cond, bool assumption) = 0;
DGRState.h171 const GRState *assume(DefinedOrUnknownSVal cond, bool assumption) const;
181 bool assumption) const;
DExprEngine.h184 const GRState *processAssume(const GRState *state, SVal cond,bool assumption);
/external/libvpx/vp8/common/ppc/
Dcopy_altivec.asm19 ;# Make the assumption that input will not be aligned,
/external/webkit/Tools/android/flex-2.5.4a/MISC/
DNeXT12 In parse.y, line_pinpoint() (assumption all messages ultimately go there), add:
/external/llvm/test/Transforms/GVN/
Dpre-single-pred.ll9 ; Now that that faulty assumption is corrected, test that we DON'T incorrectly
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h304 const SVal &cond, bool assumption) { in _evalAssume() argument
305 return ((const CHECKER *)checker)->evalAssume(state, cond, assumption); in _evalAssume()
DCheckerManager.h314 const SVal &cond, bool assumption)>
/external/webkit/Source/WebKit/mac/Carbon/
DCarbonWindowFrame.m81 …aningful for NSCarbonWindows in the past, but this might not be a good assumption anymore. M.P. W…
88 …aningful for NSCarbonWindows in the past, but this might not be a good assumption anymore. KW - c…
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_view_mac.mm70 // TODO(andybons): Verify this assumption and look into WebCore's
/external/webkit/Source/cmake/
DLibFindMacros.cmake41 # Start with the assumption that the library was found
/external/valgrind/main/docs/internals/
Dwhy-no-libc.txt36 both designed with the assumption that they alone will be talking to
/external/elfutils/m4/
Dlib-prefix.m412 dnl to access previously installed libraries. The basic assumption is that
/external/webkit/Source/WebKit/mac/DefaultDelegates/
DWebDefaultUIDelegate.m50 // is probably an invalid assumption for the WebUIDelegate.
/external/bison/m4/
Dlib-prefix_gl.m417 dnl to access previously installed libraries. The basic assumption is that
/external/srtp/
DREADME145 tag can be written to the end of that packet. If this assumption
/external/zlib/contrib/masmx86/
Dmatch686.asm142 ;;; assumption that the compiler will dword-align the fields. (Thus,
/external/zlib/contrib/masmx64/
Dgvmat64.asm127 ;;; assumption that the compiler will dword-align the fields. (Thus,
/external/dbus/doc/
DTODO17 should handle only specific numbers it knows about. There's no assumption that all
/external/bison/djgpp/
Dconfig.sed128 # This will only work if the assumption that the
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt58 verify our assumption that we picked a hot back-edge in first-level

1234