| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-indentation.h | 27 location_t location; member in struct:token_indent_info 40 info.location = token->location;
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-indentation.h | 27 location_t location; member in struct:token_indent_info 40 info.location = token->location;
|
| /src/external/mit/libcbor/dist/src/cbor/internal/ |
| unicode.h | 19 /** Signals unicode validation error and possibly its location */ 22 size_t location; member in struct:_cbor_unicode_status
|
| /src/external/gpl3/gcc/dist/contrib/ |
| filter-clang-warnings.py | 79 location = line[:i] variable 81 if '/libffi/' in location or location.startswith('Makefile'): 83 if not skip_warning(location, message):
|
| check-internal-format-escaping.py | 33 def location(msg: polib.POEntry): function 37 return '<unknown location>' 53 print(f'{location(msg)}: {diagnostic} in {repr(msg.msgid)}') 55 print(f'{location(msg)}: {diagnostic}') 234 f'{repr(prev.msgid)} in {location(prev)}',
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| filter-clang-warnings.py | 78 location = line[:i] variable 80 if not skip_warning(location, message):
|
| check-internal-format-escaping.py | 33 def location(msg: polib.POEntry): function 37 return '<unknown location>' 53 print(f'{location(msg)}: {diagnostic} in {repr(msg.msgid)}') 55 print(f'{location(msg)}: {diagnostic}') 234 f'{repr(prev.msgid)} in {location(prev)}',
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_interface_internal.h | 40 // This structure is used to describe the source location of a place where 57 __asan_global_source_location *location; // Source location of a global, member in struct:__asan_global
|
| /src/external/bsd/am-utils/dist/amd/ |
| sun_map_parse.y | 117 * Assign the global location list to this entry and reset the 143 * Assign the global location list to this entry and reset the 226 mountpoint : WORD WSPACE location { 249 | WORD WSPACE '-' options WSPACE location { 264 * Assign the global location list to this entry and reset the 288 locations : location 289 | location WSPACE locations 292 location : hosts ':' WORD { label 295 struct sun_location *location; 297 /* allocate a new location */ [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-rst.c | 73 char *location; local 124 location = xstrdup (buffer); 219 pos.file_name = location;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_interface_internal.h | 39 // This structure is used to describe the source location of a place where 56 __asan_global_source_location *location; // Source location of a global, member in struct:__asan_global
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| doa_259.h | 26 uint8_t location; member in struct:dns_rdata_doa
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| doa_259.h | 27 uint8_t location; member in struct:dns_rdata_doa
|
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_er_ssdp.c | 29 char *location = NULL; local 72 if (os_strncasecmp(start, "LOCATION:", 9) == 0) { 76 location = start; 113 if (!location) 114 return; /* Unknown location */ 121 location, inet_ntoa(addr.sin_addr), max_age); 123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| MacroPPCallbacks.cpp | 86 // While parsing skipped files, location of macros is invalid. 87 // Invalid location represents line zero. 174 // Record the line location of the current included file. 181 SourceLocation location = getCorrectLocation(MacroNameTok.getLocation()); local 187 llvm::dwarf::DW_MACINFO_define, location, local 195 SourceLocation location = getCorrectLocation(MacroNameTok.getLocation()); local 197 llvm::dwarf::DW_MACINFO_undef, location, local
|
| /src/external/bsd/libevent/dist/sample/ |
| http-connect.c | 26 struct evhttp_uri *location; member in struct:connect_base 78 struct evhttp_uri *location = base->location; local 87 evhttp_add_header(req->output_headers, "Host", evhttp_uri_get_host(location)); 89 uri_path(location, buffer))); 96 struct evhttp_uri *location; local 111 location = uri_parse(argv[2]); 117 connect_base.location = location; 120 uri_hostport(location, hostport) [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/sample/ |
| http-connect.c | 25 struct evhttp_uri *location; member in struct:connect_base 77 struct evhttp_uri *location = base->location; local 86 evhttp_add_header(req->output_headers, "Host", evhttp_uri_get_host(location)); 88 uri_path(location, buffer))); 95 struct evhttp_uri *location; local 110 location = uri_parse(argv[2]); 116 connect_base.location = location; 119 uri_hostport(location, hostport) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| SourceFile.cc | 91 char *location = dbeFile->get_location (); local 92 if (location == NULL) 98 int fd = open64 (location, O_RDONLY); 108 location, (long long) sz, (long long) srcLen);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| SourceFile.cc | 91 char *location = dbeFile->get_location (); local 92 if (location == NULL) 98 int fd = open64 (location, O_RDONLY); 108 location, (long long) sz, (long long) srcLen);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-c.cc | 323 location_t location = (location_t) uncast_location; local 333 return aarch64_resolve_overloaded_builtin_general (location, fndecl, 336 new_fndecl = aarch64_sve::resolve_overloaded_builtin (location, subcode, 342 return build_function_call_vec (location, vNULL, new_fndecl, arglist,
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| conn.h | 38 u8 location; member in struct:nvbios_connE
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| DereferenceChecker.cpp | 30 : public Checker< check::Location, 43 void checkLocation(SVal location, bool isLoad, const Stmt* S, 217 DefinedOrUnknownSVal location = l.castAs<DefinedOrUnknownSVal>(); local 220 if (!location.getAs<Loc>()) 226 std::tie(notNullState, nullState) = state->assume(location); 230 // We know that 'location' can only be null. This is what 239 // Otherwise, we have the case where the location could either be 249 // From this point forward, we know that the location is not null.
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| ExprEngineObjC.cpp | 27 SVal location = state->getLValue(Ex->getDecl(), baseVal); local 31 Bldr.generateNode(Ex, Pred, state->BindExpr(Ex, LCtx, location));
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| progreloc.c | 132 char location[MAX_PATH]; local 133 int length = GetModuleFileName (NULL, location, sizeof (location)); 136 if (!IS_PATH_WITH_DIR (location)) 152 cygwin_conv_to_posix_path (location, location_as_posix_path); 160 return xstrdup (location); 193 char location[4096]; 194 unsigned long length = sizeof (location); 195 if (_NSGetExecutablePath (location, &length) == 0 196 && location[0] == '/' [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| progreloc.c | 132 char location[MAX_PATH]; local 133 int length = GetModuleFileName (NULL, location, sizeof (location)); 136 if (!IS_PATH_WITH_DIR (location)) 152 cygwin_conv_to_posix_path (location, location_as_posix_path); 160 return xstrdup (location); 193 char location[4096]; 194 unsigned long length = sizeof (location); 195 if (_NSGetExecutablePath (location, &length) == 0 196 && location[0] == '/' [all...] |