Searched refs:loc (Results 276 - 300 of 533) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dquote_calc-s.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; \
H A Dquote_calc.tab.c380 #define YYLLOC_DEFAULT(loc, rhs, n) \
385 (loc).first_line = ((rhs)[-1]).last_line; \
386 (loc).first_column = ((rhs)[-1]).last_column; \
387 (loc).last_line = ((rhs)[-1]).last_line; \
388 (loc).last_column = ((rhs)[-1]).last_column; \
392 (loc).first_line = ((rhs)[ 0 ]).first_line; \
393 (loc).first_column = ((rhs)[ 0 ]).first_column; \
394 (loc).last_line = ((rhs)[n-1]).last_line; \
395 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dquote_calc2-s.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; \
H A Dquote_calc2.tab.c380 #define YYLLOC_DEFAULT(loc, rhs, n) \
385 (loc).first_line = ((rhs)[-1]).last_line; \
386 (loc).first_column = ((rhs)[-1]).last_column; \
387 (loc).last_line = ((rhs)[-1]).last_line; \
388 (loc).last_column = ((rhs)[-1]).last_column; \
392 (loc).first_line = ((rhs)[ 0 ]).first_line; \
393 (loc).first_column = ((rhs)[ 0 ]).first_column; \
394 (loc).last_line = ((rhs)[n-1]).last_line; \
395 (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; \
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp301 State->getLValue(I, loc::MemRegionVal(R)).castAs<loc::MemRegionVal>();
358 .castAs<loc::MemRegionVal>()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp407 void *loc) { \
408 INTERCEPTOR_STRTO_BODY(ret_type, func, nptr, endptr, loc); \
413 int base, void *loc) { \
414 INTERCEPTOR_STRTO_BODY(ret_type, func, nptr, endptr, base, loc); \
502 __sanitizer_tm *tm, void *loc) {
503 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc);
508 __sanitizer_tm *tm, void *loc) {
510 loc);
523 __sanitizer_tm *tm, void *loc) {
525 loc);
501 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format, __sanitizer_tm *tm, void *loc) argument
507 INTERCEPTOR(SIZE_T, __strftime_l, char *s, SIZE_T max, const char *format, __sanitizer_tm *tm, void *loc) argument
522 INTERCEPTOR(SIZE_T, wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, __sanitizer_tm *tm, void *loc) argument
529 INTERCEPTOR(SIZE_T, __wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format, __sanitizer_tm *tm, void *loc) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp108 SourceLocation loc = castExpr->getExprLoc();
109 if (loc.isValid() && Pass.Ctx.getSourceManager().isInSystemHeader(loc))
/freebsd-12-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c161 COORD loc, siz; local
195 loc.X = (short) 0;
196 loc.Y = (short) 0;
205 return WriteConsoleOutputW(TCB->hdl, ci, siz, loc, &rec);
213 COORD loc, siz; local
236 loc.X = (short) 0;
237 loc.Y = (short) 0;
246 return WriteConsoleOutput(TCB->hdl, ci, siz, loc, &rec);
1111 COORD loc; local
1112 loc
[all...]
/freebsd-12-stable/contrib/tnftp/src/
H A Dcmds.c414 int loc = 0; local
421 loc++;
436 if (loc) /* If argv[2] is a copy of the old argv[1], update it */
440 0, loc && ntflag, loc && mapflag);
584 int loc, rval; local
589 loc = rval = 0;
593 loc++;
609 loc && mcase, loc
[all...]
/freebsd-12-stable/lib/libc/stdtime/
H A Dstrptime.c695 struct tm * __restrict tm, locale_t loc)
699 FIX_LOCALE(loc);
702 ret = _strptime(buf, fmt, tm, &gmt, loc);
694 strptime_l(const char * __restrict buf, const char * __restrict fmt, struct tm * __restrict tm, locale_t loc) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h103 llvm::Constant *emitAbstract(SourceLocation loc, const APValue &value,
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp47 const MemRegion *MR = Loc.castAs<loc::MemRegionVal>().getRegion();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h62 namespace loc { namespace in namespace:clang::ento
70 } // namespace loc
415 // We do not need to represent loc::ConcreteInt as LocAsInteger,
418 (data.first.getSubKind() == loc::MemRegionValKind ||
419 data.first.getSubKind() == loc::GotoLabelKind));
572 namespace loc { namespace in namespace:clang::ento
667 } // namespace loc
/freebsd-12-stable/contrib/gdb/gdb/
H A Dbreakpoint.h301 struct bp_location *loc;
300 struct bp_location *loc; member in struct:breakpoint
/freebsd-12-stable/contrib/cortex-strings/scripts/
H A Dplot-sizes.py86 pylab.legend(loc='upper left', ncol=3, prop={'size': 'small'})
/freebsd-12-stable/bin/sh/
H A Dmain.c107 if (setjmp(main_handler.loc)) {
H A Dhistedit.c242 if (setjmp(jmploc.loc)) {
247 longjmp(handler->loc, 1);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fuid.c180 avl_index_t loc; local
184 findnode = avl_find(idx_tree, &searchnode, &loc);
300 avl_index_t loc; local
322 findnode = avl_find(&zfsvfs->z_fuid_domain, &searchnode, &loc);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h543 // use the #include loc in the common file.
1503 bool isInSystemMacro(SourceLocation loc) const {
1504 if (!loc.isMacroID())
1510 if (isWrittenInScratchSpace(getSpellingLoc(loc))) {
1512 loc = getImmediateMacroCallerLoc(loc);
1513 } while (isWrittenInScratchSpace(getSpellingLoc(loc)));
1514 return isInSystemMacro(loc);
1517 return isInSystemHeader(getSpellingLoc(loc));
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dregex.c1854 static void PREFIX(store_op1) (re_opcode_t op, UCHAR_T *loc, int arg);
1855 static void PREFIX(store_op2) (re_opcode_t op, UCHAR_T *loc,
1857 static void PREFIX(insert_op1) (re_opcode_t op, UCHAR_T *loc,
1859 static void PREFIX(insert_op2) (re_opcode_t op, UCHAR_T *loc,
1875 static void insert_space (int num, CHAR_T *loc, CHAR_T *end);
1984 # define STORE_JUMP(op, loc, to) \
1985 PREFIX(store_op1) (op, loc, (int) ((to) - (loc) - (1 + OFFSET_ADDRESS_SIZE)))
1988 # define STORE_JUMP2(op, loc, to, arg) \
1989 PREFIX(store_op2) (op, loc, (in
4229 store_op1(re_opcode_t op, UCHAR_T *loc, int arg) argument
4240 store_op2(re_opcode_t op, UCHAR_T *loc, int arg1, int arg2) argument
4253 insert_op1(re_opcode_t op, UCHAR_T *loc, int arg, UCHAR_T *end) argument
4269 insert_op2(re_opcode_t op, UCHAR_T *loc, int arg1, int arg2, UCHAR_T *end) argument
4347 insert_space(int num, CHAR_T *loc, CHAR_T *end) argument
[all...]
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c924 void **loc = htab_find_slot_with_hash (hdr_info->cies, &ecie->cie, local
926 if (loc != NULL)
928 if (*loc != HTAB_EMPTY_ENTRY)
931 ecie->cie.cie_inf = ((struct cie *) *loc)->cie_inf;
935 *loc = malloc (sizeof (struct cie));
936 if (*loc == NULL)
937 *loc = HTAB_DELETED_ENTRY;
939 memcpy (*loc, &ecie->cie, sizeof (struct cie));
/freebsd-12-stable/contrib/dtc/
H A Ddtc-parser.y31 #define ERROR(loc, ...) \
33 srcpos_error((loc), "Error", __VA_ARGS__); \
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dregex.c1854 static void PREFIX(store_op1) (re_opcode_t op, UCHAR_T *loc, int arg);
1855 static void PREFIX(store_op2) (re_opcode_t op, UCHAR_T *loc,
1857 static void PREFIX(insert_op1) (re_opcode_t op, UCHAR_T *loc,
1859 static void PREFIX(insert_op2) (re_opcode_t op, UCHAR_T *loc,
1875 static void insert_space (int num, CHAR_T *loc, CHAR_T *end);
1984 # define STORE_JUMP(op, loc, to) \
1985 PREFIX(store_op1) (op, loc, (int) ((to) - (loc) - (1 + OFFSET_ADDRESS_SIZE)))
1988 # define STORE_JUMP2(op, loc, to, arg) \
1989 PREFIX(store_op2) (op, loc, (in
4229 store_op1(re_opcode_t op, UCHAR_T *loc, int arg) argument
4240 store_op2(re_opcode_t op, UCHAR_T *loc, int arg1, int arg2) argument
4253 insert_op1(re_opcode_t op, UCHAR_T *loc, int arg, UCHAR_T *end) argument
4269 insert_op2(re_opcode_t op, UCHAR_T *loc, int arg1, int arg2, UCHAR_T *end) argument
4347 insert_space(int num, CHAR_T *loc, CHAR_T *end) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp168 for (Location loc : locations) {
171 if (!loc.fileLine.first.empty())
172 os << loc.fileLine.first << ":" << loc.fileLine.second
175 if (loc.sym)
176 os << ":(" << toString(*loc.sym) << ')';

Completed in 559 milliseconds

<<11121314151617181920>>