Searched refs:loc (Results 201 - 225 of 533) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp99 C.addTransition(state->BindExpr(CE, LCtx, loc::MemRegionVal(R)));
H A DDebugIteratorModeling.cpp165 return loc::MemRegionVal(P->getContainer());
166 }, loc::ConcreteInt(BVF.getValue(llvm::APSInt::get(0))));
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp174 State, loc::MemRegionVal(getStoreManager().GetElementZeroRegion(
299 V = loc::MemRegionVal(MRMgr.getCXXStaticTempObjectRegion(E));
303 V = loc::MemRegionVal(MRMgr.getCXXTempObjectRegion(E, LCtx));
350 return loc::MemRegionVal(VR);
392 State, loc::MemRegionVal(MRMgr.getCXXTempObjectRegion(E, LCtx)));
460 Target = loc::MemRegionVal(MRMgr.getCXXTempObjectRegion(CE, LCtx));
811 Result = loc::MemRegionVal(EleReg);
885 SVal V = state->getSVal(loc::MemRegionVal(R));
896 SVal V = loc::MemRegionVal(R);
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp284 bool isInScope(SourceLocation loc) { argument
285 if (loc.isInvalid())
289 if (SM.isBeforeInTranslationUnit(loc, ScopeRange.getBegin()))
291 return SM.isBeforeInTranslationUnit(loc, ScopeRange.getEnd());
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddwarf2-frame.c293 fs->regs.reg[reg].loc.offset = offset;
333 fs->regs.reg[reg].loc.offset = offset;
360 fs->regs.reg[reg].loc.reg = utmp;
417 fs->regs.reg[reg].loc.exp = insn_ptr;
429 fs->regs.reg[reg].loc.offset = offset;
724 cache->reg[regnum].loc.reg = fs->retaddr_column;
778 *addrp = cache->cfa + cache->reg[regnum].loc.offset;
788 regnum = DWARF2_REG_TO_REGNUM (cache->reg[regnum].loc.reg);
796 *addrp = execute_stack_op (cache->reg[regnum].loc.exp,
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Drename_debug.c100 #define YYLLOC_DEFAULT(loc, rhs, n) \
105 (loc).first_line = ((rhs)[-1]).last_line; \
106 (loc).first_column = ((rhs)[-1]).last_column; \
107 (loc).last_line = ((rhs)[-1]).last_line; \
108 (loc).last_column = ((rhs)[-1]).last_column; \
112 (loc).first_line = ((rhs)[ 0 ]).first_line; \
113 (loc).first_column = ((rhs)[ 0 ]).first_column; \
114 (loc).last_line = ((rhs)[n-1]).last_line; \
115 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcode_debug.c98 #define YYLLOC_DEFAULT(loc, rhs, n) \
103 (loc).first_line = ((rhs)[-1]).last_line; \
104 (loc).first_column = ((rhs)[-1]).last_column; \
105 (loc).last_line = ((rhs)[-1]).last_line; \
106 (loc).last_column = ((rhs)[-1]).last_column; \
110 (loc).first_line = ((rhs)[ 0 ]).first_line; \
111 (loc).first_column = ((rhs)[ 0 ]).first_column; \
112 (loc).last_line = ((rhs)[n-1]).last_line; \
113 (loc).last_column = ((rhs)[n-1]).last_column; \
/freebsd-12-stable/contrib/cortex-strings/scripts/
H A Dplot.py101 pylab.legend(loc='lower right', ncol=2, prop={'size': 'small'})
/freebsd-12-stable/bin/sh/
H A Deval.c463 if (setjmp(jmploc.loc)) {
476 longjmp(handler->loc, 1);
507 if (setjmp(jmploc.loc))
521 longjmp(handler->loc, 1);
671 if (setjmp(jmploc.loc)) {
680 longjmp(handler->loc, 1);
1038 if (setjmp(jmploc.loc)) {
1047 longjmp(handler->loc, 1);
1088 if (setjmp(jmploc.loc)) {
/freebsd-12-stable/lib/libc/locale/
H A Dxlocale_private.h205 void __set_thread_rune_locale(locale_t loc);
/freebsd-12-stable/lib/libc/rpc/
H A Dsvc_dg.c582 u_int loc; local
596 loc = CACHE_LOC(xprt, victim->cache_xid);
597 for (vicp = &uc->uc_entries[loc];
651 loc = CACHE_LOC(xprt, victim->cache_xid);
652 victim->cache_next = uc->uc_entries[loc];
653 uc->uc_entries[loc] = victim;
666 u_int loc; local
676 loc = CACHE_LOC(xprt, su->su_xid);
677 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) {
/freebsd-12-stable/sys/sparc64/sparc64/
H A Ddb_disasm.c808 db_disasm(db_addr_t loc, bool altfmt) argument
817 insn = db_get_value(loc, 4, 0);
821 return loc + 4;
876 return loc + 4;
938 db_printsym((db_addr_t)(loc + (4 * val)), DB_STGY_ANY);
941 db_printsym((db_addr_t)(loc + (4 * IF_SIMM(insn, 22))),
945 db_printsym((db_addr_t)(loc + (4 * IF_SIMM(insn, 19))),
949 db_printsym((db_addr_t)(loc + (4 * IF_SIMM(insn, 30))),
1032 return (loc + 4);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dcms.h252 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc);
253 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc);
272 X509_ATTRIBUTE *CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc);
273 X509_ATTRIBUTE *CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc);
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf64-x86-64.c2226 bfd_byte *loc;
2239 loc = s->contents;
2240 loc += s->reloc_count++ * sizeof (Elf64_External_Rela);
2241 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
2400 bfd_byte *loc;
2487 loc = sreloc->contents;
2488 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela);
2489 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
2704 bfd_byte *loc;
2723 loc
2224 bfd_byte *loc; local
2398 bfd_byte *loc; local
2702 bfd_byte *loc; local
2954 bfd_byte *loc; local
3069 bfd_byte *loc; local
3152 bfd_byte *loc; local
3194 bfd_byte *loc; local
[all...]
H A Delfxx-mips.c2643 struct mips_got_entry entry, **loc;
2692 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2694 if (*loc)
2695 return *loc;
2700 *loc = (struct mips_got_entry *)bfd_alloc (abfd, sizeof entry);
2702 if (! *loc)
2705 memcpy (*loc, &entry, sizeof entry);
2709 (*loc)->gotidx = -1;
2725 bfd_byte *loc;
2733 loc
2630 struct mips_got_entry entry, **loc; local
2712 bfd_byte *loc; local
2830 struct mips_got_entry entry, **loc; local
2896 struct mips_got_entry entry, **loc; local
4257 bfd_byte *loc; local
6261 asection **loc; local
8422 bfd_byte *loc; local
8531 bfd_byte *loc; local
8583 bfd_byte *loc; local
[all...]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h478 int next_recurse(ident_t *loc, int gtid, kmp_hier_top_unit_t<T> *current,
540 status = next_recurse(loc, gtid, parent, &contains_last, &my_lb, &my_ub,
552 __kmp_dispatch_init_algorithm(loc, gtid, my_pr, schedule,
699 // loc - source file location
710 int next(ident_t *loc, int gtid, dispatch_private_info_template<T> *pr,
751 status = next_recurse(loc, gtid, parent, &contains_last, p_lb, p_ub,
754 __kmp_dispatch_init_algorithm(loc, gtid, pr, pr->schedule,
806 status = next_recurse(loc, gtid, parent, &contains_last, p_lb, p_ub,
810 __kmp_dispatch_init_algorithm(loc, gtid, pr, pr->schedule,
914 void __kmp_dispatch_init_hierarchy(ident_t *loc, in
[all...]
/freebsd-12-stable/contrib/byacc/
H A Doutput.c812 int loc; local
836 loc = j + from[k];
837 if (loc >= maxtable - 1)
839 if (loc >= MAXTABLE - 1)
847 while (newmax <= loc);
863 if (check[loc] != -1)
875 loc = j + from[k];
876 table[loc] = to[k];
877 check[loc] = from[k];
878 if (loc > hig
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dprop_commands.c938 svn_client__pathrev_t *loc;
941 SVN_ERR(svn_client__ra_session_from_path2(&ra_session, &loc,
947 SVN_ERR(svn_ra_check_path(ra_session, "", loc->rev, &kind,
956 propname, loc->url, "",
957 kind, loc->rev, ra_session,
959 revnum = loc->rev;
1267 svn_client__pathrev_t *loc;
1348 SVN_ERR(svn_client__ra_session_from_path2(&ra_session, &loc,
1354 SVN_ERR(svn_ra_check_path(ra_session, "", loc->rev, &kind,
1357 SVN_ERR(remote_proplist(loc
936 svn_client__pathrev_t *loc; local
1265 svn_client__pathrev_t *loc; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp127 void LinkerScript::setDot(Expr e, const Twine &loc, bool inSec) { argument
130 error(loc + ": unable to move location counter backward for: " +
1160 ExprValue LinkerScript::getSymbolValue(StringRef name, const Twine &loc) { argument
1163 return {ctx->outSec, false, dot - ctx->outSec->addr, loc};
1164 error(loc + ": unable to get location counter value");
1170 return {ds->section, false, ds->value, loc};
1173 return {nullptr, false, 0, loc};
1176 error(loc + ": symbol not found: " + name);
/freebsd-12-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
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp67 void insert(SourceLocation loc, StringRef text) override {
68 Rewrite.InsertText(loc, text);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h177 void setLoc(SMLoc loc) { Loc = loc; } argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h159 static DelayedDiagnostic makeForbiddenType(SourceLocation loc, argument
166 DD.Loc = loc;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h55 std::string VisitLocMemRegionVal(loc::MemRegionVal V) {
66 std::string VisitLocConcreteInt(loc::ConcreteInt V) {
/freebsd-12-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

Completed in 382 milliseconds

1234567891011>>