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

  /external/clang/test/CodeGen/
2002-02-13-UnnamedLocal.c 4 * and did not have a VAR_DECL that explained the stack slot to LLVM.
  /external/clang/bindings/python/tests/cindex/
test_tokens.py 22 assert cursor.kind == CursorKind.VAR_DECL
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 1532 NamedDecl *var_decl = NULL; local
1580 NamedDecl *var_decl = context.AddVarDecl(parser_type.GetLValueReferenceType()); local
1614 NamedDecl *var_decl = context.AddVarDecl(parser_type); local
1668 const VarDecl *var_decl = dyn_cast<VarDecl>(named_decl); local
1731 NamedDecl *var_decl = context.AddVarDecl(parser_clang_type); local
    [all...]
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 183 const clang::DeclaratorDecl* const var_decl = member in class:__anon21047::clang
185 assert(var_decl && "Unexpected match! No VarDecl captured!");
187 const clang::TypeSourceInfo* tsi = var_decl->getTypeSourceInfo();
224 const clang::VarDecl* const var_decl = member in class:__anon21047::clang
226 if (var_decl && !var_decl->getTypeSourceInfo()->getType()->isClassType()) {
  /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)
356 Operand 3: OMP_CLAUSE_REDUCTION_PLACEHOLDER: A dummy VAR_DECL
405 VAR_DECL -- represents a declared variable.
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
696 VAR_DECL
716 VAR_DECL
    [all...]
coretypes.h 100 /* The thread-local storage model associated with a given VAR_DECL
tree-inline.h 60 /* The VAR_DECL for the return value. */
tree.def 294 QUAL_UNION_TYPE node that the field is a member of. For VAR_DECL,
349 compiler. FIELD_DECL, VAR_DECL, CONST_DECL, PARM_DECL,
352 DEFTREECODE (VAR_DECL, "var_decl", tcc_declaration, 0)
529 BIND_EXPR_VARS is a chain of VAR_DECL nodes for the variables.
    [all...]
function.h 679 tree var_decl;
692 void types_used_by_var_decl_insert (tree type, tree var_decl);
678 tree var_decl; variable
gimple.def 338 CONTROL is a VAR_DECL used for deciding which of the sections
tree-check.h 39 #define VAR_DECL_CHECK(t) TREE_CHECK (t, VAR_DECL)
output.h 449 /* If nonnull, the VAR_DECL or FUNCTION_DECL with which the
gimple.h 976 anything if it's already a VAR_DECL. If it's a VAR_DECL from another
982 || TREE_CODE (expr) == VAR_DECL
    [all...]
cgraph.h 795 gcc_checking_assert (TREE_CODE (decl) == VAR_DECL);
    [all...]
rtl.h     [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/cp/
cp-tree.h 56 DECL_GNU_TLS_P (in VAR_DECL)
86 DECL_INITIALIZED_P (in VAR_DECL)
95 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P (in VAR_DECL)
105 DECL_NON_TRIVIALLY_INITIALIZED_P (in VAR_DECL)
109 DECL_TINFO_P (in VAR_DECL)
112 DECL_VTABLE_OR_VTT_P (in VAR_DECL)
115 DECL_CONSTRUCTION_VTABLE_P (in VAR_DECL)
129 0: DECL_ERROR_REPORTED (in VAR_DECL).
135 DECL_TEMPLATE_INSTANTIATED (in a VAR_DECL or a FUNCTION_DECL)
139 2: DECL_THIS_EXTERN (in VAR_DECL or FUNCTION_DECL)
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 4506 clang::VarDecl *var_decl = NULL; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h 693 /* Pointer to function to lazily generate the VAR_DECL for __FUNCTION__ etc.
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 620 CursorKind.VAR_DECL = CursorKind(9)
    [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 777 milliseconds