HomeSort by relevance Sort by last modified time
    Searched refs:VAR_DECL (Results 1 - 13 of 13) sorted by null

  /external/arm-neon-tests/
ref_vget_lane.c 63 VAR_DECL(var, int, 8);
64 VAR_DECL(var, int, 16);
65 VAR_DECL(var, int, 32);
66 VAR_DECL(var, int, 64);
67 VAR_DECL(var, uint, 8);
68 VAR_DECL(var, uint, 16);
69 VAR_DECL(var, uint, 32);
70 VAR_DECL(var, uint, 64);
71 VAR_DECL(var, poly, 8);
72 VAR_DECL(var, poly, 16)
    [all...]
stm-arm-neon-ref.h 56 #define VAR_DECL(V, T, W) T##W##_t VAR(V,T,W)
  /external/clang/bindings/python/tests/cindex/
test_tokens.py 22 assert cursor.kind == CursorKind.VAR_DECL
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
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...]
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...]
cgraph.h 795 gcc_checking_assert (TREE_CODE (decl) == VAR_DECL);
    [all...]
tree-check.h 39 #define VAR_DECL_CHECK(t) TREE_CHECK (t, VAR_DECL)
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...]
  /external/turbine/java/com/google/turbine/tree/
Tree.java 68 VAR_DECL,
634 return Kind.VAR_DECL;
  /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/turbine/java/com/google/turbine/binder/
TypeBinder.java 524 if (member.kind() == Tree.Kind.VAR_DECL) {
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/clang/bindings/python/clang/
cindex.py 649 CursorKind.VAR_DECL = CursorKind(9)
    [all...]

Completed in 348 milliseconds