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

1 2

  /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/test/CoverageMapping/
macro-expressions.cpp 5 #define DECL(T, x) T x
32 for (ASSIGN(DECL(int, j), 0); LT(j, i); INC(j)) {}
34 ASSIGN(DECL(int, k), 0);
45 for (DECL(int, j) : ARR(int, 1, 2, 3)) {}
  /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...]
i386.h 839 variable DECL.
    [all...]
  /external/clang/include/clang/AST/
ASTFwd.h 20 class Decl;
21 #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"
59 static ASTNodeKind getFromNode(const Decl &D);
122 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl,
173 KIND_TO_KIND_ID(Decl)
176 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl)
215 /// (like \c Stmt, \c Decl, \c Type and \c NestedNameSpecifier) the returned
258 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
357 Decl *, Stmt *, Type *, NestedNameSpecifier *, CXXCtorInitializer *
    [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/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 179 #define DECL(w, opt) \
187 DECL(4, opt2); \
188 DECL(8, opt1); \
189 DECL(16, opt1)
194 #undef DECL
256 #define DECL(w, opt) \
266 DECL(4, opt2); \
267 DECL(8, opt1); \
268 DECL(16, opt1)
272 #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/compiler-rt/test/asan/TestCases/Posix/
coverage-direct-large.cc 39 #define DECL(x) __attribute__((noinline)) static void x() {}
42 F4(DECL, f)
  /external/javassist/src/main/javassist/compiler/
TokenId.java 121 int DECL = 'D'; // declaration statement
  /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...]
c-tree.h 26 /* struct lang_identifier is private to c-decl.c, but langhooks.c needs to
27 know how big it is. This is sanity-checked in c-decl.c. */
50 /* Record whether a type or decl was written with nonconstant size.
69 /* For FUNCTION_DECLs, evaluates true if the decl is built-in but has
74 /* For FUNCTION_DECLs, evaluates true if the decl is built-in, has a
79 /* Record whether a decl was declared register. This is strictly a
84 /* Record whether a decl was used in an expression anywhere except an
92 #define C_DECL_THREADPRIVATE_P(DECL) DECL_LANG_FLAG_3 (VAR_DECL_CHECK (DECL))
94 /* Nonzero for a decl which either doesn't exist or isn't a prototype
    [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" },
81 ASTNodeKind ASTNodeKind::getFromNode(const Decl &D) {
83 #define DECL(DERIVED, BASE) \
84 case Decl::DERIVED: return ASTNodeKind(NKI_##DERIVED##Decl);
88 llvm_unreachable("invalid decl kind");
124 else if (const Decl *D = get<Decl>())
    [all...]
  /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>
295 const Decl *D = I->first;
296 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
298 if (I->second.is<Decl *>()) {
299 Stored = I->second.get<Decl *>();
331 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
332 findInstantiationOf(const Decl *D);
334 void InstantiatedLocal(const Decl *D, Decl *Inst)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 28 template <typename DECL>
31 static void _checkDecl(void *checker, const Decl *D, AnalysisManager& mgr,
33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR);
36 static bool _handlesDecl(const Decl *D) {
37 return isa<DECL>(D);
50 static void _checkBody(void *checker, const Decl *D, AnalysisManager& mgr,

Completed in 412 milliseconds

1 2