HomeSort by: relevance | last modified time | path
    Searched defs:boundserr (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 1955 tree boundserr; local
1958 boundserr = build_call_expr (builtin_decl_explicit (BUILT_IN_TRAP), 0);
1961 boundserr = build_libcall (LIBCALL_ARRAYBOUNDS_INDEXP, Type::tvoid, 4,
1966 return build_condition (TREE_TYPE (index), condition, boundserr, index);
2000 tree boundserr; local
2004 boundserr =
2009 boundserr = build_libcall (LIBCALL_ARRAYBOUNDS_SLICEP,
2017 boundserr, upper);

Completed in 36 milliseconds