HomeSort by relevance Sort by last modified time
    Searched refs:VISIT (Results 1 - 16 of 16) sorted by null

  /bionic/libc/include/
search.h 20 } VISIT;
42 void twalk(const void*, void (*)(const void*, VISIT, int));
  /development/ndk/platforms/android-L/include/
search.h 20 } VISIT;
39 void twalk(const void*, void (*)(const void*, VISIT, int));
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
search.h 20 } VISIT;
42 void twalk(const void*, void (*)(const void*, VISIT, int));
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
search.h 20 } VISIT;
42 void twalk(const void*, void (*)(const void*, VISIT, int));
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
search.h 20 } VISIT;
42 void twalk(const void*, void (*)(const void*, VISIT, int));
  /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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
search.h 51 } VISIT;
63 void __cdecl twalk (const void *, void (*)(const void *, VISIT, int));
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
tsearch.c 96 trecurse(node *root, void (*action)(const void *, VISIT, int), int level)
113 twalk(const void *vroot, void (*action)(const void *, VISIT, int))
117 if (root != (node *)0 && action != (void (*)(const void *, VISIT, int))0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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 381 #define FOR_EACH_NODE_TYPE(VISIT) \
382 VISIT(End) \
383 VISIT(Action) \
384 VISIT(Choice) \
385 VISIT(BackReference) \
386 VISIT(Assertion) \
387 VISIT(Text)
390 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \
391 VISIT(Disjunction) \
392 VISIT(Alternative)
    [all...]
  /art/compiler/
oat_writer.cc 691 // Visit all methods from all classes in all dex files with the specified visitor.
796 #define VISIT(VisitorType) \
804 VISIT(InitMapMethodVisitor<GcMapDataAccess>);
805 VISIT(InitMapMethodVisitor<MappingTableDataAccess>);
806 VISIT(InitMapMethodVisitor<VmapTableDataAccess>);
808 #undef VISIT
    [all...]
  /bionic/tests/
search_test.cpp 63 static void node_walk(const void* p, VISIT order, int) {
  /external/elfutils/0.153/libcpu/
i386_parse.y 24 Network licensing program, please visit www.openinventionnetwork.com
865 nameout (const void *nodep, VISIT value, int level)
1073 print_op_str (const void *nodep, VISIT value,
1089 print_op_str_idx (const void *nodep, VISIT value,
1098 print_op_fct (const void *nodep, VISIT value,
1373 add_mnemonics (const void *nodep, VISIT value,
    [all...]
i386_parse.c 101 Network licensing program, please visit www.openinventionnetwork.com
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 1613 milliseconds