| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | DiagnosticsRendering.cpp | 33 if (auto &sloc = diag.source_location) { in Serialize() local 35 sloc_up->AddStringItem("file", sloc->file.GetPath()); in Serialize() 36 sloc_up->AddIntegerItem("line", sloc->line); in Serialize() 37 sloc_up->AddIntegerItem("length", sloc->length); in Serialize() 38 sloc_up->AddBooleanItem("hidden", sloc->hidden); in Serialize() 39 sloc_up->AddBooleanItem("in_user_input", sloc->in_user_input); in Serialize()
|
| /freebsd/crypto/openssl/crypto/ocsp/ |
| H A D | ocsp_ext.c | 431 OCSP_SERVICELOC *sloc = NULL; in OCSP_url_svcloc_new() local 434 if ((sloc = OCSP_SERVICELOC_new()) == NULL) in OCSP_url_svcloc_new() 436 X509_NAME_free(sloc->issuer); in OCSP_url_svcloc_new() 437 if ((sloc->issuer = X509_NAME_dup(issuer)) == NULL) in OCSP_url_svcloc_new() 440 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL) in OCSP_url_svcloc_new() 455 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) in OCSP_url_svcloc_new() 460 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc); in OCSP_url_svcloc_new() 464 OCSP_SERVICELOC_free(sloc); in OCSP_url_svcloc_new()
|
| /freebsd/share/examples/ipfilter/samples/ |
| H A D | proxy.c | 56 struct sockaddr_in sin, sloc, sout; local 77 if (getsockname(0, (struct sockaddr *)&sloc, &namelen) == -1) { 93 natlook.nl_inip = sloc.sin_addr; 96 natlook.nl_inport = sloc.sin_port;
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_wait_release.h | 117 kmp_flag(std::atomic<bool> *sloc) 118 : t({FlagType, 0U}), num_waiting_threads(0), sleepLoc(sloc) {} 156 kmp_flag_native(volatile PtrType *p, PtrType c, std::atomic<bool> *sloc) 157 : kmp_flag<FlagType>(sloc), loc(p), checker(c) {} 249 kmp_flag_atomic(std::atomic<PtrType> *p, PtrType c, std::atomic<bool> *sloc) 250 : kmp_flag<FlagType>(sloc), loc(p), checker(c) {}
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | DILParser.cpp | 33 DiagnosticDetail::SourceLocation sloc = { in DILDiagnosticError() local 39 m_detail.source_location = sloc; in DILDiagnosticError()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 265 const clang::SourceLocation sloc = Info.getLocation(); in HandleDiagnostic() local 266 if (sloc.isValid()) { in HandleDiagnostic() 267 const clang::FullSourceLoc fsloc(sloc, sm); in HandleDiagnostic() 279 if (range.getBegin() == sloc) { in HandleDiagnostic()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Options.cpp | 43 DiagnosticDetail::SourceLocation sloc; in OptionParseError() local 46 sloc = {FileSpec{}, 1, *pos, len, false, true}; in OptionParseError() 48 m_details.push_back(DiagnosticDetail{sloc, lldb::eSeverityError, msg, msg}); in OptionParseError()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCommonKinds.td | 394 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 4018 const SrcMgr::SLocEntry &sloc = S.SourceMgr.getSLocEntry(file, &invalid); in getNullabilityCompletenessCheckFileID() local 4019 if (invalid || !sloc.isFile()) in getNullabilityCompletenessCheckFileID() 4024 const SrcMgr::FileInfo &fileInfo = sloc.getFile(); in getNullabilityCompletenessCheckFileID()
|
| /freebsd/contrib/tcsh/ |
| H A D | complete.tcsh | 269 'p/2/(passwd group uid grplist pcap pobox cluster filsys sloc service)/'
|