OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrB
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/CXX/expr/expr.post/expr.const.cast/
p1-0x.cpp
28
X &
ptrB
= const_cast<X&>(prvalue<X>()); // expected-error {{const_cast from rvalue to reference type 'X &'}}
/external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp
149
if (const PointerType *
ptrB
= B->getAs<PointerType>()) {
151
B =
ptrB
->getPointeeType();
/external/opencv/cv/src/
cvlkpyramid.cpp
167
uchar *
ptrB
= pyrB->data.ptr;
175
if( !
ptrB
)
176
ptrB
= bufPtr;
206
imgJ[0][i] = (uchar *)
ptrB
;
207
ptrB
+= levelBytes;
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp
114
#define SWAPBYTES(ptrA,
ptrB
) { char t = *ptrA; *ptrA = *
ptrB
; *
ptrB
= t;}
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
117
#define SWAPBYTES(ptrA,
ptrB
) { char t = *ptrA; *ptrA = *
ptrB
; *
ptrB
= t;}
[
all
...]
Completed in 131 milliseconds