HomeSort by relevance Sort by last modified time
    Searched full:dereferencing (Results 1 - 25 of 216) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/lib/Fuzzer/test/
NullDerefTest.cpp 16 std::cout << "Found the target, dereferencing NULL\n";
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
MixSoft_2St_D32C31_SAT.c 45 MixInSoft_D32C31_SAT( (void *) &pInstance->Alpha2, /* Cast to void: no dereferencing in function*/
56 MixSoft_1St_D32C31_WRA( (void *) &pInstance->Alpha2, /* Cast to void: no dereferencing in function*/
  /external/clang/test/SemaObjC/
warn-direct-ivar-access.m 52 x->ivar = 0; // expected-error {{dereferencing a __weak pointer is not allowed}}
53 return y ? y->ivar // expected-error {{dereferencing a __weak pointer is not allowed}}
54 : (*x).ivar; // expected-error {{dereferencing a __weak pointer is not allowed}}
  /system/extras/ext4_utils/
Android.mk 25 # Various instances of dereferencing a type-punned pointer in extent.c
73 # Various instances of dereferencing a type-punned pointer in extent.c
90 # Various instances of dereferencing a type-punned pointer in extent.c
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ClearAudioBuffers.c 66 (void *)&pLVREV_Private->pFastData->HPTaps, /* Destination Cast to void: no dereferencing in function*/
69 (void *)&pLVREV_Private->pFastData->LPTaps, /* Destination Cast to void: no dereferencing in function*/
  /external/google-breakpad/src/processor/
postfix_evaluator.h 38 // MemoryRange is provided, dereferencing. (Any unary key-to-value operation
40 // values, but PostfixEvaluator was written with dereferencing in mind.)
94 // either argument. |memory| may be NULL, in which case dereferencing
167 // If NULL, dereferencing is unsupported and will fail. Weak pointer.
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p5.cpp 142 // the "object" obtained by dereferencing a null pointer, which
  /external/clang/test/CodeGen/
alignment.c 55 // rdar://10639962 - Typedef alignment lost in p[]-style dereferencing
  /external/libunwind/
ChangeLog 12 function. Check "loc" argument for being NULL before dereferencing it.
  /external/webrtc/webrtc/base/
asyncsocket.h 49 // avoid dereferencing a null pointer.
thread_annotations.h 37 // by a lock when dereferencing the pointer. Similar to GUARDED_VAR,
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c 86 no dereferencing in function*/
113 no dereferencing in function*/
LVCS_Equaliser.c 91 no dereferencing in function*/
  /prebuilts/go/darwin-x86/src/html/template/
content.go 75 // indirect returns the value, after dereferencing as many times
97 // indirectToStringerOrError returns the value, after dereferencing as many times
  /prebuilts/go/linux-x86/src/html/template/
content.go 75 // indirect returns the value, after dereferencing as many times
97 // indirectToStringerOrError returns the value, after dereferencing as many times
  /external/emma/core/java12/com/vladium/jcd/cls/
ConstantCollection.java 36 throw new IllegalStateException ("assertion failure: dereferencing an invalid constant pool slot " + index);
142 throw new IllegalStateException ("assertion failure: dereferencing an invalid constant pool slot " + index);
235 throw new IllegalStateException ("assertion failure: dereferencing an invalid constant pool slot " + m_prev_index);
  /external/libavc/encoder/
irc_fixed_point_error_bits.c 69 * Dereferencing can cause issues
irc_mb_model_based.c 54 * Dereferencing can cause issues
  /external/llvm/docs/HistoricalNotes/
2002-06-25-MegaPatchInfo.txt 28 * As part of the above change, dereferencing an iterator (for example:
  /system/extras/tests/mmc_tracepoints/
mmc_trace_reduce 6 # Complain about dereferencing unset variables
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Control.c 121 no dereferencing in function*/
133 no dereferencing in function*/
  /external/libxml2/os400/
README400 18 - va_list dereferencing: the OS/400 implementation of va_list type is an array
19 but the compiler forbids explicit array dereferencing. Source files have
  /external/llvm/include/llvm/ADT/
SCCIterator.h 122 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
212 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
  /external/v8/src/crankshaft/
unique.h 27 // Creating a Unique<T> requires first dereferencing the handle to obtain
30 // and hashing use the old address of the object, without dereferencing it.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
auto_ptr.h 173 * @brief Smart pointer dereferencing.
188 * @brief Smart pointer dereferencing.

Completed in 1122 milliseconds

1 2 3 4 5 6 7 8 9