OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VISIT
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/include/
search.h
27
}
VISIT
;
42
void twalk(const void *, void (*)(const void *,
VISIT
, int));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
search.h
126
VISIT
;
145
typedef void (*__action_fn_t) (__const void *__nodep,
VISIT
__value,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
search.h
126
VISIT
;
145
typedef void (*__action_fn_t) (__const void *__nodep,
VISIT
__value,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
search.h
126
VISIT
;
145
typedef void (*__action_fn_t) (__const void *__nodep,
VISIT
__value,
/external/v8/tools/gcmole/
gcmole.cc
531
#define
VISIT
(type) do { \
534
return
Visit
##type (concrete_expr, env); \
538
VISIT
(AbstractConditionalOperator);
539
VISIT
(AddrLabelExpr);
540
VISIT
(ArraySubscriptExpr);
541
VISIT
(BinaryOperator);
542
VISIT
(BinaryTypeTraitExpr);
543
VISIT
(BlockDeclRefExpr);
544
VISIT
(BlockExpr);
545
VISIT
(CallExpr)
[
all
...]
Completed in 82 milliseconds