HomeSort by relevance Sort by last modified time
    Searched defs:DECLARE (Results 1 - 12 of 12) sorted by null

  /external/e2fsprogs/lib/ss/
requests.c 19 #define DECLARE(name) void name(int argc,const char * const *argv, \
  /external/v8/src/arm64/
decoder-arm64.h 71 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0;
72 VISITOR_LIST(DECLARE)
73 #undef DECLARE
112 #define DECLARE(A) void Visit##A(Instruction* instr);
113 VISITOR_LIST(DECLARE)
114 #undef DECLARE
disasm-arm64.h 26 // Declare all Visitor functions.
27 #define DECLARE(A) void Visit##A(Instruction* instr);
28 VISITOR_LIST(DECLARE)
29 #undef DECLARE
instrument-arm64.h 59 // Declare all Visitor functions.
60 #define DECLARE(A) void Visit##A(Instruction* instr);
61 VISITOR_LIST(DECLARE)
62 #undef DECLARE
  /external/vixl/src/vixl/a64/
decoder-a64.h 125 #define DECLARE(A) virtual void Visit##A(const Instruction* instr) = 0;
126 VISITOR_LIST(DECLARE)
127 #undef DECLARE
195 #define DECLARE(A) void Visit##A(const Instruction* instr);
196 VISITOR_LIST(DECLARE)
197 #undef DECLARE
disasm-a64.h 45 // Declare all Visitor functions.
46 #define DECLARE(A) virtual void Visit##A(const Instruction* instr);
47 VISITOR_LIST(DECLARE)
48 #undef DECLARE
instrument-a64.h 83 // Declare all Visitor functions.
84 #define DECLARE(A) void Visit##A(const Instruction* instr);
85 VISITOR_LIST(DECLARE)
86 #undef DECLARE
simulator-a64.h 832 // Declare all Visitor functions.
833 #define DECLARE(A) virtual void Visit##A(const Instruction* instr);
834 VISITOR_LIST(DECLARE)
835 #undef DECLARE
    [all...]
  /external/v8/test/cctest/
test-decls.cc 331 DECLARE,
336 AppearingPropertyContext() : state_(DECLARE) { }
341 case DECLARE:
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 325 milliseconds