HomeSort by: relevance | last modified time | path
    Searched defs:is_local (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 518 std::error_code is_local(const Twine &path, bool &result);
520 /// Version of is_local accepting an open file descriptor.
521 std::error_code is_local(int FD, bool &result);
523 /// Simpler version of is_local for clients that don't need to
525 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
527 return !is_local(Path, Result) && Result;
530 /// Simpler version of is_local accepting an open file descriptor for
532 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
534 return !is_local(FD, Result) && Result;
  /src/external/bsd/wpa/dist/src/crypto/
tls.h 76 int is_local; member in struct:tls_event_data::__anon8316
  /src/usr.sbin/user/
user.c 1396 is_local(char *name, const char *file) function
1446 if (!is_local(login_name, _PATH_MASTERPASSWD)) {
2424 if (!is_local(*argv, _PATH_GROUP)) {
  /src/external/gpl3/binutils/dist/bfd/
elf-m10300.c 829 bool is_local; local
843 is_local = true;
845 is_local = SYMBOL_CALLS_LOCAL (info, h);
850 case R_MN10300_TLS_GD: return is_local ? R_MN10300_TLS_LE : R_MN10300_TLS_GOTIE;
854 case R_MN10300_TLS_GOTIE: return is_local ? R_MN10300_TLS_LE : r_type;
1418 int is_local ATTRIBUTE_UNUSED)
elf32-ppc.c 4451 bool is_local;
4466 is_local = SYMBOL_REFERENCES_LOCAL (info, h);
4502 if (!is_local)
4517 if (is_local)
4530 if (is_local)
4541 if (!is_local)
4440 bool is_local; local
elf64-ppc.c 8241 bool ok_tprel, is_local;
8279 is_local = SYMBOL_REFERENCES_LOCAL (info, h);
8280 if (is_local)
8337 if (!is_local)
8381 if (!is_local)
8496 if (!is_local)
8237 bool ok_tprel, is_local; local
  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 243 int is_local = symbol_get_obj (symbolP)->local; local
282 is_local = 0;
287 align = parse_align (is_local);
293 if (is_local)
  /src/external/gpl3/binutils.old/dist/bfd/
elf-m10300.c 829 bool is_local; local
843 is_local = true;
845 is_local = SYMBOL_CALLS_LOCAL (info, h);
850 case R_MN10300_TLS_GD: return is_local ? R_MN10300_TLS_LE : R_MN10300_TLS_GOTIE;
854 case R_MN10300_TLS_GOTIE: return is_local ? R_MN10300_TLS_LE : r_type;
1418 int is_local ATTRIBUTE_UNUSED)
elf32-ppc.c 4464 bool is_local;
4479 is_local = SYMBOL_REFERENCES_LOCAL (info, h);
4515 if (!is_local)
4530 if (is_local)
4543 if (is_local)
4554 if (!is_local)
4453 bool is_local; local
elf64-ppc.c 8241 bool ok_tprel, is_local;
8279 is_local = SYMBOL_REFERENCES_LOCAL (info, h);
8280 if (is_local)
8337 if (!is_local)
8381 if (!is_local)
8496 if (!is_local)
8237 bool ok_tprel, is_local; local
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 239 int is_local = symbol_get_obj (symbolP)->local; local
278 is_local = 0;
283 align = parse_align (is_local);
289 if (is_local)
  /src/external/gpl3/gcc/dist/gcc/config/or1k/
or1k.cc 746 bool is_local = true; local
762 is_local = SYMBOL_REF_LOCAL_P (base);
775 else if (is_local)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 595 bool is_local = (fndecl local
599 if (is_local)
  /src/external/gpl3/gcc.old/dist/gcc/config/or1k/
or1k.cc 743 bool is_local = true; local
759 is_local = SYMBOL_REF_LOCAL_P (base);
772 else if (is_local)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc 603 bool is_local = (fndecl local
607 if (is_local)
  /src/external/gpl3/gdb/dist/bfd/
elf-m10300.c 829 bool is_local; local
843 is_local = true;
845 is_local = SYMBOL_CALLS_LOCAL (info, h);
850 case R_MN10300_TLS_GD: return is_local ? R_MN10300_TLS_LE : R_MN10300_TLS_GOTIE;
854 case R_MN10300_TLS_GOTIE: return is_local ? R_MN10300_TLS_LE : r_type;
1418 int is_local ATTRIBUTE_UNUSED)
elf32-ppc.c 4464 bool is_local;
4479 is_local = SYMBOL_REFERENCES_LOCAL (info, h);
4515 if (!is_local)
4530 if (is_local)
4543 if (is_local)
4554 if (!is_local)
4453 bool is_local; local
elf64-ppc.c 8234 bool ok_tprel, is_local;
8272 is_local = SYMBOL_REFERENCES_LOCAL (info, h);
8273 if (is_local)
8330 if (!is_local)
8374 if (!is_local)
8489 if (!is_local)
8230 bool ok_tprel, is_local; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf-m10300.c 829 bool is_local; local
843 is_local = true;
845 is_local = SYMBOL_CALLS_LOCAL (info, h);
850 case R_MN10300_TLS_GD: return is_local ? R_MN10300_TLS_LE : R_MN10300_TLS_GOTIE;
854 case R_MN10300_TLS_GOTIE: return is_local ? R_MN10300_TLS_LE : r_type;
1418 int is_local ATTRIBUTE_UNUSED)
elf32-ppc.c 4466 bool is_local;
4481 is_local = SYMBOL_REFERENCES_LOCAL (info, h);
4517 if (!is_local)
4532 if (is_local)
4545 if (is_local)
4556 if (!is_local)
4455 bool is_local; local
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c 3385 int is_local; local
3390 is_local = ossl_quic_stream_is_local_init(ctx.xso->stream);
3393 return is_local;
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 1264 virtual bool is_local () const { return false; } function in class:gcc::jit::recording::lvalue
2147 bool is_local () const final override { return true; }
  /src/external/mit/isl/dist/
isl_scheduler.c 124 static int is_local(struct isl_sched_edge *edge) function
2137 return is_local(edge) || (use_coincidence && is_coincidence(edge));
3365 if (is_local(&graph->edge[i]))
5474 if (is_local(&graph->edge[i]))
  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 6847 bool is_local;
6849 is_local = targetm.binds_local_p (decl);
6852 if (is_local)
6860 else if (is_local && optimize_dyn_tls_for_decl_p (decl))
6822 bool is_local; local
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 6712 bool is_local;
6714 is_local = targetm.binds_local_p (decl);
6717 if (is_local)
6725 else if (optimize && is_local)
6687 bool is_local; local

Completed in 137 milliseconds

1 2