Searched refs:loc (Results 226 - 250 of 533) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h169 SourceLocation findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx,
176 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx,
/freebsd-12-stable/contrib/gcc/
H A Dweb.c234 rtx *loc = DF_REF_REAL_LOC (ref); local
241 *loc = reg;
H A Drecog.c168 rtx *loc;
196 validate_change (rtx object, rtx *loc, rtx new, int in_group)
198 rtx old = *loc;
205 *loc = new;
221 changes[num_changes].loc = loc;
446 *changes[i].loc = changes[i].old;
457 validate_replace_rtx_1 (rtx *loc, rtx from, rtx to, rtx object)
461 rtx x = *loc;
486 validate_change (object, loc, t
166 rtx *loc; member in struct:change_t
194 validate_change(rtx object, rtx *loc, rtx new, int in_group) argument
455 validate_replace_rtx_1(rtx *loc, rtx from, rtx to, rtx object) argument
767 find_single_use_1(rtx dest, rtx *loc) argument
[all...]
H A Dc-format.c2532 static tree t, loc, hwi;
2534 if (!loc || !t || !hwi)
2546 if ((loc = maybe_get_identifier ("location_t")))
2548 loc = identifier_global_value (loc);
2549 if (loc)
2551 if (TREE_CODE (loc) != TYPE_DECL)
2554 loc = 0;
2557 loc = TREE_TYPE (loc);
2528 static tree t, loc, hwi; local
[all...]
/freebsd-12-stable/contrib/diff/lib/
H A Dstrftime.c187 # define __mbsrtowcs_l(d, s, l, st, loc) __mbsrtowcs (d, s, l, st)
194 l = __mbsrtowcs_l (NULL, &__s, 0, &__st, loc); \
196 (void) __mbsrtowcs_l (ws, &__s, l, &__st, loc); \
211 # define LOCALE_ARG , loc
212 # define LOCALE_PARAM_PROTO , __locale_t loc
257 dest[len] = TOLOWER ((UCHAR_T) src[len], loc);
266 dest[len] = TOUPPER ((UCHAR_T) src[len], loc);
381 struct locale_data *const current = loc->__locales[LC_TIME];
732 *old_start = TOUPPER ((UCHAR_T) *old_start, loc);
/freebsd-12-stable/bin/sh/
H A Dtrap.c522 if (!setjmp(loc1.loc)) {
535 if (!setjmp(loc2.loc)) {
/freebsd-12-stable/sys/ddb/
H A Dddb.h200 db_addr_t db_disasm(db_addr_t loc, bool altfmt);
214 void db_print_loc_and_inst(db_addr_t loc);
/freebsd-12-stable/sys/fs/udf/
H A Decma167-udf.h71 uint32_t loc; member in struct:extent_ad
83 struct lb_addr loc; member in struct:long_ad
/freebsd-12-stable/sys/dev/usb/input/
H A Dwmt.c597 if (lpos > h.loc.pos)
598 lpos = h.loc.pos;
600 temp = h.loc.pos + (h.loc.size * h.loc.count);
665 sc->cont_max_loc = hi.loc;
715 sc->nconts_loc = hi.loc;
750 sc->locs[cont][i] = hi.loc;
H A Datp.c301 u_int loc; /* location (scaled using the mickeys factor) */ member in struct:fg_pspan
600 u_int loc; /* location (scaled) */ member in struct:fg_stroke_component
1257 spans[i].loc = spans[i].cog * FG_SCALE_FACTOR /
1351 delta_mickeys = pspan->loc - component->loc;
1356 component->loc = pspan->loc;
1586 printf(" X:[loc:%u,cum:%u]",
1587 pspans_x[i].loc, pspans_x[i].cum);
1592 printf(" Y:[loc
[all...]
/freebsd-12-stable/sys/netgraph/
H A Dng_lmi.c990 int loc; local
994 loc = (m->m_len - packetlen);
995 log(LOG_WARNING, "nglmi: error at location %d\n", loc);
1001 ((loc == k) ? '>' : ' '),
1017 int loc; local
1021 loc = (m->m_len - packetlen);
1022 log(LOG_WARNING, "nglmi: error at location %d\n", loc);
1028 ((loc == k) ? '>' : ' '),
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86.cpp439 void ArchHandler_x86::applyFixupFinal(const Reference &ref, uint8_t *loc, argument
446 ulittle32_t *loc32 = reinterpret_cast<ulittle32_t *>(loc);
482 uint8_t *loc,
490 ulittle16_t *loc16 = reinterpret_cast<ulittle16_t *>(loc);
491 ulittle32_t *loc32 = reinterpret_cast<ulittle32_t *>(loc);
481 applyFixupRelocatable(const Reference &ref, uint8_t *loc, uint64_t fixupAddress, uint64_t targetAddress, uint64_t inAtomAddress) argument
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp496 @param loc source location information
505 void __kmpc_threadprivate_register(ident_t *loc, void *data, kmpc_ctor ctor, argument
540 void *__kmpc_threadprivate(ident_t *loc, kmp_int32 global_tid, void *data, argument
605 @param loc source location information
615 __kmpc_threadprivate_cached(ident_t *loc, argument
668 ret = __kmpc_threadprivate(loc, global_tid, data, (size_t)size);
739 @param loc source location information
747 void __kmpc_threadprivate_register_vec(ident_t *loc, void *data, argument
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_subr.c217 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size))
301 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size))
352 ffs_sbput(void *devfd, struct fs *fs, off_t loc, argument
353 int (*writefunc)(void *devfd, off_t loc, void *buf, int size))
378 if ((error = (*writefunc)(devfd, loc, fs, fs->fs_sbsize)) != 0)
215 ffs_sbget(void *devfd, struct fs **fsp, off_t altsblock, struct malloc_type *filltype, int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) argument
300 readsuper(void *devfd, struct fs **fsp, off_t sblockloc, int isaltsblk, int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) argument
/freebsd-12-stable/sys/dev/cardbus/
H A Dcardbus_cis.c388 uint32_t loc; local
390 loc = start + *off;
392 e = pci_read_config(child, loc & ~0x3, 4);
393 e >>= 8 * (loc & 0x3);
395 for (i = loc, j = -2; j < *len; j++, i++) {
/freebsd-12-stable/contrib/binutils/bfd/
H A Delfxx-sparc.c541 bfd_byte *loc;
544 loc = s->contents + (s->reloc_count++ * bed->s->sizeof_rela);
545 bed->s->swap_reloca_out (abfd, rel, loc);
3553 bfd_byte *loc;
3603 loc = (htab->srelplt2->contents
3612 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
3613 loc += sizeof (Elf32_External_Rela);
3618 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
3619 loc += sizeof (Elf32_External_Rela);
3627 bfd_elf32_swap_reloca_out (output_bfd, &rela, loc);
540 bfd_byte *loc; local
3548 bfd_byte *loc; local
3648 bfd_byte *loc; local
3903 bfd_byte *loc; local
[all...]
H A Delf32-ppc.c5806 bfd_byte *loc;
6362 loc = htab->relgot->contents;
6363 loc += (htab->relgot->reloc_count++
6366 &outrel, loc);
6386 loc = htab->relgot->contents;
6387 loc += (htab->relgot->reloc_count++
6389 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
6665 loc = sreloc->contents;
6666 loc += sreloc->reloc_count++ * sizeof (Elf32_External_Rela);
6667 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
5791 bfd_byte *loc; local
7085 bfd_byte *loc; local
7344 bfd_byte *loc; local
7542 bfd_byte *loc; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp129 SourceLocation loc() const { return AcquireLoc; } function in class:__anon2789::FactEntry
868 Handler.handleMutexHeldEndOfScope("mutex", toString(), loc(), JoinLoc,
876 Handler.handleDoubleLock(DiagKind, entry.toString(), loc(), entry.loc());
936 "mutex", sx::toString(UnderlyingMutex.getPointer()), loc(), JoinLoc,
949 lock(FSet, FactMan, UnderCp, entry.kind(), entry.loc(), &Handler,
952 unlock(FSet, FactMan, UnderCp, entry.loc(), &Handler, DiagKind);
982 LockKind kind, SourceLocation loc, ThreadSafetyHandler *Handler,
986 Handler->handleDoubleLock(DiagKind, Cp.toString(), Fact->loc(), loc);
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1125 SVal V = RM.getBinding(B, loc::MemRegionVal(VR));
1431 if (Array.getAs<loc::ConcreteInt>())
1434 if (!Array.getAs<loc::MemRegionVal>())
1438 cast<SubRegion>(Array.castAs<loc::MemRegionVal>().getRegion());
1440 return loc::MemRegionVal(MRMgr.getElementRegion(T, ZeroIdx, R, Ctx));
1457 if (L.getAs<loc::ConcreteInt>()) {
1460 if (!L.getAs<loc::MemRegionVal>()) {
1464 const MemRegion *MR = L.castAs<loc::MemRegionVal>().getRegion();
2156 if (Optional<loc::MemRegionVal> LV = L.getAs<loc
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp156 bool ParseSectionArguments(bool IsPush, SMLoc loc);
370 bool ELFAsmParser::ParseDirectivePushSection(StringRef s, SMLoc loc) { argument
373 if (ParseSectionArguments(/*IsPush=*/true, loc)) {
387 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) { argument
388 return ParseSectionArguments(/*IsPush=*/false, loc);
486 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { argument
645 Warning(loc, "DWARF2 only supports one section per compilation unit");
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp763 size_t loc = C.find('\\');
764 if (loc == StringRef::npos) {
772 for (size_t last = 0;; loc = C.find('\\', last)) {
773 if (loc == StringRef::npos || loc == C.size()) {
777 C2 += C.substr(last, loc-last);
778 last = loc + 1;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp220 SourceLocation loc = SS.getLastQualifierNameLoc();
221 if (loc.isInvalid()) loc = SS.getRange().getBegin();
224 if (RequireCompleteType(loc, type, diag::err_incomplete_nested_name_spec,
244 diagnoseMissingImport(loc, SuggestedDef, MissingImportKind::Definition,
256 if (InstantiateEnum(loc, EnumD, Pattern,
266 Diag(loc, diag::err_incomplete_nested_name_spec)
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c379 int loc = 0; local
385 loc++;
409 if (loc && ntflag) {
412 if (loc && mapflag) {
600 int loc = 0; local
608 loc++;
622 if (loc && mcase) {
641 if (loc && ntflag)
643 if (loc && mapflag)
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dquote_calc3.tab.c375 #define YYLLOC_DEFAULT(loc, rhs, n) \
380 (loc).first_line = ((rhs)[-1]).last_line; \
381 (loc).first_column = ((rhs)[-1]).last_column; \
382 (loc).last_line = ((rhs)[-1]).last_line; \
383 (loc).last_column = ((rhs)[-1]).last_column; \
387 (loc).first_line = ((rhs)[ 0 ]).first_line; \
388 (loc).first_column = ((rhs)[ 0 ]).first_column; \
389 (loc).last_line = ((rhs)[n-1]).last_line; \
390 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dquote_calc4-s.tab.c375 #define YYLLOC_DEFAULT(loc, rhs, n) \
380 (loc).first_line = ((rhs)[-1]).last_line; \
381 (loc).first_column = ((rhs)[-1]).last_column; \
382 (loc).last_line = ((rhs)[-1]).last_line; \
383 (loc).last_column = ((rhs)[-1]).last_column; \
387 (loc).first_line = ((rhs)[ 0 ]).first_line; \
388 (loc).first_column = ((rhs)[ 0 ]).first_column; \
389 (loc).last_line = ((rhs)[n-1]).last_line; \
390 (loc).last_column = ((rhs)[n-1]).last_column; \

Completed in 442 milliseconds

1234567891011>>