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

1 2

  /bionic/libm/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 40 #define DECL(type, fn, rint) \
53 DECL(double, nearbyint, rint)
54 DECL(float, nearbyintf, rintf)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
unknown-elf.h 54 /* Return a nonzero value if DECL has a section attribute. */
55 #define IN_NAMED_SECTION(DECL) \
56 ((TREE_CODE (DECL) == FUNCTION_DECL || TREE_CODE (DECL) == VAR_DECL) \
57 && DECL_SECTION_NAME (DECL) != NULL_TREE)
60 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
63 if (IN_NAMED_SECTION (DECL)) \
64 switch_to_section (get_named_section (DECL, NULL, 0)); \
70 last_assemble_variable_decl = DECL; \
71 ASM_DECLARE_OBJECT_NAME (FILE, NAME, DECL); \
    [all...]
elf.h 76 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
79 ARM_DECLARE_FUNCTION_NAME (FILE, NAME, DECL); \
81 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
89 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \
aout.h 209 #define ASM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \
212 ARM_DECLARE_FUNCTION_NAME (STREAM, NAME, DECL); \
328 #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGN) \
329 asm_output_aligned_bss (STREAM, DECL, NAME, SIZE, ALIGN)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
unknown-elf.h 54 /* Return a nonzero value if DECL has a section attribute. */
55 #define IN_NAMED_SECTION(DECL) \
56 ((TREE_CODE (DECL) == FUNCTION_DECL || TREE_CODE (DECL) == VAR_DECL) \
57 && DECL_SECTION_NAME (DECL) != NULL_TREE)
60 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
63 if (IN_NAMED_SECTION (DECL)) \
64 switch_to_section (get_named_section (DECL, NULL, 0)); \
70 last_assemble_variable_decl = DECL; \
71 ASM_DECLARE_OBJECT_NAME (FILE, NAME, DECL); \
    [all...]
elf.h 76 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
79 ARM_DECLARE_FUNCTION_NAME (FILE, NAME, DECL); \
81 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
89 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \
aout.h 209 #define ASM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \
212 ARM_DECLARE_FUNCTION_NAME (STREAM, NAME, DECL); \
328 #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGN) \
329 asm_output_aligned_bss (STREAM, DECL, NAME, SIZE, ALIGN)
  /external/clang/include/clang/AST/
DeclVisitor.h 1 //===--- DeclVisitor.h - Visitor for Decl subclasses ------------*- C++ -*-===//
16 #include "clang/AST/Decl.h"
31 RetTy Visit(Decl *D) {
33 default: llvm_unreachable("Decl that isn't part of DeclNodes.inc!");
34 #define DECL(DERIVED, BASE) \
35 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
36 #define ABSTRACT_DECL(DECL)
43 #define DECL(DERIVED, BASE)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/
elfos.h 222 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
280 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
284 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
292 #define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \
301 && (DECL) && DECL_SIZE (DECL)) \
304 size = int_size_in_bytes (TREE_TYPE (DECL)); \
312 /* Output the size directive for a decl in rest_of_decl_compilation
316 by ASM_DECLARE_OBJECT_NAME when it was run for the same decl. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/
elfos.h 222 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
280 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
284 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
292 #define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \
301 && (DECL) && DECL_SIZE (DECL)) \
304 size = int_size_in_bytes (TREE_TYPE (DECL)); \
312 /* Output the size directive for a decl in rest_of_decl_compilation
316 by ASM_DECLARE_OBJECT_NAME when it was run for the same decl. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
elf.h 76 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
79 ARM_DECLARE_FUNCTION_NAME (FILE, NAME, DECL); \
81 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
89 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \
aout.h 209 #define ASM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \
212 ARM_DECLARE_FUNCTION_NAME (STREAM, NAME, DECL); \
328 #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGN) \
329 asm_output_aligned_bss (STREAM, DECL, NAME, SIZE, ALIGN)
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/
elfos.h 222 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
280 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
284 ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL)); \
292 #define ASM_DECLARE_OBJECT_NAME(FILE, NAME, DECL) \
301 && (DECL) && DECL_SIZE (DECL)) \
304 size = int_size_in_bytes (TREE_TYPE (DECL)); \
312 /* Output the size directive for a decl in rest_of_decl_compilation
316 by ASM_DECLARE_OBJECT_NAME when it was run for the same decl. *
    [all...]
  /external/libxml2/
HTMLparser.c 623 #define DECL (const char**)
628 DECL html_inline , NULL , DECL a_attrs , DECL target_attr, NULL
631 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
634 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
637 DECL inline_p , NULL , DECL html_attrs, NULL, NUL
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
defaults.h 122 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \
128 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
136 #define TARGET_DEFERRED_OUTPUT_DEFS(DECL,TARGET) false
193 #define ASM_OUTPUT_WEAKREF(FILE, DECL, NAME, VALUE) \
621 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 1
623 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 0
963 #define LOCAL_DECL_ALIGNMENT(DECL) \
964 LOCAL_ALIGNMENT (TREE_TYPE (DECL), DECL_ALIGN (DECL))
tree.h 116 /* Nonzero if DECL represents a VAR_DECL or FUNCTION_DECL. */
118 #define VAR_OR_FUNCTION_DECL_P(DECL)\
119 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
defaults.h 122 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \
128 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
136 #define TARGET_DEFERRED_OUTPUT_DEFS(DECL,TARGET) false
193 #define ASM_OUTPUT_WEAKREF(FILE, DECL, NAME, VALUE) \
621 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 1
623 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 0
963 #define LOCAL_DECL_ALIGNMENT(DECL) \
964 LOCAL_ALIGNMENT (TREE_TYPE (DECL), DECL_ALIGN (DECL))
tree.h 116 /* Nonzero if DECL represents a VAR_DECL or FUNCTION_DECL. */
118 #define VAR_OR_FUNCTION_DECL_P(DECL)\
119 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
defaults.h 122 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \
128 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
136 #define TARGET_DEFERRED_OUTPUT_DEFS(DECL,TARGET) false
193 #define ASM_OUTPUT_WEAKREF(FILE, DECL, NAME, VALUE) \
621 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 1
623 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) 0
963 #define LOCAL_DECL_ALIGNMENT(DECL) \
964 LOCAL_ALIGNMENT (TREE_TYPE (DECL), DECL_ALIGN (DECL))
tree.h 116 /* Nonzero if DECL represents a VAR_DECL or FUNCTION_DECL. */
118 #define VAR_OR_FUNCTION_DECL_P(DECL)\
119 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL)
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 10 // This file implements the Decl and DeclContext classes.
15 #include "clang/AST/Decl.h"
38 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0;
39 #define ABSTRACT_DECL(DECL)
44 const char *Decl::getDeclKindName() const {
47 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED;
48 #define ABSTRACT_DECL(DECL)
53 void Decl::setInvalidDecl(bool Invalid) {
66 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED
    [all...]
  /external/javassist/src/main/javassist/compiler/
TokenId.java 121 int DECL = 'D'; // declaration statement
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 32 template <typename DECL>
35 static void _checkDecl(void *checker, const Decl *D, AnalysisManager& mgr,
37 ((const CHECKER *)checker)->checkASTDecl(llvm::cast<DECL>(D), mgr, BR);
40 static bool _handlesDecl(const Decl *D) {
41 return llvm::isa<DECL>(D);
54 static void _checkBody(void *checker, const Decl *D, AnalysisManager& mgr,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h 251 tree decl;
404 VALUE field is a DECL for the associated declaration. Thus,
250 tree decl; local
4162 tree decl; local
4693 tree decl; local
    [all...]

Completed in 308 milliseconds

1 2