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

1 2

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXSourceLocation.cpp 132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
133 if (SLoc.isInvalid()) {
141 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
162 SourceLocation SLoc
165 if (SLoc.isInvalid())
168 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
247 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); local
248 if (Invalid || !sloc.isFile()) {
254 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc));
CXSourceLocation.cpp 132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
133 if (SLoc.isInvalid()) {
141 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
162 SourceLocation SLoc
165 if (SLoc.isInvalid())
168 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
247 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); local
248 if (Invalid || !sloc.isFile()) {
254 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc));
  /src/external/bsd/ipf/dist/samples/
proxy.c 57 struct sockaddr_in sin, sloc, sout; local
78 if (getsockname(0, (struct sockaddr *)&sloc, &namelen) == -1) {
94 natlook.nl_inip = sloc.sin_addr;
97 natlook.nl_inport = sloc.sin_port;
proxy.c 57 struct sockaddr_in sin, sloc, sout; local
78 if (getsockname(0, (struct sockaddr *)&sloc, &namelen) == -1) {
94 natlook.nl_inip = sloc.sin_addr;
97 natlook.nl_inport = sloc.sin_port;
  /src/crypto/external/apache2/openssl/dist/crypto/ocsp/
ocsp_ext.c 431 OCSP_SERVICELOC *sloc = NULL; local
434 if ((sloc = OCSP_SERVICELOC_new()) == NULL)
436 X509_NAME_free(sloc->issuer);
437 if ((sloc->issuer = X509_NAME_dup(issuer)) == NULL)
440 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL)
455 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad))
460 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc);
464 OCSP_SERVICELOC_free(sloc);
ocsp_ext.c 431 OCSP_SERVICELOC *sloc = NULL; local
434 if ((sloc = OCSP_SERVICELOC_new()) == NULL)
436 X509_NAME_free(sloc->issuer);
437 if ((sloc->issuer = X509_NAME_dup(issuer)) == NULL)
440 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL)
455 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad))
460 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc);
464 OCSP_SERVICELOC_free(sloc);
  /src/crypto/external/bsd/openssl/dist/crypto/ocsp/
ocsp_ext.c 437 OCSP_SERVICELOC *sloc = NULL; local
440 if ((sloc = OCSP_SERVICELOC_new()) == NULL)
442 X509_NAME_free(sloc->issuer);
443 if ((sloc->issuer = X509_NAME_dup(issuer)) == NULL)
446 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL)
461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad))
466 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc);
470 OCSP_SERVICELOC_free(sloc);
ocsp_ext.c 437 OCSP_SERVICELOC *sloc = NULL; local
440 if ((sloc = OCSP_SERVICELOC_new()) == NULL)
442 X509_NAME_free(sloc->issuer);
443 if ((sloc->issuer = X509_NAME_dup(issuer)) == NULL)
446 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL)
461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad))
466 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc);
470 OCSP_SERVICELOC_free(sloc);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
ocsp_ext.c 437 OCSP_SERVICELOC *sloc = NULL; local
440 if ((sloc = OCSP_SERVICELOC_new()) == NULL)
442 X509_NAME_free(sloc->issuer);
443 if ((sloc->issuer = X509_NAME_dup(issuer)) == NULL)
446 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL)
461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad))
466 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc);
470 OCSP_SERVICELOC_free(sloc);
ocsp_ext.c 437 OCSP_SERVICELOC *sloc = NULL; local
440 if ((sloc = OCSP_SERVICELOC_new()) == NULL)
442 X509_NAME_free(sloc->issuer);
443 if ((sloc->issuer = X509_NAME_dup(issuer)) == NULL)
446 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL)
461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad))
466 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc);
470 OCSP_SERVICELOC_free(sloc);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 231 /* Count all potentially relevant macros, and then sort them by sloc. */
584 expanded_location sloc = expand_location (macro->line); local
586 if (sloc.line != prev_line + 1 && prev_line > 0)
590 prev_line = sloc.line;
612 pp_string (pp, sloc.file);
614 pp_decimal_int (pp, sloc.line);
632 /* Return sloc of DECL, using sloc of last field if LAST is true. */
639 /* Compare the declaration of struct-like types based on the sloc of their
697 return compare_location (lhs->sloc, rhs->sloc)
    [all...]
c-ada-spec.cc 231 /* Count all potentially relevant macros, and then sort them by sloc. */
584 expanded_location sloc = expand_location (macro->line); local
586 if (sloc.line != prev_line + 1 && prev_line > 0)
590 prev_line = sloc.line;
612 pp_string (pp, sloc.file);
614 pp_decimal_int (pp, sloc.line);
632 /* Return sloc of DECL, using sloc of last field if LAST is true. */
639 /* Compare the declaration of struct-like types based on the sloc of their
697 return compare_location (lhs->sloc, rhs->sloc)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 231 /* Count all potentially relevant macros, and then sort them by sloc. */
584 expanded_location sloc = expand_location (macro->line); local
586 if (sloc.line != prev_line + 1 && prev_line > 0)
590 prev_line = sloc.line;
612 pp_string (pp, sloc.file);
614 pp_decimal_int (pp, sloc.line);
632 /* Return sloc of DECL, using sloc of last field if LAST is true. */
639 /* Compare the declaration of struct-like types based on the sloc of their
697 return compare_location (lhs->sloc, rhs->sloc)
    [all...]
c-ada-spec.cc 231 /* Count all potentially relevant macros, and then sort them by sloc. */
584 expanded_location sloc = expand_location (macro->line); local
586 if (sloc.line != prev_line + 1 && prev_line > 0)
590 prev_line = sloc.line;
612 pp_string (pp, sloc.file);
614 pp_decimal_int (pp, sloc.line);
632 /* Return sloc of DECL, using sloc of last field if LAST is true. */
639 /* Compare the declaration of struct-like types based on the sloc of their
697 return compare_location (lhs->sloc, rhs->sloc)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 603 location_t sloc = input_location; local
641 input_location = sloc;
init.cc 603 location_t sloc = input_location; local
641 input_location = sloc;
  /src/external/gpl3/gcc/dist/gcc/
ira.cc 5329 struct sloc
5337 typedef struct sloc *sloc_t;
5369 sloc_t loc = XNEW (struct sloc);
5304 struct sloc struct
ira.cc 5329 struct sloc
5337 typedef struct sloc *sloc_t;
5369 sloc_t loc = XNEW (struct sloc);
5304 struct sloc struct
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 3039 pfile->comments.entries[pfile->comments.count].sloc = token->src_loc;
5364 location_t sloc
5416 cpp_error_with_line (pfile, CPP_DL_ERROR, sloc, 0,
5558 location_t sloc = linemap_position_for_column (pfile->line_table,
5571 sloc, 0,
5583 sloc, 0,
5641 cpp_error_with_line (pfile, CPP_DL_ERROR, sloc, 0,
5363 location_t sloc local
5557 location_t sloc = linemap_position_for_column (pfile->line_table, local
lex.cc 3039 pfile->comments.entries[pfile->comments.count].sloc = token->src_loc;
5364 location_t sloc
5416 cpp_error_with_line (pfile, CPP_DL_ERROR, sloc, 0,
5558 location_t sloc = linemap_position_for_column (pfile->line_table,
5571 sloc, 0,
5583 sloc, 0,
5641 cpp_error_with_line (pfile, CPP_DL_ERROR, sloc, 0,
5363 location_t sloc local
5557 location_t sloc = linemap_position_for_column (pfile->line_table, local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 605 location_t sloc = input_location; local
646 input_location = sloc;
init.cc 605 location_t sloc = input_location; local
646 input_location = sloc;
  /src/external/gpl3/gcc.old/dist/gcc/
ira.cc 5304 struct sloc
5312 typedef struct sloc *sloc_t;
5344 sloc_t loc = XNEW (struct sloc);
5279 struct sloc struct
ira.cc 5304 struct sloc
5312 typedef struct sloc *sloc_t;
5344 sloc_t loc = XNEW (struct sloc);
5279 struct sloc struct
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 2766 pfile->comments.entries[pfile->comments.count].sloc = token->src_loc;
5044 location_t sloc
5096 cpp_error_with_line (pfile, CPP_DL_ERROR, sloc, 0,
5238 location_t sloc = linemap_position_for_column (pfile->line_table,
5251 sloc, 0,
5263 sloc, 0,
5321 cpp_error_with_line (pfile, CPP_DL_ERROR, sloc, 0,
5043 location_t sloc local
5237 location_t sloc = linemap_position_for_column (pfile->line_table, local

Completed in 86 milliseconds

1 2