Searched defs:DECL (Results 1 - 24 of 24) sorted by last modified time

/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c251 #define DECL(w, opt) \ macro
257 DECL(8, opt); \
258 DECL(16, opt)
263 #undef DECL macro
404 #define DECL(w, opt) \ macro
411 DECL(16, opt1) \
412 DECL(8, opt1)
415 #undef DECL macro
H A Dvariance_sse2.c312 #define DECL(w, opt) \ macro
318 DECL(4, opt1); \
319 DECL(8, opt1); \
320 DECL(16, opt1)
325 #undef DECL macro
381 #define DECL(w, opt) \ macro
388 DECL(4, opt1); \
389 DECL(8, opt1); \
390 DECL(16, opt1)
394 #undef DECL macro
[all...]
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java121 int DECL = 'D'; // declaration statement field in interface:TokenId
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcoverage-direct-large.cc39 #define DECL(x) __attribute__((noinline)) static void x() {} macro
42 F4(DECL, f)
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp3023 #define DECL(TYPE, BASE) \ macro
3139 #define DECL(TYPE, BASE) \ macro
3175 #define DECL(TYPE, BASE) \ macro
3194 #define DECL(TYPE, BASE) \ macro
/external/clang/test/CoverageMapping/
H A Dmacro-expressions.cpp5 #define DECL(T, x) T x macro
70 for (ASSIGN(DECL(int, j), 0); LT(j, i); INC(j)) {}
72 ASSIGN(DECL(int, k), 0);
83 for (DECL(int, j) : ARR(int, 1, 2, 3)) {}
/external/clang/include/clang/AST/
H A DASTFwd.h21 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
H A DASTTypeTraits.h131 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, macro
185 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl) macro
H A DDeclBase.h82 #define DECL(DERIVED, BASE) DERIVED, macro
83 #define ABSTRACT_DECL(DECL)
H A DDeclVisitor.h40 #define DECL(DERIVED, BASE) \ macro
42 #define ABSTRACT_DECL(DECL)
50 #define DECL(DERIVED, BASE) \ macro
H A DRecursiveASTVisitor.h463 #define ABSTRACT_DECL(DECL)
464 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D); macro
466 // The above header #undefs ABSTRACT_DECL and DECL upon exit.
471 #define DECL(CLASS, BASE) \ macro
678 #define ABSTRACT_DECL(DECL)
679 #define DECL(CLASS, BASE) \ macro
1311 #define DEF_TRAVERSE_DECL(DECL, CODE) \
1313 bool RecursiveASTVisitor<Derived>::Traverse##DECL(DECL *D) { \
1317 TRY_TO(WalkUpFrom##DECL(
[all...]
/external/clang/include/clang/Sema/
H A DTemplate.h405 #define DECL(DERIVED, BASE) \ macro
407 #define ABSTRACT_DECL(DECL)
/external/clang/lib/AST/
H A DASTDumper.cpp878 #define DECL(DERIVED, BASE) \ macro
881 #define ABSTRACT_DECL(DECL)
H A DASTTypeTraits.cpp32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro
79 #define DECL(DERIVED, BASE) \ macro
H A DDecl.cpp1505 #define DECL(Type, Base) \ macro
1508 #define ABSTRACT_DECL(DECL)
H A DDeclBase.cpp40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro
41 #define ABSTRACT_DECL(DECL)
48 #define DECL(DERIVED, BASE) \ macro
52 #define ABSTRACT_DECL(DECL)
106 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; macro
107 #define ABSTRACT_DECL(DECL)
126 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; macro
127 #define ABSTRACT_DECL(DECL)
141 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; macro
142 #define ABSTRACT_DECL(DECL)
147 #define DECL macro
163 #define DECL macro
729 #define DECL macro
736 #define DECL macro
748 #define DECL macro
755 #define DECL macro
867 #define DECL macro
873 #define DECL macro
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp4005 #define DECL(type, base) \ macro
H A DSemaExpr.cpp2890 #define DECL(type, base) \ macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangDumpDecl.h31 #define DECL 4 macro
H A DLangLexer.h22 #define DECL 4 macro
H A DLangParser.h31 #define DECL 4 macro

Completed in 489 milliseconds