Searched refs:DECL (Results 176 - 200 of 214) sorted by relevance

123456789

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRecursiveASTVisitor.h448 #define ABSTRACT_DECL(DECL)
449 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D); macro
451 // The above header #undefs ABSTRACT_DECL and DECL upon exit.
456 #define DECL(CLASS, BASE) \ macro
673 #define ABSTRACT_DECL(DECL)
674 #define DECL(CLASS, BASE) \ macro
1404 #define DEF_TRAVERSE_DECL(DECL, CODE) \
1406 bool RecursiveASTVisitor<Derived>::Traverse##DECL(DECL *D) { \
1410 TRY_TO(WalkUpFrom##DECL(
[all...]
H A DDeclBase.h93 #define DECL(DERIVED, BASE) DERIVED, macro
94 #define ABSTRACT_DECL(DECL)
/netbsd-current/usr.bin/xlint/lint2/
H A Dchk.c106 if (pdecl == NULL && sym->s_def == DECL &&
111 if (decl == NULL && sym->s_def == DECL)
187 if (sym->s_def != DECL)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.h1626 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
1627 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h1321 /* ASM_OUTPUT_ALIGNED_DECL_LOCAL (STREAM, DECL, NAME, SIZE, ALIGNMENT)
1324 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(STREAM, DECL, NAME, SIZE, ALIGNMENT) \
1325 arc_asm_output_aligned_decl_local (STREAM, DECL, NAME, SIZE, ALIGNMENT, 0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.h1558 parameter - the DECL of variable to be output, if there is one.
1559 This macro can be called with DECL == NULL_TREE. If you define
1564 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(STREAM, DECL, NAME, SIZE, ALIGN) \
1571 ASM_DECLARE_OBJECT_NAME (STREAM, NAME, DECL); \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.h1626 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
1627 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.h1558 parameter - the DECL of variable to be output, if there is one.
1559 This macro can be called with DECL == NULL_TREE. If you define
1564 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(STREAM, DECL, NAME, SIZE, ALIGN) \
1571 ASM_DECLARE_OBJECT_NAME (STREAM, NAME, DECL); \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h1325 /* ASM_OUTPUT_ALIGNED_DECL_LOCAL (STREAM, DECL, NAME, SIZE, ALIGNMENT)
1328 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(STREAM, DECL, NAME, SIZE, ALIGNMENT) \
1329 arc_asm_output_aligned_decl_local (STREAM, DECL, NAME, SIZE, ALIGNMENT, 0)
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp11 #define DECL(DERIVED, BASE) \ macro
14 #define ABSTRACT_DECL(DECL)
17 #undef DECL macro
H A DTextNodeDumper.cpp50 #define DECL(DERIVED, BASE) \ macro
53 #define ABSTRACT_DECL(DECL)
H A DASTStructuralEquivalence.cpp2054 #define ABSTRACT_DECL(DECL)
2055 #define DECL(DERIVED, BASE) \ macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.h2212 #define ARM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \
2213 arm_declare_function_name ((STREAM), (NAME), (DECL));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h2305 #define ARM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \
2306 arm_declare_function_name ((STREAM), (NAME), (DECL));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddbxout.c818 SYM is the DECL of the symbol under consideration; it is used only
1403 /* Debug information for a global DECL. Called from toplev.c after
1532 #define DECL_ACCESSIBILITY_CHAR(DECL) \
1533 (TREE_PRIVATE (DECL) ? '0' : TREE_PROTECTED (DECL) ? '1' : '2')
1619 method described DECL. */
2642 /* Output a .stabs for the symbol defined by DECL,
2992 /* Output the stab for DECL, a VAR_DECL, RESULT_DECL or PARM_DECL.
2995 (usually HOME is DECL_RTL (DECL), but not always).
3241 /* Address might be a MEM, when DECL i
[all...]
H A Dvarasm.c177 /* Return a nonzero value if DECL has a section attribute. */
178 #define IN_NAMED_SECTION(DECL) \
179 (VAR_OR_FUNCTION_DECL_P (DECL) && DECL_SECTION_NAME (DECL) != NULL)
434 is taken from NAME if nonnull, otherwise it is taken from DECL's
435 DECL_SECTION_NAME. DECL is the decl associated with the section
512 /* Return the hot section for function DECL. Return text_section for
527 /* Return section for TEXT_SECTION_NAME if DECL or DECL_SECTION_NAME (DECL)
627 /* Return the section for function DECL
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddbxout.cc821 SYM is the DECL of the symbol under consideration; it is used only
1406 /* Debug information for a global DECL. Called from toplev.cc after
1535 #define DECL_ACCESSIBILITY_CHAR(DECL) \
1536 (TREE_PRIVATE (DECL) ? '0' : TREE_PROTECTED (DECL) ? '1' : '2')
1622 method described DECL. */
2646 /* Output a .stabs for the symbol defined by DECL,
2996 /* Output the stab for DECL, a VAR_DECL, RESULT_DECL or PARM_DECL.
2999 (usually HOME is DECL_RTL (DECL), but not always).
3245 /* Address might be a MEM, when DECL i
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c84 #define OBJCMETA(DECL,VERS,KIND) \
86 DECL_ATTRIBUTES (DECL) = build_tree_list ((VERS), (KIND));
904 /* Add the DECL to the head of this CLASS' list. */
1844 /* Output references to all statically allocated objects. Return the DECL
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc84 #define OBJCMETA(DECL,VERS,KIND) \
86 DECL_ATTRIBUTES (DECL) = build_tree_list ((VERS), (KIND));
905 /* Add the DECL to the head of this CLASS' list. */
1845 /* Output references to all statically allocated objects. Return the DECL
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dtree.c103 static void DECL(attach_dot_entries, (struct directory * dirnode,
105 static void DECL(delete_directory, (struct directory * parent, struct directory * child));
H A Dmulti.c57 static int DECL(merge_old_directory_into_tree, (struct directory_entry *,
/netbsd-current/usr.bin/xlint/lint1/
H A Dfunc.c365 outsym(funcsym, funcsym->s_scl, DECL);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp3526 #define DECL(TYPE, BASE) \ macro
3688 #define DECL(TYPE, BASE) \ macro
3731 #define DECL(TYPE, BASE) \ macro
3751 #define DECL(TYPE, BASE) \ macro
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dod-xcoff.c247 SC_ENTRY (DECL),
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dod-xcoff.c247 SC_ENTRY (DECL),

Completed in 825 milliseconds

123456789