HomeSort by relevance Sort by last modified time
    Searched full:nullstate (Results 1 - 11 of 11) sorted by null

  /external/nanopb-c/tests/splint/
splint.rc 23 -nullstate
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCAtSyncChecker.cpp 62 ProgramStateRef notNullState, nullState;
63 std::tie(notNullState, nullState) = state->assume(V.castAs<DefinedSVal>());
65 if (nullState) {
69 if (ExplodedNode *N = C.addTransition(nullState)) {
82 // Don't add a transition for 'nullState'. If the value is
DereferenceChecker.cpp 203 ProgramStateRef notNullState, nullState;
204 std::tie(notNullState, nullState) = state->assume(location);
207 if (nullState) {
209 reportBug(nullState, S, C);
216 if (ExplodedNode *N = C.generateSink(nullState)) {
MallocChecker.cpp     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
strsep.c 54 /*@-nullstate@*/
85 /*@=nullstate@*/
expr.c     [all...]
  /external/oprofile/libpopt/
poptconfig.c 87 /*@-nullstate@*/ /* FIX: item->argv[] may be NULL */
92 /*@=nullstate@*/
popt.c 59 /*@-nullstate@*/ /* LCL: con->execPath not NULL */
61 /*@=nullstate@*/
256 /*@-nullstate@*/ /* FIX: con->finalArgv != NULL */
258 /*@=nullstate@*/
317 /*@-nullstate@*/ /* FIX: con->finalArgv[] == NULL */
319 /*@=nullstate@*/
1056 /*@-nullret -nullstate @*/ /* FIX: typedef double indirection. */
1058 /*@=nullret =nullstate @*/
    [all...]
  /external/chromium_org/tools/usb_gadget/
hid_descriptors.py 115 NullState = (6, True)
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 66 Boolean nullState; /* does element have null state */
274 pElement->nullState = CFBooleanGetValue (refType);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86expr.c 437 /*@-nullstate@*/
556 /*@=nullstate@*/
    [all...]

Completed in 3295 milliseconds