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/test/CodeGenCXX/
debug-info-namespace.cpp 14 extern int var_decl;
40 using B::var_decl;
96 // CHECK: [[M13]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[VAR_DECL:![0-9]+]]
97 // CHECK: [[VAR_DECL]] = !DIGlobalVariable(name: "var_decl", linkageName: "_ZN1A1B8var_declE", scope: [[NS]],{{.*}} line: 8,
  /external/clang/bindings/python/tests/cindex/
test_tokens.py 22 assert cursor.kind == CursorKind.VAR_DECL
  /external/llvm/test/DebugInfo/Generic/
namespace.ll 34 ; CHECK: [[VAR_DECL:0x[0-9a-f]*]]:{{.*}}DW_TAG_variable
36 ; CHECK: DW_AT_name{{.*}}= "var_decl"
123 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[VAR_DECL]]})
162 ; extern int var_decl;
188 ; using B::var_decl;
340 !50 = !DIGlobalVariable(name: "var_decl", linkageName: "_ZN1A1B8var_declE", line: 8, isLocal: false, isDefinition: false, scope: !6, file: !18, type: !13)
  /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...]
  /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...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/clang/bindings/python/clang/
cindex.py 632 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 710 milliseconds