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

  /external/lldb/source/Expression/
ClangPersistentVariables.cpp 75 clang::TypeDecl *type_decl)
77 m_persistent_types.insert(std::pair<const char*, clang::TypeDecl*>(name.GetCString(), type_decl));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
debug.h 105 void (* type_decl) (tree decl, int local); member in struct:gcc_debug_hooks
tree.def 94 TYPE_DECL node, for types that are typedefs, or an IDENTIFIER_NODE
303 LABEL_DECLs have no data type. For TYPE_DECL, the TREE_TYPE field
307 They are unused in LABEL_DECL, TYPE_DECL and CONST_DECL nodes.
350 TYPE_DECL. */
355 DEFTREECODE (TYPE_DECL, "type_decl", tcc_declaration, 0)
    [all...]
tree-check.h 42 #define TYPE_DECL_CHECK(t) TREE_CHECK (t, TYPE_DECL)
tree.h 647 VAR_DECL, FUNCTION_DECL, TYPE_DECL
    [all...]
  /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 130 DECL_TEMPLATE_PARM_P (in PARM_DECL, CONST_DECL, TYPE_DECL, or TEMPLATE_DECL)
134 1: C_TYPEDEF_EXPLICITLY_SIGNED (in TYPE_DECL).
140 DECL_IMPLICIT_TYPEDEF_P (in a TYPE_DECL)
144 DECL_SELF_REFERENCE_P (in a TYPE_DECL)
149 TYPE_DECL_ALIAS_P (in TYPE_DECL)
207 TREE_CHECK3(NODE,TYPE_DECL,TEMPLATE_DECL,FUNCTION_DECL)
210 (TREE_CODE (NODE) == TYPE_DECL || TREE_CODE (NODE) == TEMPLATE_DECL \
217 TREE_CHECK4(NODE,VAR_DECL,FUNCTION_DECL,TYPE_DECL,TEMPLATE_DECL)
220 TREE_CHECK5(NODE,VAR_DECL,FIELD_DECL,FUNCTION_DECL,TYPE_DECL,TEMPLATE_DECL)
    [all...]
cp-tree.def 144 declaration of this parameter, either a TYPE_DECL or CONST_DECL.
192 template name and its bound arguments. TYPE_NAME is a TYPE_DECL. */
name-lookup.h 369 return global_value && TREE_CODE (global_value) == TYPE_DECL;
  /external/valgrind/main/perf/
tinycc.c 12582 static void type_decl(CType *type, AttributeDef *ad, int *v, int td) function
    [all...]
  /external/bison/doc/
bison.info     [all...]
bison.texi     [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...]

Completed in 531 milliseconds