OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEREF
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Analysis/
html-diags-multifile.h
1
#define
DEREF
(p) *p = 0xDEADBEEF
3
DEREF
(p);
html-diags.c
18
#define
DEREF
(p) *p = 0xDEADBEEF
21
DEREF
(p);
/external/chromium_org/third_party/icu/source/common/
uhash.c
844
#define STRING_HASH(TYPE, STR, STRLEN,
DEREF
) \
852
hash = (hash * 37) +
DEREF
; \
[
all
...]
/external/icu/icu4c/source/common/
ustring.cpp
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h
107
OP(
DEREF
, "->") /* accessors */ \
[
all
...]
Completed in 221 milliseconds