Home
last modified time | relevance | path

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

12345678910>>...74

/netbsd/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/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit++.h1046 location loc) in new_binary_op()
1149 location loc) in new_eq()
1156 location loc) in new_ne()
1163 location loc) in new_lt()
1170 location loc) in new_le()
1177 location loc) in new_gt()
1184 location loc) in new_ge()
1526 location loc) in add_eval()
1590 location loc) in end_with_return()
1608 location loc) in end_with_switch()
[all …]
H A Djit-playback.c255 new_field (location *loc, in new_field()
396 new_param (location *loc, in new_param()
513 new_global (location *loc, in new_global()
928 build_call (location *loc, in build_call()
969 new_call (location *loc, in new_call()
1160 location *loc) in new_dereference()
1413 new_local (location *loc, in new_local()
1565 add_eval (location *loc, in add_eval()
1674 add_jump (location *loc, in add_jump()
2868 location *loc; in handle_locations() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit++.h985 location loc) in new_binary_op()
1088 location loc) in new_eq()
1095 location loc) in new_ne()
1102 location loc) in new_lt()
1109 location loc) in new_le()
1116 location loc) in new_gt()
1123 location loc) in new_ge()
1457 location loc) in add_eval()
1521 location loc) in end_with_return()
1539 location loc) in end_with_switch()
[all …]
H A Djit-playback.c255 new_field (location *loc, in new_field()
396 new_param (location *loc, in new_param()
513 new_global (location *loc, in new_global()
928 build_call (location *loc, in build_call()
969 new_call (location *loc, in new_call()
1160 location *loc) in new_dereference()
1413 new_local (location *loc, in new_local()
1565 add_eval (location *loc, in add_eval()
1674 add_jump (location *loc, in add_jump()
2868 location *loc; in handle_locations() local
[all …]
/netbsd/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()
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()
107 int asprintf_l( char **ret, locale_t loc, const char *format, ... ) in asprintf_l()
122 float strtof_l(const char* nptr, char** endptr, locale_t loc) { in strtof_l()
127 long double strtold_l(const char* nptr, char** endptr, locale_t loc) { in strtold_l()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-diagnostic.cc214 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()
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()
323 deprecation (const Loc& loc, const char *format, ...) in deprecation()
332 vdeprecation (const Loc& loc, const char *format, va_list ap, in vdeprecation()
360 deprecationSupplemental (const Loc& loc, const char *format, ...) in deprecationSupplemental()
380 message (const Loc& loc, const char *format, ...) in message()
[all …]
/netbsd/external/gpl3/gcc/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()
1211 DefaultStatement::DefaultStatement(Loc loc, Statement *s) in DefaultStatement()
1225 GotoDefaultStatement::GotoDefaultStatement(Loc loc) in GotoDefaultStatement()
1252 SwitchErrorStatement::SwitchErrorStatement(Loc loc) in SwitchErrorStatement()
1485 ThrowStatement::ThrowStatement(Loc loc, Expression *exp) in ThrowStatement()
1531 GotoStatement::GotoStatement(Loc loc, Identifier *ident) in GotoStatement()
1678 AsmStatement::AsmStatement(Loc loc, Token *tokens) in AsmStatement()
[all …]
H A Dexpression.c245 Loc loc = e1->loc; variable
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()
3161 DollarExp::DollarExp(Loc loc) in DollarExp()
3370 ThisExp::ThisExp(Loc loc) in ThisExp()
3400 SuperExp::SuperExp(Loc loc) in SuperExp()
4884 HaltExp::HaltExp(Loc loc) in HaltExp()
6692 LineInitExp::LineInitExp(Loc loc) in LineInitExp()
[all …]
H A Dexpression.d684 Loc loc; // file location variable
2258 extern (D) this(const ref Loc loc) in this()
2307 extern (D) this(const ref Loc loc) in this()
2313 this(const ref Loc loc, const EXP tok) in this()
2361 extern (D) this(const ref Loc loc) in this()
4156 extern (D) this(const ref Loc loc) in this()
6838 extern (D) this(const ref Loc loc, EXP tok) in this()
6869 extern (D) this(const ref Loc loc) in this()
6892 extern (D) this(const ref Loc loc) in this()
6917 extern (D) this(const ref Loc loc) in this()
[all …]
H A Dstatement.d78 const Loc loc; variable
86 final extern (D) this(const ref Loc loc, STMT stmt) in this()
520 extern (D) this(const ref Loc loc, Expression exp) in this()
1347 extern (D) this(const ref Loc loc) in this()
1372 extern (D) this(const ref Loc loc, Expression exp) in this()
1395 extern (D) this(const ref Loc loc) in this()
1420 extern (D) this(const ref Loc loc, Expression exp) in this()
1598 const Loc loc; variable
1925 extern (D) this(const ref Loc loc, Token* tokens) in this()
1959 extern (D) this(const ref Loc loc, Token* tokens) 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
1436 const loc = token.loc; variable
1489 Loc loc; variable
1649 auto loc = token.loc; in parseMixin() local
1973 const loc = token.loc; in parseStaticAssert() local
2004 const loc = token.loc; in parseTypeof() local
2200 Loc loc = token.loc; in parseDebugCondition() local
2249 Loc loc; in parseVersionCondition() local
2987 auto loc = token.loc; in parseEnum() local
3510 Loc loc; variable
[all …]
/netbsd/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()
1211 DefaultStatement::DefaultStatement(Loc loc, Statement *s) in DefaultStatement()
1225 GotoDefaultStatement::GotoDefaultStatement(Loc loc) in GotoDefaultStatement()
1252 SwitchErrorStatement::SwitchErrorStatement(Loc loc) in SwitchErrorStatement()
1485 ThrowStatement::ThrowStatement(Loc loc, Expression *exp) in ThrowStatement()
1531 GotoStatement::GotoStatement(Loc loc, Identifier *ident) in GotoStatement()
1678 AsmStatement::AsmStatement(Loc loc, Token *tokens) in AsmStatement()
[all …]
H A Dexpression.c245 Loc loc = e1->loc; variable
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()
3161 DollarExp::DollarExp(Loc loc) in DollarExp()
3370 ThisExp::ThisExp(Loc loc) in ThisExp()
3400 SuperExp::SuperExp(Loc loc) in SuperExp()
4884 HaltExp::HaltExp(Loc loc) in HaltExp()
6692 LineInitExp::LineInitExp(Loc loc) in LineInitExp()
[all …]
/netbsd/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/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
128 const struct ptr_loc *loc = get_md_ptr_loc (ptr); in fprint_md_ptr_loc() local
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
675 file_location loc = get_current_location (); in read_string() local
1051 md_reader::handle_include (file_location loc) in handle_include()
[all …]
/netbsd/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/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/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()
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()
420 setjmp_event (location_t loc, const exploded_node *enode, in setjmp_event()
469 location_t loc, tree fndecl, int depth, in rewind_from_longjmp_event()
486 location_t loc, tree fndecl, int depth, in rewind_to_setjmp_event()
[all …]
/netbsd/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.c94 struct ptr_loc *loc; in set_md_ptr_loc() local
128 const struct ptr_loc *loc = get_md_ptr_loc (ptr); in fprint_md_ptr_loc() local
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
675 file_location loc = get_current_location (); in read_string() local
1051 md_reader::handle_include (file_location loc) in handle_include()
[all …]
H A Dread-md.cc94 struct ptr_loc *loc; in set_md_ptr_loc() local
128 const struct ptr_loc *loc = get_md_ptr_loc (ptr); in fprint_md_ptr_loc() local
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
675 file_location loc = get_current_location (); in read_string() local
1064 md_reader::handle_include (file_location loc) in handle_include()
[all …]

12345678910>>...74