Searched refs:loc (Results 176 - 200 of 533) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h220 /// If \p loc is a FileID and points inside the current macro
223 SourceLocation getExpansionLocForMacroDefLoc(SourceLocation loc) const;
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.h84 kmp_str_loc_t loc = __kmp_str_loc_init( ident->psource, 0 );
85 // use loc.file, loc.func, loc.line, loc.col.
86 // loc.fname is available if second argument of __kmp_str_loc_init is true.
87 __kmp_str_loc_free( & loc );
102 void __kmp_str_loc_free(kmp_str_loc_t *loc);
H A Dkmp_itt.h65 ident_t *loc, int team_size,
77 __kmp_inline void __kmp_itt_metadata_loop(ident_t *loc, kmp_uint64 sched_type,
80 __kmp_inline void __kmp_itt_metadata_single(ident_t *loc);
/freebsd-12-stable/contrib/cortex-strings/scripts/
H A Dplot-align.py53 pylab.legend(loc='lower right', ncol=3)
/freebsd-12-stable/bin/sh/
H A Derror.c88 longjmp(handler->loc, 1);
/freebsd-12-stable/sys/fs/udf/
H A Dudf.h117 return (le32toh(icb->loc.lb_num));
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dstack.h38 void *OPENSSL_sk_delete(OPENSSL_STACK *st, int loc);
H A Dts.h215 X509_EXTENSION *TS_REQ_get_ext(TS_REQ *a, int loc);
216 X509_EXTENSION *TS_REQ_delete_ext(TS_REQ *a, int loc);
217 int TS_REQ_add_ext(TS_REQ *a, X509_EXTENSION *ex, int loc);
277 X509_EXTENSION *TS_TST_INFO_get_ext(TS_TST_INFO *a, int loc);
278 X509_EXTENSION *TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc);
279 int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h69 /// \param[in] loc The symbolic memory location.
73 /// \return The value bound to the location \c loc.
74 virtual SVal getBinding(Store store, Loc loc, QualType T = QualType()) = 0;
102 /// \param[in] loc The symbolic memory location.
103 /// \param[in] val The value to bind to location \c loc.
106 /// by \c val bound to the location given for \c loc.
107 virtual StoreRef Bind(Store store, Loc loc, SVal val) = 0;
140 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
H A Dnull-blame-cmd.c128 svn_client__pathrev_t *loc;
133 SVN_ERR(svn_client__resolve_rev_and_url(&loc, ra_session,
139 SVN_ERR(svn_ra_reparent(ra_session, loc->url, pool));
127 svn_client__pathrev_t *loc; local
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-i386.c2433 bfd_byte *loc;
2443 loc = s->contents;
2444 loc += s->reloc_count++ * sizeof (Elf32_External_Rel);
2445 bfd_elf32_swap_reloc_out (output_bfd, &outrel, loc);
2544 bfd_byte *loc;
2585 loc = sreloc->contents;
2586 loc += sreloc->reloc_count++ * sizeof (Elf32_External_Rel);
2587 bfd_elf32_swap_reloc_out (output_bfd, &outrel, loc);
2602 bfd_byte *loc;
2612 loc
2431 bfd_byte *loc; local
2542 bfd_byte *loc; local
2600 bfd_byte *loc; local
2899 bfd_byte *loc; local
3221 bfd_byte *loc; local
3260 bfd_byte *loc; local
3375 bfd_byte *loc; local
3494 bfd_byte *loc; local
3533 bfd_byte *loc; local
[all...]
H A Delf32-s390.c2441 bfd_byte *loc; local
2452 loc = srelgot->contents;
2453 loc += srelgot->reloc_count++ * sizeof (Elf32_External_Rela);
2454 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
2577 bfd_byte *loc; local
2659 loc = sreloc->contents;
2660 loc += sreloc->reloc_count++ * sizeof (Elf32_External_Rela);
2661 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
2678 bfd_byte *loc; local
2687 loc
2738 bfd_byte *loc; local
2852 bfd_byte *loc; local
2881 bfd_byte *loc; local
3130 bfd_byte *loc; local
3269 bfd_byte *loc; local
3314 bfd_byte *loc; local
[all...]
H A Delf64-s390.c2417 bfd_byte *loc; local
2428 loc = s->contents;
2429 loc += s->reloc_count++ * sizeof (Elf64_External_Rela);
2430 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
2559 bfd_byte *loc; local
2643 loc = sreloc->contents;
2644 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela);
2645 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
2663 bfd_byte *loc; local
2672 loc
2723 bfd_byte *loc; local
2837 bfd_byte *loc; local
2866 bfd_byte *loc; local
3091 bfd_byte *loc; local
3176 bfd_byte *loc; local
3220 bfd_byte *loc; local
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddwarfread.c2152 char *loc; local
2157 loc = dip->at_location;
2159 locsize = target_to_host (loc, nbytes, GET_UNSIGNED, current_objfile);
2160 loc += nbytes;
2161 end = loc + locsize;
2168 while (loc < end)
2171 loc_atom_code = target_to_host (loc, SIZEOF_LOC_ATOM_CODE, GET_UNSIGNED,
2173 loc += SIZEOF_LOC_ATOM_CODE;
2178 loc = end;
2183 = DWARF_REG_TO_REGNUM (target_to_host (loc, loc_value_siz
2903 int loc = locval (dip); local
[all...]
/freebsd-12-stable/lib/libc/stdlib/
H A Dstrfmon.c104 vstrfmon_l(char * __restrict s, size_t maxsize, locale_t loc, argument
129 FIX_LOCALE(loc);
132 lc = localeconv_l(loc);
411 strfmon_l(char * __restrict s, size_t maxsize, locale_t loc, const char * __restrict format, argument
417 ret = vstrfmon_l(s, maxsize, loc, format, ap);
/freebsd-12-stable/contrib/gcc/
H A Dtree-vrp.c3167 assert_locus_t loc; local
3173 loc = asserts_for[SSA_NAME_VERSION (name)];
3174 while (loc)
3177 print_generic_expr (file, bsi_stmt (loc->si), 0);
3178 fprintf (file, "\n\tBB #%d", loc->bb->index);
3179 if (loc->e)
3181 fprintf (file, "\n\tEDGE %d->%d", loc->e->src->index,
3182 loc->e->dest->index);
3183 dump_edge_info (file, loc->e, 0);
3187 fprintf (file, " %s ", tree_code_name[(int)loc
3249 assert_locus_t n, loc, last_loc; local
3723 process_assert_insertions_for(tree name, assert_locus_t loc) argument
3787 assert_locus_t loc = asserts_for[i]; local
[all...]
H A Dcselib.c154 new_elt_loc_list (struct elt_loc_list *next, rtx loc)
159 el->loc = loc;
253 if (rtx_equal_for_cselib_p (l->loc, x))
312 if (references_value_p ((*p)->loc, 1))
433 rtx t = l->loc;
452 rtx t = l->loc;
774 if (MEM_P (l->loc)
775 && CSELIB_VAL_PTR (XEXP (l->loc, 0)) == addr_elt)
1080 rtx x = (*p)->loc;
153 new_elt_loc_list(struct elt_loc_list *next, rtx loc) argument
[all...]
H A Djump.c954 returnjump_p_1 (rtx *loc, void *data ATTRIBUTE_UNUSED)
956 rtx x = *loc;
1579 redirect_exp_1 (rtx *loc, rtx olabel, rtx nlabel, rtx insn)
1581 rtx x = *loc;
1596 validate_change (insn, loc, n, 1);
1606 if (loc == &PATTERN (insn))
1608 validate_change (insn, loc, x, 1);
1616 validate_change (insn, loc, gen_rtx_RETURN (VOIDmode), 1);
1642 rtx *loc;
1645 loc
945 returnjump_p_1(rtx *loc, void *data ATTRIBUTE_UNUSED) argument
1565 redirect_exp_1(rtx *loc, rtx olabel, rtx nlabel, rtx insn) argument
1628 rtx *loc; local
[all...]
/freebsd-12-stable/sys/dev/liquidio/base/
H A Dlio_device.c364 oct->loc.bus = bus;
365 oct->loc.dev = dev;
366 oct->loc.func = func;
382 if ((octeon_device[idx]->loc.bus == bus) &&
383 (octeon_device[idx]->loc.dev == dev)) {
396 oct->loc.bus, oct->loc.dev, oct->loc.func, refcount);
415 oct->loc.bus, oct->loc
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dexport.c1158 svn_client__pathrev_t *loc,
1196 SVN_ERR(svn_ra_get_file(ra_session, "", loc->rev,
1211 svn_client__pathrev_t *loc,
1267 SVN_ERR(svn_ra_get_file(ra_session, "", loc->rev,
1292 svn_client__pathrev_t *loc,
1319 loc->rev,
1327 SVN_ERR(reporter->set_path(report_baton, "", loc->rev,
1402 svn_client__pathrev_t *loc;
1412 SVN_ERR(svn_client__ra_session_from_path2(&ra_session, &loc,
1419 eb->root_url = loc
1151 export_file_ev2(const char *from_url, const char *to_path, struct edit_baton *eb, svn_client__pathrev_t *loc, svn_ra_session_t *ra_session, apr_pool_t *scratch_pool) argument
1204 export_file(const char *from_url, const char *to_path, struct edit_baton *eb, svn_client__pathrev_t *loc, svn_ra_session_t *ra_session, apr_pool_t *scratch_pool) argument
1285 export_directory(const char *from_url, const char *to_path, struct edit_baton *eb, svn_client__pathrev_t *loc, svn_ra_session_t *ra_session, svn_boolean_t ignore_externals, svn_boolean_t ignore_keywords, svn_depth_t depth, const char *native_eol, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
1397 svn_client__pathrev_t *loc; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp146 error(a.loc + ": at least one side of the expression must be absolute");
151 return {a.sec, a.forceAbsolute, a.getSectionOffset() + b.getValue(), a.loc};
158 return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc};
164 (a.getValue() & b.getValue()) - a.getSecAddr(), a.loc};
170 (a.getValue() | b.getValue()) - a.getSecAddr(), a.loc};
769 static Expr checkAlignment(Expr e, std::string &loc) { argument
773 error(loc + ": alignment must be power of 2");
936 std::string loc = getCurrentLocation(); local
937 e = [=] { return add(script->getSymbolValue(name, loc), e()); };
962 std::string loc
[all...]
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Derr_inherit4.tab.c201 #define YYERROR_DECL() yyerror(YYLTYPE *loc, const char *s)
208 #define YYDESTRUCT_DECL() yydestruct(const char *msg, int psymb, YYSTYPE *val, YYLTYPE *loc)
211 #define YYDESTRUCT_CALL(msg, psymb, val, loc) yydestruct(msg, psymb, val, loc)
326 #define YYLLOC_DEFAULT(loc, rhs, n) \
331 (loc).first_line = ((rhs)[-1]).last_line; \
332 (loc).first_column = ((rhs)[-1]).last_column; \
333 (loc).last_line = ((rhs)[-1]).last_line; \
334 (loc).last_column = ((rhs)[-1]).last_column; \
338 (loc)
[all...]
/freebsd-12-stable/usr.bin/man/
H A Dman.sh819 local IFS bad cmd f good key keywords loc opt out path rval wlist
848 for loc in $MANLOCALES; do
849 if [ -f "$path/$loc/$f" -a -r "$path/$loc/$f" ]; then
850 decho "Found whatis: $path/$loc/$f"
851 wlist="$wlist $path/$loc/$f"
/freebsd-12-stable/usr.sbin/makefs/ffs/
H A Dffs_alloc.c537 int start, len, loc, i; local
553 loc = scanc((u_int)len,
557 if (loc == 0) {
560 loc = scanc((u_int)len,
564 if (loc == 0) {
573 bno = (start + len - loc) * NBBY;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h213 SourceRange(SourceLocation loc) : B(loc), E(loc) {} argument

Completed in 414 milliseconds

1234567891011>>