HomeSort by relevance Sort by last modified time
    Searched refs:DECL (Results 1 - 25 of 41) sorted by null

1 2

  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api.h 37 #define DECL(ret, name, args) \
40 #define DECL(ret, name, args) \
51 DECL(int, initLibrary, (void));
60 DECL(int, setStreamMode, (int mode));
77 DECL(int, initOpenGLRenderer, (int width, int height, char* addr, size_t addrLen));
83 DECL(void, getHardwareStrings, (const char** vendor, const char** renderer,
118 DECL(void, setPostCallback, (OnPostFn onPost, void* onPostContext));
128 DECL(int, createOpenGLSubwindow, (FBNativeWindowType window,
136 DECL(int, destroyOpenGLSubwindow, (void));
142 DECL(void, setOpenGLDisplayRotation, (float zRot))
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fdim.c 32 #define DECL(type, fn) \
44 DECL(double, fdim)
45 DECL(float, fdimf)
46 DECL(long double, fdiml)
s_nearbyint.c 44 #define DECL(type, fn, rint) \
57 DECL(double, nearbyint, rint)
58 DECL(float, nearbyintf, rintf)
59 DECL(long double, nearbyintl, rintl)
  /external/clang/include/clang/AST/
ASTFwd.h 17 class Decl;
18 #define DECL(DERIVED, BASE) class DERIVED##Decl;
DeclVisitor.h 1 //===--- DeclVisitor.h - Visitor for Decl subclasses ------------*- C++ -*-===//
16 #include "clang/AST/Decl.h"
38 RetTy Visit(PTR(Decl) D) {
40 #define DECL(DERIVED, BASE) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
42 #define ABSTRACT_DECL(DECL)
45 llvm_unreachable("Decl that isn't part of DeclNodes.inc!");
50 #define DECL(DERIVED, BASE)
    [all...]
ASTTypeTraits.h 20 #include "clang/AST/Decl.h"
85 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
134 KIND_TO_KIND_ID(Decl)
137 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
176 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
209 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
291 Decl *, Stmt *, Type *, NestedNameSpecifier *, CXXCtorInitializer *>
300 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
cygming.h 227 Note that we can be called twice on the same decl. */
243 #define ASM_DECLARE_OBJECT_NAME(STREAM, NAME, DECL) \
245 i386_pe_maybe_record_exported_symbol (DECL, NAME, 1); \
312 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
313 i386_pe_start_function (FILE, NAME, DECL)
316 #define ASM_DECLARE_FUNCTION_SIZE(FILE,NAME,DECL) \
317 i386_pe_end_function (FILE, NAME, DECL)
321 #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
324 if (TREE_CODE (DECL) == FUNCTION_DECL) \
325 i386_pe_record_external_function ((DECL), (NAME));
    [all...]
  /external/chromium_org/third_party/libxml/src/
HTMLparser.c 763 #define DECL (const char**)
768 DECL html_inline , NULL , DECL a_attrs , DECL target_attr, NULL
771 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
774 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
777 DECL inline_p , NULL , DECL html_attrs, NULL, NUL
    [all...]
  /external/libxml2/
HTMLparser.c 766 #define DECL (const char**)
771 DECL html_inline , NULL , DECL a_attrs , DECL target_attr, NULL
774 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
777 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
780 DECL inline_p , NULL , DECL html_attrs, NULL, NUL
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.h 22 #define DECL 4
LangDumpDecl.h 31 #define DECL 4
83 - (void)decl;
LangParser.h 31 #define DECL 4
144 - (LangParser_decl_return *)decl;
LangDumpDecl.m 93 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
129 * $ANTLR start decl
130 * LangDumpDecl.g:8:1: decl : ^( DECL type declarator ) ;
132 - (void) decl
141 // LangDumpDecl.g:8:6: ( ^( DECL type declarator ) ) // ruleBlockSingleAlt
142 // LangDumpDecl.g:8:8: ^( DECL type declarator ) // alt
144 [self match:input TokenType:DECL Follow:FOLLOW_DECL_in_decl45];
185 /* $ANTLR end decl */
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-direct-large.cc 37 #define DECL(x) __attribute__((noinline)) void x() {}
40 F4(DECL, f)
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 751 #define DECL(us,bits) glue3(DECL,us,) (bits)
756 DECL(I,8)
757 DECL(U,8)
758 DECL(I,16)
759 DECL(U,16)
760 DECL(I,32)
761 DECL(U,32)
763 DECL(I,64)
764 DECL(U,64
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 341 #define DECL(w, opt) \
349 DECL(4, opt2); \
350 DECL(8, opt1); \
351 DECL(16, opt1)
356 #undef DECL
418 #define DECL(w, opt) \
428 DECL(4, opt2); \
429 DECL(8, opt1); \
430 DECL(16, opt1)
434 #undef DECL
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 341 #define DECL(w, opt) \
349 DECL(4, opt2); \
350 DECL(8, opt1); \
351 DECL(16, opt1)
356 #undef DECL
418 #define DECL(w, opt) \
428 DECL(4, opt2); \
429 DECL(8, opt1); \
430 DECL(16, opt1)
434 #undef DECL
    [all...]
  /external/javassist/src/main/javassist/compiler/
TokenId.java 121 int DECL = 'D'; // declaration statement
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 317 #define DECL(w, opt) \
325 DECL(4, opt2); \
326 DECL(8, opt1); \
327 DECL(16, opt1)
332 #undef DECL
394 #define DECL(w, opt) \
404 DECL(4, opt2); \
405 DECL(8, opt1); \
406 DECL(16, opt1)
410 #undef DECL
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
defaults.h 121 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \
127 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
135 #define TARGET_DEFERRED_OUTPUT_DEFS(DECL,TARGET) false
153 #define ASM_OUTPUT_FUNCTION_LABEL(FILE, NAME, DECL) \
207 #define ASM_OUTPUT_WEAKREF(FILE, DECL, NAME, VALUE) \
861 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 1
863 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 0
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 10 // This file implements the Decl and DeclContext classes.
18 #include "clang/AST/Decl.h"
40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0;
41 #define ABSTRACT_DECL(DECL)
44 void Decl::updateOutOfDate(IdentifierInfo &II) const {
48 void *Decl::operator new(std::size_t Size, const ASTContext &Context,
66 void *Decl::operator new(std::size_t Size, const ASTContext &Ctx,
72 Module *Decl::getOwningModuleSlow() const {
77 const char *Decl::getDeclKindName() const {
80 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED
    [all...]
ASTTypeTraits.cpp 31 { NKI_None, "Decl" },
32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" },
77 else if (const Decl *D = get<Decl>())
88 if (const Decl *D = get<Decl>())
103 if (const Decl *D = get<Decl>())
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 215 * token DECL, but you need to create it as a payload or whatever for
216 * the DECL node as in ^(DECL type ID).
227 * token DECL, but you need to create it as a payload or whatever for
228 * the DECL node as in ^(DECL type ID).
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 261 tree decl;
481 VALUE field is a DECL for the associated declaration. Thus,
260 tree decl; variable
4900 tree decl; variable
5581 tree decl; member in struct:deferred_access_check
    [all...]
  /external/clang/include/clang/Sema/
Template.h 181 typedef SmallVector<Decl *, 4> DeclArgumentPack;
189 const Decl *, llvm::PointerUnion<Decl *, DeclArgumentPack *>, 4>
290 const Decl *D = I->first;
291 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
293 if (I->second.is<Decl *>()) {
294 Stored = I->second.get<Decl *>();
324 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
325 findInstantiationOf(const Decl *D);
327 void InstantiatedLocal(const Decl *D, Decl *Inst)
    [all...]

Completed in 744 milliseconds

1 2