HomeSort by relevance Sort by last modified time
    Searched defs:sloc (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
CXSourceLocation.cpp 138 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
139 if (SLoc.isInvalid()) {
147 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
167 SourceLocation SLoc
170 if (SLoc.isInvalid())
173 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
259 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); local
260 if (Invalid || !sloc.isFile()) {
266 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc));
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_ext.c 495 OCSP_SERVICELOC *sloc = NULL; local
498 if (!(sloc = OCSP_SERVICELOC_new())) goto err;
499 if (!(sloc->issuer = X509_NAME_dup(issuer))) goto err;
500 if (urls && *urls && !(sloc->locator = sk_ACCESS_DESCRIPTION_new_null())) goto err;
510 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) goto err;
513 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc);
515 if (sloc) OCSP_SERVICELOC_free(sloc);
  /external/openssl/crypto/ocsp/
ocsp_ext.c 495 OCSP_SERVICELOC *sloc = NULL; local
498 if (!(sloc = OCSP_SERVICELOC_new())) goto err;
499 if (!(sloc->issuer = X509_NAME_dup(issuer))) goto err;
500 if (urls && *urls && !(sloc->locator = sk_ACCESS_DESCRIPTION_new_null())) goto err;
510 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) goto err;
513 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_serviceLocator, 0, sloc);
515 if (sloc) OCSP_SERVICELOC_free(sloc);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 978 source_location sloc; member in struct:__anon48391
    [all...]

Completed in 126 milliseconds