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

  /external/clang/tools/libclang/
CXSourceLocation.cpp 132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
133 if (SLoc.isInvalid()) {
141 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
157 SourceLocation SLoc
160 if (SLoc.isInvalid())
163 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
238 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); local
239 if (Invalid || !sloc.isFile()) {
245 *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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 928 source_location sloc; member in struct:__anon35592
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 928 source_location sloc; member in struct:__anon36321
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 928 source_location sloc; member in struct:__anon37152
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 928 source_location sloc; member in struct:__anon37881
    [all...]

Completed in 108 milliseconds