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

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86_64.cpp574 const Reference &ref, uint8_t *loc, uint64_t fixupAddress,
580 ulittle32_t *loc32 = reinterpret_cast<ulittle32_t *>(loc);
581 ulittle64_t *loc64 = reinterpret_cast<ulittle64_t *>(loc);
621 assert(loc[-2] == 0x8B);
622 loc[-2] = 0x8D;
657 uint8_t *loc,
664 ulittle32_t *loc32 = reinterpret_cast<ulittle32_t *>(loc);
665 ulittle64_t *loc64 = reinterpret_cast<ulittle64_t *>(loc);
573 applyFixupFinal( const Reference &ref, uint8_t *loc, uint64_t fixupAddress, uint64_t targetAddress, uint64_t inAtomAddress, uint64_t imageBaseAddress, FindAddressForAtom findSectionAddress) argument
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-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h43 const ProgramPoint &loc,
48 Location(loc),
40 CheckerContext(NodeBuilder &builder, ExprEngine &eng, ExplodedNode *pred, const ProgramPoint &loc, bool wasInlined = false) argument
/freebsd-11-stable/contrib/gcc/
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-11-stable/sys/dev/cardbus/
H A Dcardbus_cis.c386 uint32_t loc; local
388 loc = start + *off;
390 e = pci_read_config(child, loc & ~0x3, 4);
391 e >>= 8 * (loc & 0x3);
393 for (i = loc, j = -2; j < *len; j++, i++) {
/freebsd-11-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-11-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-11-stable/sys/dev/usb/input/
H A Datp.c299 u_int loc; /* location (scaled using the mickeys factor) */ member in struct:fg_pspan
598 u_int loc; /* location (scaled) */ member in struct:fg_stroke_component
1255 spans[i].loc = spans[i].cog * FG_SCALE_FACTOR /
1349 delta_mickeys = pspan->loc - component->loc;
1354 component->loc = pspan->loc;
1584 printf(" X:[loc:%u,cum:%u]",
1585 pspans_x[i].loc, pspans_x[i].cum);
1590 printf(" Y:[loc
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp129 SourceLocation loc() const { return AcquireLoc; } function in class:__anon309::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-11-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-11-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-11-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-11-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-11-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-11-stable/contrib/byacc/test/btyacc/
H A Derr_syntax12.tab.c248 #define YYLLOC_DEFAULT(loc, rhs, n) \
253 (loc).first_line = ((rhs)[-1]).last_line; \
254 (loc).first_column = ((rhs)[-1]).last_column; \
255 (loc).last_line = ((rhs)[-1]).last_line; \
256 (loc).last_column = ((rhs)[-1]).last_column; \
260 (loc).first_line = ((rhs)[ 0 ]).first_line; \
261 (loc).first_column = ((rhs)[ 0 ]).first_column; \
262 (loc).last_line = ((rhs)[n-1]).last_line; \
263 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Derr_syntax18.tab.c245 #define YYLLOC_DEFAULT(loc, rhs, n) \
250 (loc).first_line = ((rhs)[-1]).last_line; \
251 (loc).first_column = ((rhs)[-1]).last_column; \
252 (loc).last_line = ((rhs)[-1]).last_line; \
253 (loc).last_column = ((rhs)[-1]).last_column; \
257 (loc).first_line = ((rhs)[ 0 ]).first_line; \
258 (loc).first_column = ((rhs)[ 0 ]).first_column; \
259 (loc).last_line = ((rhs)[n-1]).last_line; \
260 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dvarsyntax_calc1.tab.c411 #define YYLLOC_DEFAULT(loc, rhs, n) \
416 (loc).first_line = ((rhs)[-1]).last_line; \
417 (loc).first_column = ((rhs)[-1]).last_column; \
418 (loc).last_line = ((rhs)[-1]).last_line; \
419 (loc).last_column = ((rhs)[-1]).last_column; \
423 (loc).first_line = ((rhs)[ 0 ]).first_line; \
424 (loc).first_column = ((rhs)[ 0 ]).first_column; \
425 (loc).last_line = ((rhs)[n-1]).last_line; \
426 (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; \
H A Dquote_calc4.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_calc3-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; \
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 Dcalc1.tab.c410 #define YYLLOC_DEFAULT(loc, rhs, n) \
415 (loc).first_line = ((rhs)[-1]).last_line; \
416 (loc).first_column = ((rhs)[-1]).last_column; \
417 (loc).last_line = ((rhs)[-1]).last_line; \
418 (loc).last_column = ((rhs)[-1]).last_column; \
422 (loc).first_line = ((rhs)[ 0 ]).first_line; \
423 (loc).first_column = ((rhs)[ 0 ]).first_column; \
424 (loc).last_line = ((rhs)[n-1]).last_line; \
425 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dbtyacc_destroy3.tab.c374 #define YYLLOC_DEFAULT(loc, rhs, n) \
379 (loc).first_line = ((rhs)[-1]).last_line; \
380 (loc).first_column = ((rhs)[-1]).last_column; \
381 (loc).last_line = ((rhs)[-1]).last_line; \
382 (loc).last_column = ((rhs)[-1]).last_column; \
386 (loc).first_line = ((rhs)[ 0 ]).first_line; \
387 (loc).first_column = ((rhs)[ 0 ]).first_column; \
388 (loc).last_line = ((rhs)[n-1]).last_line; \
389 (loc).last_column = ((rhs)[n-1]).last_column; \

Completed in 398 milliseconds

1234567891011>>