Home
last modified time | relevance | path

Searched defs:loc (Results 1 – 25 of 1259) sorted by relevance

12345678910>>...51

/netbsd-src/sys/arch/sparc/sparc/
H A Dasm.h61 #define lduba(loc, asi) ({ \ argument
69 #define lduha(loc, asi) ({ \ argument
77 #define lda(loc, asi) ({ \ argument
85 #define stba(loc, asi, value) ({ \ argument
91 #define stha(loc, asi, value) ({ \ argument
97 #define sta(loc, asi, value) ({ \ argument
103 #define ldda(loc, asi) ({ \ argument
111 #define stda(loc, asi, value) ({ \ argument
117 #define swap(loc, val) ({ \ argument
122 #define ldstub(loc) ({ \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit++.h747 context::new_array_type (type element_type, int num_elements, location loc) in new_array_type()
757 context::new_field (type type_, const std::string &name, location loc) in new_field()
767 location loc) in new_bitfield()
779 location loc) in new_struct_type()
798 location loc) in new_opaque_struct_type()
809 location loc) in new_param()
823 location loc) in new_function()
854 location loc) in new_global()
948 location loc) in new_unary_op()
959 location loc) in new_minus()
[all …]
H A Djit-playback.c235 new_array_type (playback::location *loc, in new_array_type()
255 new_field (location *loc, in new_field()
276 new_bitfield (location *loc, in new_bitfield()
316 new_compound_type (location *loc, in new_compound_type()
396 new_param (location *loc, in new_param()
414 new_function (location *loc, in new_function()
513 new_global (location *loc, in new_global()
709 as_truth_value (tree expr, location *loc) in as_truth_value()
730 new_unary_op (location *loc, in new_unary_op()
784 new_binary_op (location *loc, in new_binary_op()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit++.h808 context::new_array_type (type element_type, int num_elements, location loc) in new_array_type()
818 context::new_field (type type_, const std::string &name, location loc) in new_field()
828 location loc) in new_bitfield()
840 location loc) in new_struct_type()
859 location loc) in new_opaque_struct_type()
870 location loc) in new_param()
884 location loc) in new_function()
915 location loc) in new_global()
1009 location loc) in new_unary_op()
1020 location loc) in new_minus()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dlocale_win32.cpp35 lconv *localeconv_l( locale_t &loc ) in localeconv_l()
44 mbstate_t *__restrict ps, locale_t loc ) in mbrlen_l()
50 size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsrtowcs_l()
56 locale_t loc ) in wcrtomb_l()
62 size_t n, mbstate_t *__restrict ps, locale_t loc ) in mbrtowc_l()
68 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc ) in mbsnrtowcs_l()
74 size_t nwc, size_t len, mbstate_t *__restrict ps, locale_t loc ) in wcsnrtombs_l()
79 wint_t btowc_l( int c, locale_t loc ) in btowc_l()
84 int wctob_l( wint_t c, locale_t loc ) in wctob_l()
90 int snprintf_l(char *ret, size_t n, locale_t loc, const char *format, ...) in snprintf_l()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-diagnostic.cc173 d_diagnostic_report_diagnostic (const Loc& loc, int opt, const char *format, in d_diagnostic_report_diagnostic()
214 error (const Loc& loc, const char *format, ...) in error()
223 verror (const Loc& loc, const char *format, va_list ap, in verror()
255 errorSupplemental (const Loc& loc, const char *format, ...) in errorSupplemental()
264 verrorSupplemental (const Loc& loc, const char *format, va_list ap) in verrorSupplemental()
276 warning (const Loc& loc, const char *format, ...) in warning()
285 vwarning (const Loc& loc, const char *format, va_list ap) in vwarning()
301 warningSupplemental (const Loc& loc, const char *format, ...) in warningSupplemental()
310 vwarningSupplemental (const Loc& loc, const char *format, va_list ap) in vwarningSupplemental()
323 deprecation (const Loc& loc, const char *format, ...) in deprecation()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c99 Statement::Statement(Loc loc) in Statement()
291 ExpStatement::ExpStatement(Loc loc, Expression *exp) in ExpStatement()
297 ExpStatement::ExpStatement(Loc loc, Dsymbol *declaration) in ExpStatement()
303 ExpStatement *ExpStatement::create(Loc loc, Expression *exp) in create()
475 DtorExpStatement::DtorExpStatement(Loc loc, Expression *exp, VarDeclaration *v) in DtorExpStatement()
488 CompileStatement::CompileStatement(Loc loc, Expression *exp) in CompileStatement()
534 CompoundStatement::CompoundStatement(Loc loc, Statements *s) in CompoundStatement()
540 CompoundStatement::CompoundStatement(Loc loc, Statement *s1, Statement *s2) in CompoundStatement()
549 CompoundStatement::CompoundStatement(Loc loc, Statement *s1) in CompoundStatement()
556 CompoundStatement *CompoundStatement::create(Loc loc, Statement *s1, Statement *s2) in create()
[all …]
H A Dexpression.c245 Loc loc = e1->loc; variable
636 static Dsymbol *searchScopes(Scope *sc, Loc loc, Identifier *ident, int flags) in searchScopes()
678 Loc loc = ue->loc; in searchUFCS() local
774 Loc loc = ce->loc; in resolveUFCS() local
882 Loc loc = e1->loc; variable
1291 bool checkDefCtor(Loc loc, Type *t) in checkDefCtor()
1376 bool functionParameters(Loc loc, Scope *sc, TypeFunction *tf, in functionParameters()
2002 Expression::Expression(Loc loc, TOK op, int size) in Expression()
2857 IntegerExp::IntegerExp(Loc loc, dinteger_t value, Type *type) in IntegerExp()
2880 IntegerExp *IntegerExp::create(Loc loc, dinteger_t value, Type *type) in create()
[all …]
/netbsd-src/external/mit/isl/dist/
H A Dopt_type.h5 #define OPT_TYPE_ARG(loc) , loc type argument
6 #define OPT_TYPE_ARG_FIRST(loc) loc type, argument
7 #define OPT_SET_TYPE(loc,val) loc type = (val); argument
12 #define OPT_TYPE_ARG(loc) argument
13 #define OPT_TYPE_ARG_FIRST(loc) argument
14 #define OPT_SET_TYPE(loc,val) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d610 DotIdExp typeDotIdExp(const ref Loc loc, Type type, Identifier ident) in typeDotIdExp()
686 Loc loc; // file location variable
688 extern (D) this(const ref Loc loc, EXP op, int size) in this()
1054 Expression resolveLoc(const ref Loc loc, Scope* sc) in resolveLoc()
1779 extern (D) this(const ref Loc loc, dinteger_t value, Type type) in this()
1802 static IntegerExp create(const ref Loc loc, dinteger_t value, Type type) in create()
1808 static void emplace(UnionExp* pue, const ref Loc loc, dinteger_t value, Type type) in emplace()
2069 extern (D) this(const ref Loc loc, real_t value, Type type) in this()
2077 static RealExp create(const ref Loc loc, real_t value, Type type) in create()
2083 static void emplace(UnionExp* pue, const ref Loc loc, real_t value, Type type) in emplace()
[all …]
H A Dstatement.d78 const Loc loc; variable
86 final extern (D) this(const ref Loc loc, STMT stmt) in this()
455 final extern (D) this(const ref Loc loc, Expression exp) in this()
461 final extern (D) this(const ref Loc loc, Expression exp, STMT stmt) in this()
467 final extern (D) this(const ref Loc loc, Dsymbol declaration) in this()
473 static ExpStatement create(const ref Loc loc, Expression exp) in create()
496 extern (D) this(const ref Loc loc, Expression exp, VarDeclaration var) in this()
520 extern (D) this(const ref Loc loc, Expression exp) in this()
527 extern (D) this(const ref Loc loc, Expressions* exps) in this()
558 final extern (D) this(const ref Loc loc, Statements* statements) in this()
[all …]
H A Derrors.d54 private extern (C++) void noop(const ref Loc loc, const(char)* format, ...) {} in noop()
56 pragma(printf) private extern (C++) void noop(const ref Loc loc, const(char)* format, ...) {} in noop()
88 extern (C++) void error(const ref Loc loc, const(char)* format, ...) in error()
116 const loc = Loc(filename, linnum, charnum); in error() local
125 const loc = Loc(filename, linnum, charnum); in pragma() local
141 extern (C++) void errorSupplemental(const ref Loc loc, const(char)* format, ...) in errorSupplemental()
165 extern (C++) void warning(const ref Loc loc, const(char)* format, ...) in warning()
190 extern (C++) void warningSupplemental(const ref Loc loc, const(char)* format, ...) in warningSupplemental()
215 extern (C++) void deprecation(const ref Loc loc, const(char)* format, ...) in deprecation()
240 extern (C++) void deprecationSupplemental(const ref Loc loc, const(char)* format, ...) in deprecationSupplemental()
[all …]
H A Dparse.d117 const loc = token.loc; in parseModuleDeclaration() local
355 const loc = token.loc; variable
492 Loc loc = token.loc; variable
551 const Loc loc = token.loc; variable
951 const loc = token.loc; variable
1079 const loc = token.loc; in parseAutoDeclarations() local
1274 const loc = token.loc; variable
1436 const loc = token.loc; variable
1489 Loc loc; variable
1649 auto loc = token.loc; in parseMixin() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-diagnostic.cc186 d_diagnostic_report_diagnostic (const Loc &loc, int opt, const char *format, in d_diagnostic_report_diagnostic()
226 verror (const Loc &loc, const char *format, va_list ap, in verror()
258 verrorSupplemental (const Loc &loc, const char *format, va_list ap) in verrorSupplemental()
270 vwarning (const Loc &loc, const char *format, va_list ap) in vwarning()
288 vwarningSupplemental (const Loc &loc, const char *format, va_list ap) in vwarningSupplemental()
301 vdeprecation (const Loc &loc, const char *format, va_list ap, in vdeprecation()
331 vdeprecationSupplemental (const Loc &loc, const char *format, va_list ap) in vdeprecationSupplemental()
342 vmessage (const Loc &loc, const char *format, va_list ap) in vmessage()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinput.h121 in_system_header_at (location_t loc) in in_system_header_at()
130 from_macro_expansion_at (location_t loc) in from_macro_expansion_at()
140 from_macro_definition_at (location_t loc) in from_macro_definition_at()
146 get_pure_location (location_t loc) in get_pure_location()
154 get_start (location_t loc) in get_start()
162 get_finish (location_t loc) in get_finish()
H A Dread-md.c94 struct ptr_loc *loc; in set_md_ptr_loc() local
117 const struct ptr_loc *loc = get_md_ptr_loc (old_ptr); in copy_md_ptr_loc() local
128 const struct ptr_loc *loc = get_md_ptr_loc (ptr); in fprint_md_ptr_loc() local
204 message_at_1 (file_location loc, const char *msg, va_list ap) in message_at_1()
214 message_at (file_location loc, const char *msg, ...) in message_at()
226 error_at (file_location loc, const char *msg, ...) in error_at()
239 fatal_at (file_location loc, const char *msg, ...) in fatal_at()
519 file_location loc; in read_name() local
528 file_location loc; in read_name_or_nil() local
531 file_location loc = get_current_location (); in read_name_or_nil() local
[all …]
/netbsd-src/games/phantasia/
H A Dinterplayer.c373 long loc = 0L; /* location in energy void file */ in checktampered() local
406 long loc; /* location in file of other players */ in tampered() local
618 long loc = 0L; /* location of old king in player file */ in throneroom() local
675 long loc; /* location in energy void file */ in dotampered() local
876 writevoid(struct energyvoid *vp, long loc) in writevoid()
888 long loc = 0L; /* location of new energy void */ in allocvoid() local
/netbsd-src/lib/libc/locale/
H A Dmultibyte_amd1.c51 mbrlen_l(const char *s, size_t n, mbstate_t *ps, locale_t loc) in mbrlen_l()
73 mbsinit_l(const mbstate_t *ps, locale_t loc) in mbsinit_l()
103 mbrtowc_l(wchar_t *pwc, const char *s, size_t n, mbstate_t *ps, locale_t loc) in mbrtowc_l()
126 locale_t loc) in mbsrtowcs_l()
149 locale_t loc) in mbsnrtowcs_l()
171 wcrtomb_l(char *s, wchar_t wc, mbstate_t *ps, locale_t loc) in wcrtomb_l()
194 locale_t loc) in wcsrtombs_l()
216 btowc_l(int c, locale_t loc) in btowc_l()
235 wctob_l(wint_t wc, locale_t loc) in wctob_l()
254 _mb_cur_max_l(locale_t loc) in _mb_cur_max_l()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dchecker-path.h86 location_t loc, tree fndecl, int depth) in checker_event()
115 void set_location (location_t loc) { m_loc = loc; } in set_location()
133 debug_event (location_t loc, tree fndecl, int depth, in debug_event()
156 custom_event (location_t loc, tree fndecl, int depth) in custom_event()
167 precanned_custom_event (location_t loc, tree fndecl, int depth, in precanned_custom_event()
219 function_entry_event (location_t loc, tree fndecl, int depth) in function_entry_event()
312 location_t loc, tree fndecl, int depth) in start_cfg_edge_event()
336 location_t loc, tree fndecl, int depth) in end_cfg_edge_event()
385 start_consolidated_cfg_edges_event (location_t loc, tree fndecl, int depth, in start_consolidated_cfg_edges_event()
404 end_consolidated_cfg_edges_event (location_t loc, tree fndecl, int depth) in end_consolidated_cfg_edges_event()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.h191 in_system_header_at (location_t loc) in in_system_header_at()
200 from_macro_expansion_at (location_t loc) in from_macro_expansion_at()
210 from_macro_definition_at (location_t loc) in from_macro_definition_at()
216 get_pure_location (location_t loc) in get_pure_location()
224 get_start (location_t loc) in get_start()
232 get_finish (location_t loc) in get_finish()
H A Dselftest.cc43 fail (const location &loc, const char *msg) in fail()
53 fail_formatted (const location &loc, const char *fmt, ...) in fail_formatted()
71 assert_streq (const location &loc, in assert_streq()
103 assert_str_contains (const location &loc, in assert_str_contains()
136 assert_str_startswith (const location &loc, in assert_str_startswith()
183 temp_source_file::temp_source_file (const location &loc, in temp_source_file()
197 temp_source_file::temp_source_file (const location &loc, in temp_source_file()
235 read_file (const location &loc, const char *path) in read_file()
H A Dread-md.cc94 struct ptr_loc *loc; in set_md_ptr_loc() local
117 const struct ptr_loc *loc = get_md_ptr_loc (old_ptr); in copy_md_ptr_loc() local
128 const struct ptr_loc *loc = get_md_ptr_loc (ptr); in fprint_md_ptr_loc() local
204 message_at_1 (file_location loc, const char *msg, va_list ap) in message_at_1()
214 message_at (file_location loc, const char *msg, ...) in message_at()
226 error_at (file_location loc, const char *msg, ...) in error_at()
239 fatal_at (file_location loc, const char *msg, ...) in fatal_at()
519 file_location loc; in read_name() local
528 file_location loc; in read_name_or_nil() local
531 file_location loc = get_current_location (); in read_name_or_nil() local
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__bsd_locale_defaults.h21 #define __libcpp_mb_cur_max_l(loc) MB_CUR_MAX_L(loc) argument
22 #define __libcpp_btowc_l(ch, loc) btowc_l(ch, loc) argument
23 #define __libcpp_wctob_l(wch, loc) wctob_l(wch, loc) argument
24 #define __libcpp_wcsnrtombs_l(dst, src, nwc, len, ps, loc) wcsnrtombs_l(dst, src, nwc, len, ps, lo… argument
25 #define __libcpp_wcrtomb_l(src, wc, ps, loc) wcrtomb_l(src, wc, ps, loc) argument
26 #define __libcpp_mbsnrtowcs_l(dst, src, nms, len, ps, loc) mbsnrtowcs_l(dst, src, nms, len, ps, lo… argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransformActions.cpp284 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) { in insert()
294 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken()
339 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText()
383 bool TransformActionsImpl::canInsert(SourceLocation loc) { in canInsert()
396 bool TransformActionsImpl::canInsertAfterToken(SourceLocation loc) { in canInsertAfterToken()
418 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { in canReplaceText()
437 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert()
441 void TransformActionsImpl::commitInsertAfterToken(SourceLocation loc, in commitInsertAfterToken()
480 void TransformActionsImpl::commitReplaceText(SourceLocation loc, in commitReplaceText()
506 void TransformActionsImpl::addInsertion(SourceLocation loc, StringRef text) { in addInsertion()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_ext.c40 X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc) in X509_CRL_get_ext()
45 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc) in X509_CRL_delete_ext()
61 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) in X509_CRL_add_ext()
87 X509_EXTENSION *X509_get_ext(const X509 *x, int loc) in X509_get_ext()
92 X509_EXTENSION *X509_delete_ext(X509 *x, int loc) in X509_delete_ext()
97 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) in X509_add_ext()
135 X509_EXTENSION *X509_REVOKED_get_ext(const X509_REVOKED *x, int loc) in X509_REVOKED_get_ext()
140 X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc) in X509_REVOKED_delete_ext()
145 int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc) in X509_REVOKED_add_ext()

12345678910>>...51