/bionic/libc/include/ |
search.h | 20 } VISIT; 35 void twalk(const void *, void (*)(const void *, VISIT, int));
|
/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...] |
/external/chromium_org/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...] |
/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/chromium_org/v8/src/ |
jsregexp.h | 401 #define FOR_EACH_NODE_TYPE(VISIT) \ 402 VISIT(End) \ 403 VISIT(Action) \ 404 VISIT(Choice) \ 405 VISIT(BackReference) \ 406 VISIT(Assertion) \ 407 VISIT(Text) 410 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \ 411 VISIT(Disjunction) \ 412 VISIT(Alternative) [all...] |
/external/v8/src/ |
jsregexp.h | 422 #define FOR_EACH_NODE_TYPE(VISIT) \ 423 VISIT(End) \ 424 VISIT(Action) \ 425 VISIT(Choice) \ 426 VISIT(BackReference) \ 427 VISIT(Assertion) \ 428 VISIT(Text) 431 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \ 432 VISIT(Disjunction) \ 433 VISIT(Alternative) [all...] |
/external/elfutils/libcpu/ |
i386_parse.y | 24 Network licensing program, please visit www.openinventionnetwork.com 864 nameout (const void *nodep, VISIT value, int level) 1072 print_op_str (const void *nodep, VISIT value, 1088 print_op_str_idx (const void *nodep, VISIT value, 1097 print_op_fct (const void *nodep, VISIT value, 1356 add_mnemonics (const void *nodep, VISIT value, [all...] |
i386_parse.c | 129 Network licensing program, please visit www.openinventionnetwork.com [all...] |
/prebuilts/tools/common/freemarker/ |
freemarker-2.3.19.jar | |