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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
CachedHashString.h 177 // length 0, so we'll never dereference its pointer.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 74 /// @brief Dereference iterator. The resulting value provides a read-only view
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
CachedHashString.h 177 // length 0, so we'll never dereference its pointer.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 74 /// @brief Dereference iterator. The resulting value provides a read-only view
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
CachedHashString.h 177 // length 0, so we'll never dereference its pointer.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 74 /// @brief Dereference iterator. The resulting value provides a read-only view
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
CachedHashString.h 177 // length 0, so we'll never dereference its pointer.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 70 /// @brief Dereference iterator. The resulting value provides a read-only view
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
CachedHashString.h 177 // length 0, so we'll never dereference its pointer.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 70 /// @brief Dereference iterator. The resulting value provides a read-only view
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
CachedHashString.h 177 // length 0, so we'll never dereference its pointer.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 70 /// @brief Dereference iterator. The resulting value provides a read-only view
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
CachedHashString.h 177 // length 0, so we'll never dereference its pointer.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 74 /// @brief Dereference iterator. The resulting value provides a read-only view
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
CachedHashString.h 177 // length 0, so we'll never dereference its pointer.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 74 /// @brief Dereference iterator. The resulting value provides a read-only view
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
CachedHashString.h 177 // length 0, so we'll never dereference its pointer.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 74 /// @brief Dereference iterator. The resulting value provides a read-only view
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
CachedHashString.h 177 // length 0, so we'll never dereference its pointer.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 74 /// @brief Dereference iterator. The resulting value provides a read-only view
  /prebuilts/go/darwin-x86/src/os/
stat_windows.go 88 // Use Windows I/O manager to dereference the symbolic link, as per
  /prebuilts/go/darwin-x86/src/path/filepath/
symlink_windows.go 126 // Use Windows I/O manager to dereference the symbolic link, as per
  /prebuilts/go/linux-x86/src/os/
stat_windows.go 88 // Use Windows I/O manager to dereference the symbolic link, as per
  /prebuilts/go/linux-x86/src/path/filepath/
symlink_windows.go 126 // Use Windows I/O manager to dereference the symbolic link, as per
  /external/clang/test/Analysis/inlining/
path-notes.m 11 // We don't do that here so that we can trigger a null dereference inside
79 *getZeroIfNil(0) = 1; // expected-warning{{Dereference of null pointer}}
83 // expected-note@-4 {{Dereference of null pointer}}
135 *x = 1; // expected-warning {{Dereference of null pointer}}
136 // expected-note@-1 {{Dereference of null pointer (loaded from variable 'x')}}
570 // CHECK-NEXT: <string>Dereference of null pointer</string>
572 // CHECK-NEXT: <string>Dereference of null pointer</string>
575 // CHECK-NEXT: <key>description</key><string>Dereference of null pointer</string>
577 // CHECK-NEXT: <key>type</key><string>Dereference of null pointer</string>
    [all...]

Completed in 412 milliseconds

<<11121314151617181920>>