HomeSort by relevance Sort by last modified time
    Searched full:dereference (Results 201 - 225 of 1266) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
GraphTraits.h 35 // dereference to a NodeRef.
45 // typedef ...iterator nodes_iterator; - dereference to a NodeRef
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
AttrIterator.h 51 /// In order to ensure we don't dereference an invalid iterator unless
55 /// then we offer no guarantees, but this way we do not dereference a
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
GraphTraits.h 35 // dereference to a NodeRef.
45 // typedef ...iterator nodes_iterator; - dereference to a NodeRef
  /external/google-breakpad/src/processor/
stackwalker_selftest.cc 127 // end of a stack when it tries to dereference a null or low pointer
147 // and not the caller's frame pointer. Dereference %ebp to obtain the
206 // pointer. Dereference %r1 to obtain the caller's stack pointer, which the
242 // the caller's stack pointer. Dereference to obtain the caller's stack
258 // and not the caller's frame pointer. Dereference %fp to obtain the
  /external/clang/test/Analysis/
cxx-for-range.cpp 12 *(volatile int *)0 = 1; // expected-warning {{Dereference of null pointer}}
33 *(volatile int *)0 = 1; // expected-warning {{Dereference of null pointer}}
42 *(volatile int *)0 = 1; // expected-warning {{Dereference of null pointer}}
48 *(volatile int *)0 = 1; // expected-warning {{Dereference of null pointer}}
77 *(volatile int *)0 = 1; // expected-warning {{Dereference of null pointer}}
83 *(volatile int *)0 = 1; // expected-warning {{Dereference of null pointer}}
591 // CHECK-NEXT: <string>Dereference of null pointer</string>
593 // CHECK-NEXT: <string>Dereference of null pointer</string>
596 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer</string>
598 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string
    [all...]
plist-macros.cpp 30 return *p; // expected-warning {{Dereference of null pointer}}
39 return *p; // expected-warning {{Dereference of null pointer}}
47 return *p; // expected-warning {{Dereference of null pointer}}
56 multiNoteMacroWithError // expected-warning {{Dereference of null pointer}}
70 return *p; // expected-warning {{Dereference of null pointer}}
78 *a = 1; // expected-warning {{Dereference of null pointer}}
560 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
562 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
565 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
567 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string
    [all...]
plist-output.m 98 *p = 0xDEADBEEF; // expected-warning {{dereference}}
290 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
292 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
295 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
297 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string>
436 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
438 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
441 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
443 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string>
645 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;q&apos;)</string
    [all...]
dtor.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection,cplusplus -analyzer-config c++-inlining=destructors,cfg-temporary-dtors=true -Wno-null-dereference -Wno-inaccessible-base -verify %s
10 *x = 3; // expected-warning{{Dereference of null pointer}}
175 *(char *)0 = 1; // expected-warning{{Dereference of null pointer}}
CFRetainRelease_NSAssertionHandler.m 31 // There should be no null dereference flagged by the checker because of
initializer.cpp 66 RefWrapper X(p); // expected-warning@-7 {{Dereference of null pointer}}
inline-unique-reports.c 286 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
288 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
291 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
293 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string>
  /external/clang/test/Analysis/inlining/
eager-reclamation-path-notes.c 6 *ptr = val; // expected-warning {{Dereference of null pointer (loaded from variable 'ptr')}}
7 // expected-note@-1 {{Dereference of null pointer (loaded from variable 'ptr')}}
13 // wrong, the node for the actual dereference may also be collected, and all
28 *ptr = val; // expected-warning {{Dereference of null pointer (loaded from variable 'ptr')}}
29 // expected-note@-1 {{Dereference of null pointer (loaded from variable 'ptr')}}
313 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;ptr&apos;)</string>
315 // CHECK-NEXT: <string>Dereference of null pointer (loaded from variable &apos;ptr&apos;)</string>
318 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer (loaded from variable &apos;ptr&apos;)</string>
320 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string>
    [all...]
inline-defensive-checks.m 76 return mem->x; // expected-warning {{Access to instance variable 'x' results in a dereference of a null pointer}}
  /external/mesa3d/src/compiler/glsl/
lower_ubo_reference.cpp 354 /* Compute the offset to the start if the dereference as well as other
364 * dereference, walk over the type and emit loads into a temporary.
565 /* Compute the offset to the start if the dereference as well as other
723 unreachable("Unsupported dereference type");
745 /* Compute the offset to the start if the dereference as well as other
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp 138 : BugType(Checker, "NSError** null dereference",
145 : BugType(Checker, "CFErrorRef* null dereference",
260 os << "Potential null dereference. According to coding standards ";
  /external/ltp/testcases/kernel/controllers/memcg/regression/
memcg_regression_test.sh 61 new_null=`dmesg | grep -c "kernel NULL pointer dereference"`
79 tst_resm "kernel NULL pointer dereference!"
98 # then NULL pointer dereference may be hit.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
opcode.h 136 #define LOAD_DEREF 136 /* Load and dereference from closure cell */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
opcode.h 136 #define LOAD_DEREF 136 /* Load and dereference from closure cell */
  /external/Microsoft-GSL/
GSL.natvis 95 <!-- We can always dereference this since it's an invariant. -->
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
VariableSafeAbsRef.java 47 * Dereference the variable, and return the reference value. Note that lazy
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_win.cc 51 // pointer dereference and perform sanity checks.
  /external/guava/guava/src/com/google/common/util/concurrent/
AsyncSettableFuture.java 45 private final ListenableFuture<V> dereferenced = Futures.dereference(nested);
  /external/libmojo/mojo/public/cpp/system/
watcher.h 103 // not to dereference!) from any thread.
  /external/libopus/celt/x86/
x86cpu.h 72 dereference before invoking the function implementing the intrinsic).
  /external/llvm/utils/
lldbDataFormatters.py 54 # If this is a reference type we have to dereference it to get to the

Completed in 892 milliseconds

1 2 3 4 5 6 7 891011>>