Searched refs:SM (Results 101 - 125 of 206) sorted by relevance

123456789

/external/apache-http/src/org/apache/http/impl/cookie/
H A DRFC2109Spec.java45 import org.apache.http.cookie.SM;
159 buffer.append(SM.COOKIE);
/external/clang/unittests/Tooling/
H A DTestVisitor.h189 void UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) { argument
196 Location.print(Stream, SM);
/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp144 const ScopeMatcher *SM = cast<ScopeMatcher>(N); local
145 assert(SM->getNext() == 0 && "Shouldn't have next after scope");
150 for (unsigned i = 0, e = SM->getNumChildren(); i != e; ++i) {
176 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1,
187 OS.PadToColumn(CommentIndent) << "// " << SM->getNumChildren()
718 if (const ScopeMatcher *SM = dyn_cast<ScopeMatcher>(M)) {
719 for (unsigned i = 0, e = SM->getNumChildren(); i != e; ++i)
720 BuildHistogram(SM->getChild(i), OpcodeFreq);
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp147 llvm::SourceMgr SM; local
148 llvm::yaml::Stream stream(JSONText, SM);
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp83 SourceManager &SM; member in class:__anon15278::PrintPPOutputPPCallbacks
102 : PP(pp), SM(PP.getSourceManager()),
162 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
263 SourceManager &SourceMgr = SM;
524 unsigned ColNo = SM.getExpansionColumnNumber(Tok.getLocation());
H A DASTUnit.cpp1081 SourceManager &SM) {
1089 FullSourceLoc Loc(StoredDiagnostics[I].getLocation(), SM);
2659 SourceManager &SM = *SourceMgr;
2661 if (Loc.isInvalid() || !SM.isLocalSourceLocation(Loc))
2668 SourceLocation FileLoc = SM.getFileLoc(Loc);
2669 assert(SM.isLocalSourceLocation(FileLoc));
2672 llvm::tie(FID, Offset) = SM.getDecomposedLoc(FileLoc);
2738 const SourceManager &SM = getSourceManager(); local
2739 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col);
2740 return SM
1079 checkAndSanitizeDiags(SmallVectorImpl<StoredDiagnostic> & StoredDiagnostics, SourceManager &SM) argument
2745 const SourceManager &SM = getSourceManager(); local
[all...]
/external/clang/lib/Lex/
H A DLiteralSupport.cpp1162 : SM(PP.getSourceManager()), Features(PP.getLangOpts()),
1252 Lexer::getSpelling(StringToks[i], ThisTokBuf, SM, Features,
1359 FullSourceLoc(StringToks[i].getLocation(), SM),
1366 FullSourceLoc(StringToks[i].getLocation(), SM),
1460 FullSourceLoc SourceLoc(Tok.getLocation(), SM);
1504 unsigned TokLen = Lexer::getSpelling(Tok, SpellingPtr, SM, Features,
1562 FullSourceLoc(Tok.getLocation(), SM),
H A DPreprocessor.cpp59 const TargetInfo *target, SourceManager &SM,
64 FileMgr(Headers.getFileMgr()), SourceMgr(SM), HeaderInfo(Headers),
57 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, DiagnosticsEngine &diags, LangOptions &opts, const TargetInfo *target, SourceManager &SM, HeaderSearch &Headers, ModuleLoader &TheModuleLoader, IdentifierInfoLookup *IILookup, bool OwnsHeaders, bool DelayInitialization, bool IncrProcessing) argument
/external/clang/include/clang/Frontend/
H A DASTUnit.h195 SourceRange getSourceRange(const SourceManager &SM) const {
196 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID());
/external/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp289 SourceManager &SM = Ctx.getSourceManager();
290 if (SM.isBeforeInTranslationUnit(loc, ScopeRange.getBegin()))
292 return SM.isBeforeInTranslationUnit(loc, ScopeRange.getEnd());
H A DInternals.h46 SourceManager &SM, const LangOptions &LangOpts);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp67 SourceManager *SM; member in class:__anon15317::RewriteModernObjC
667 SM = &Context->getSourceManager();
697 MainFileID = SM->getMainFileID();
698 const llvm::MemoryBuffer *MainBuf = SM->getBuffer(MainFileID);
717 Loc = SM->getExpansionLoc(Loc);
794 if (SM->isFromMainFile(Loc))
803 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID);
804 StringRef MainBuf = SM->getBufferData(MainFileID);
927 const char *startBuf = SM->getCharacterData(startLoc);
1062 const char *startBuf = SM
[all...]
/external/clang/lib/Sema/
H A DSemaLookup.cpp2361 CXXSpecialMember SM,
2371 assert((SM == CXXCopyAssignment || SM == CXXMoveAssignment) &&
2374 assert((SM != CXXDefaultConstructor && SM != CXXDestructor) &&
2379 ID.AddInteger(SM);
2398 if (SM == CXXDestructor) {
2420 if (SM == CXXDefaultConstructor) {
2426 if (SM == CXXCopyConstructor || SM
2360 LookupSpecialMember(CXXRecordDecl *RD, CXXSpecialMember SM, bool ConstArg, bool VolatileArg, bool RValueThis, bool ConstThis, bool VolatileThis) argument
2941 std::list<ShadowMap>::reverse_iterator SM = ShadowMaps.rbegin(); local
[all...]
H A DAnalysisBasedWarnings.cpp955 const SourceManager &SM; member in class:__anon15328::StmtUseSorter
958 explicit StmtUseSorter(const SourceManager &SM) : SM(SM) { } argument
961 return SM.isBeforeInTranslationUnit(LHS.first->getLocStart(),
1255 SourceManager &SM; member in struct:clang::thread_safety::SortDiagBySourceLocation
1256 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} argument
1261 return SM
[all...]
H A DSema.cpp368 const SourceManager &SM; member in struct:__anon15335::SortUndefinedButUsed
369 explicit SortUndefinedButUsed(SourceManager &SM) : SM(SM) {} argument
378 return SM.isBeforeInTranslationUnit(l.second, r.second);
379 return SM.isBeforeInTranslationUnit(l.first->getLocation(),
/external/clang/lib/Basic/
H A DSourceManager.cpp87 const SourceManager &SM,
100 bool isVolatile = SM.userFilesAreVolatile() && !IsSystemFile;
101 Buffer.setPointer(SM.getFileManager().getBufferForFile(ContentsEntry,
1214 const SourceManager &SM, bool &Invalid);
1217 const SourceManager &SM, bool &Invalid) {
1219 const MemoryBuffer *Buffer = FI->getBuffer(Diag, SM, SourceLocation(),
1997 const SourceManager &SM) {
1998 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first);
86 getBuffer(DiagnosticsEngine &Diag, const SourceManager &SM, SourceLocation Loc, bool *Invalid) const argument
1215 ComputeLineNumbers(DiagnosticsEngine &Diag, ContentCache *FI, llvm::BumpPtrAllocator &Alloc, const SourceManager &SM, bool &Invalid) argument
1996 MoveUpIncludeHierarchy(std::pair<FileID, unsigned> &Loc, const SourceManager &SM) argument
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp487 const SourceManager &SM = Context->getSourceManager(); local
493 L = SM.getExpansionLoc(L);
494 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(L);
495 const FileEntry *FE = SM.getFileEntryForID(Decomposed.first);
/external/qemu/
H A Dmips-dis.c1069 #define SM INSN_STORE_MEMORY
1497 {"wb", "o(b)", 0xbc040000, 0xfc1f0000, SM|RD_b, 0, L1 },
2091 {"sb", "t,o(b)", 0xa0000000, 0xfc000000, SM|RD_t|RD_b, 0, I1 },
2093 {"sc", "t,o(b)", 0xe0000000, 0xfc000000, SM|RD_t|WR_t|RD_b, 0, I2 },
2095 {"scd", "t,o(b)", 0xf0000000, 0xfc000000, SM|RD_t|WR_t|RD_b, 0, I3 },
2097 {"sd", "t,o(b)", 0xfc000000, 0xfc000000, SM|RD_t|RD_b, 0, I3 },
2105 {"sdc1", "T,o(b)", 0xf4000000, 0xfc000000, SM|RD_T|RD_b|FP_D, 0, I2 },
2106 {"sdc1", "E,o(b)", 0xf4000000, 0xfc000000, SM|RD_T|RD_b|FP_D, 0, I2 },
2109 {"sdc2", "E,o(b)", 0xf8000000, 0xfc000000, SM|RD_C2|RD_b, 0, I2 },
2111 {"sdc3", "E,o(b)", 0xfc000000, 0xfc000000, SM|RD_C
1068 #define SM macro
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp110 SourceManager &SM = CGM.getContext().getSourceManager();
111 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
112 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc);
275 SourceManager &SM = CGM.getContext().getSourceManager();
276 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
309 SourceManager &SM = CGM.getContext().getSourceManager();
310 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
323 SourceManager &SM = CGM.getContext().getSourceManager();
324 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
345 SourceManager &SM local
[all...]
/external/valgrind/main/none/tests/arm/
H A Dvfp.c113 #define TESTINSN_vmov_2core_2single(instruction, RD1, RD2, SN, SM, SNval, SMval) \
117 printf("\t\t\t "#SN" 0x%08x "#SM" 0x%08x\n", SNval, SMval); \
120 "vmov " #SM ", %2\n\t" \
128 : #RD1, #RD2, #SN, #SM, "memory" \
210 #define TESTINSN_un_f32(instruction, SD, SM, SMtype, SMval) \
215 "vmov.f32 " #SM ", %1\n\t" \
221 : #SD, #SM, "memory" \
227 #define TESTINSN_un_cvt_ds(instruction, DD, SM, SMval) \
232 "vmov " #SM ", %1\n\t" \
238 : #DD, #SM, "memor
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp222 StoreManager& SM = C.getStoreManager(); local
223 SymbolRef sym = SM.getBinding(State->getStore(), *X).getAsLocSymbol();
/external/llvm/lib/AsmParser/
H A DLLParser.h133 LLParser(MemoryBuffer *F, SourceMgr &SM, SMDiagnostic &Err, Module *m) : argument
134 Context(m->getContext()), Lex(F, SM, Err, m->getContext()),
/external/clang/include/clang/AST/
H A DCommentLexer.h218 void dump(const Lexer &L, const SourceManager &SM) const;
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp736 const SourceManager &SM = local
744 if (InterfLoc.isValid() && SM.isFromMainFile(InterfLoc))
766 if (D->getLocation().isValid() && !SM.isFromMainFile(D->getLocation()))
H A DProgramState.cpp335 ProgramStateManager &SM = getStateManager();
336 SValBuilder &svalBuilder = SM.getSValBuilder();
367 ConstraintManager &CM = SM.getConstraintManager();

Completed in 2294 milliseconds

123456789