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

  /external/clang/tools/libclang/
CXSourceLocation.cpp 130 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
131 if (SLoc.isInvalid()) {
141 << SLoc.getRawEncoding() << "\n";
143 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
154 SourceLocation SLoc
157 if (SLoc.isInvalid())
160 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
224 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); local
225 if (Invalid || !sloc.isFile()) {
231 *file = (void *)SM.getFileEntryForSLocEntry(sloc);
    [all...]
  /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);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 886 source_location sloc; member in struct:__anon20371
    [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:__anon20756
    [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:__anon21600
    [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:__anon21993
    [all...]

Completed in 445 milliseconds