OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Deref
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/AST/
StmtVisitor.h
155
UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(
Deref
)
RecursiveASTVisitor.h
43
OPERATOR(AddrOf) OPERATOR(
Deref
) \
[
all
...]
/external/chromium_org/third_party/re2/re2/
compile.cc
40
//
Deref
returns the next pointer pointed at by p.
41
static PatchList
Deref
(Prog::Inst *inst0, PatchList l);
57
PatchList PatchList::
Deref
(Prog::Inst* inst0, PatchList l) {
89
PatchList next = PatchList::
Deref
(inst0, l);
[
all
...]
/external/regex-re2/re2/
compile.cc
40
//
Deref
returns the next pointer pointed at by p.
41
static PatchList
Deref
(Prog::Inst *inst0, PatchList l);
57
PatchList PatchList::
Deref
(Prog::Inst* inst0, PatchList l) {
89
PatchList next = PatchList::
Deref
(inst0, l);
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h
330
}
Deref
;
[
all
...]
storage.c
577
e.Cex.
Deref
.ixAddr = ixAddr;
661
ML_(ppCfiExpr)(src, e->Cex.
Deref
.ixAddr);
[
all
...]
debuginfo.c
[
all
...]
readdwarf.c
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
575
bool
Deref
= MI->getOperand(0).isReg() && MI->getOperand(1).isImm();
576
int64_t Offset =
Deref
? MI->getOperand(1).getImm() : 0;
606
Deref
= true;
615
if (
Deref
)
620
if (
Deref
)
[
all
...]
/external/clang/tools/libclang/
RecursiveASTVisitor.h
43
OPERATOR(AddrOf) OPERATOR(
Deref
) \
[
all
...]
Completed in 626 milliseconds