HomeSort by relevance Sort by last modified time
    Searched full:function_decl (Results 1 - 21 of 21) sorted by null

  /external/clang/test/CodeGen/
2005-09-24-BitFieldCrash.c 25 struct tree_function_decl function_decl; member in union:tree_node
30 decl->function_decl.built_in_class != 0;
  /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 72 DECL_OVERRIDE_P (in FUNCTION_DECL)
91 DECL_FINAL_P (in FUNCTION_DECL)
99 FNDECL_USED_AUTO (in FUNCTION_DECL)
131 DECL_LOCAL_FUNCTION_P (in FUNCTION_DECL)
135 DECL_TEMPLATE_INSTANTIATED (in a VAR_DECL or a FUNCTION_DECL)
139 2: DECL_THIS_EXTERN (in VAR_DECL or FUNCTION_DECL).
145 DECL_INVALID_OVERRIDER_P (in a FUNCTION_DECL)
147 6: DECL_THIS_STATIC (in VAR_DECL or FUNCTION_DECL).
151 DECL_THUNK_P (in a member FUNCTION_DECL)
153 8: DECL_DECLARED_CONSTEXPR_P (in VAR_DECL, FUNCTION_DECL)
996 tree function_decl; variable
    [all...]
cp-tree.def 96 class. BASELINK_FUNCTIONS gives the FUNCTION_DECL,
122 (e.g., FUNCTION_DECL with tmpl parms used)
222 TREE_VEC of arguments. The template will be a FUNCTION_DECL,
228 the original name, and the parameter is the FUNCTION_DECL. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 168 /* Nonzero if DECL represents a VAR_DECL or FUNCTION_DECL. */
171 (TREE_CODE (DECL) == VAR_DECL || TREE_CODE (DECL) == FUNCTION_DECL)
484 VAR_DECL, PARM_DECL, RESULT_DECL, FUNCTION_DECL, LABEL_DECL
502 VAR_DECL, FUNCTION_DECL
541 VAR_DECL, FUNCTION_DECL
647 VAR_DECL, FUNCTION_DECL, TYPE_DECL
665 FUNCTION_DECL
    [all...]
tree-inline.h 41 /* FUNCTION_DECL for function being inlined, or in general the
45 /* FUNCTION_DECL for function being inlined into, or in general
tree.def 64 points to the FUNCTION_DECL node.
71 FUNCTION_DECL node (e.g. in the case of a block representing the
101 will point to a BLOCK node or a FUNCTION_DECL node, but it could also
295 PARM_DECL, FUNCTION_DECL, LABEL_DECL, and CONST_DECL nodes, this
296 points to either the FUNCTION_DECL for the containing function, the
331 FUNCTION_DECL, but it may be a wider integer type because of
345 DEFTREECODE (FUNCTION_DECL, "function_decl", tcc_declaration, 0)
    [all...]
debug.h 93 void (* function_decl) (tree decl); member in struct:gcc_debug_hooks
c-tree.h 62 /* For a FUNCTION_DECL, nonzero if it was defined without an explicit
66 /* For a FUNCTION_DECL, nonzero if it was an implicit declaration. */
tree-check.h 36 #define FUNCTION_DECL_CHECK(t) TREE_CHECK (t, FUNCTION_DECL)
function.h 532 /* Points to the FUNCTION_DECL of this function. */
langhooks.h 455 FUNCTION_DECL for `std::terminate'. */
output.h 449 /* If nonnull, the VAR_DECL or FUNCTION_DECL with which the
gimple.h     [all...]
cgraph.h 787 gcc_checking_assert (TREE_CODE (decl) == FUNCTION_DECL);
    [all...]
target.def 222 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with
    [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 324 if (TREE_CODE (DECL) == FUNCTION_DECL) \
434 if (TREE_CODE (DECL) == FUNCTION_DECL) \
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 66 assert tu_nodes[2].kind == CursorKind.FUNCTION_DECL
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/clang/bindings/python/clang/
cindex.py 629 CursorKind.FUNCTION_DECL = CursorKind(8)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gccint.info     [all...]

Completed in 1070 milliseconds