Searched refs:SM (Results 126 - 150 of 243) sorted by relevance

12345678910

/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 DObjCMT.cpp1630 JSONEditWriter(SourceManager &SM, llvm::raw_ostream &OS) argument
1631 : SourceMgr(SM), OS(OS) {
1643 EntryWriter(SourceManager &SM, llvm::raw_ostream &OS) argument
1644 : SourceMgr(SM), OS(OS) {
1951 llvm::SourceMgr SM;
1952 Stream YAMLStream(FileBufOrErr.get().release(), SM);
2030 SourceManager SM(Diag, FileMgr);
2031 FileID FID = SM.createFileID(FE, SourceLocation(), SrcMgr::C_User);
2033 edit::EditedSource Editor(SM, LangOpts);
2039 SM
[all...]
H A DInternals.h46 SourceManager &SM, const LangOptions &LangOpts);
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h38 SM = PM*PacketSize // step along M enumerator in enum:Eigen::internal::__anon20998
61 Index actual_b_end1 = (actual_b/SM)*SM; // actual number of rows suitable for peeling
/external/clang/lib/Analysis/
H A DReachableCode.cpp115 static SourceLocation getTopMostMacro(SourceLocation Loc, SourceManager &SM) { argument
120 Loc = SM.getImmediateMacroCallerLoc(Loc);
139 SourceManager &SM = PP.getSourceManager(); local
140 SourceLocation TopL = getTopMostMacro(L, SM);
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp283 clang::SourceManager *SM; member in class:clang::tooling::__anon19550::TestVisitor
304 Visitor->SM = &compiler.getSourceManager();
327 Replace = Replacement(*SM, Record, "");
350 Replace = Replacement(*SM, Call, "");
/external/clang/lib/Sema/
H A DSemaLookup.cpp2351 CXXSpecialMember SM,
2361 assert((SM == CXXCopyAssignment || SM == CXXMoveAssignment) &&
2364 assert((SM != CXXDefaultConstructor && SM != CXXDestructor) &&
2369 ID.AddInteger(SM);
2388 if (SM == CXXDestructor) {
2410 if (SM == CXXDefaultConstructor) {
2416 if (SM == CXXCopyConstructor || SM
2350 LookupSpecialMember(CXXRecordDecl *RD, CXXSpecialMember SM, bool ConstArg, bool VolatileArg, bool RValueThis, bool ConstThis, bool VolatileThis) argument
2936 std::list<ShadowMap>::reverse_iterator SM = ShadowMaps.rbegin(); local
[all...]
H A DAnalysisBasedWarnings.cpp1246 SourceManager &SM = S.getSourceManager();
1248 [&SM](const StmtUsesPair &LHS, const StmtUsesPair &RHS) {
1249 return SM.isBeforeInTranslationUnit(LHS.first->getLocStart(),
1432 SourceManager &SM;
1433 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {}
1438 return SM.isBeforeInTranslationUnit(left.first.first, right.first.first);
H A DSema.cpp454 SourceManager &SM = Context.getSourceManager(); local
456 [&SM](const std::pair<NamedDecl *, SourceLocation> &l,
463 return SM.isBeforeInTranslationUnit(l.second, r.second);
464 return SM.isBeforeInTranslationUnit(l.first->getLocation(),
/external/clang/include/clang/Frontend/
H A DASTUnit.h214 SourceRange getSourceRange(const SourceManager &SM) const {
215 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID());
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp387 SourceManager &SM = Context.getSourceManager(); local
389 SM.getFileEntryForID(SM.getMainFileID())->getName()));
H A DCGDebugInfo.cpp114 SourceManager &SM = CGM.getContext().getSourceManager();
116 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
250 SourceManager &SM = CGM.getContext().getSourceManager();
251 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
284 SourceManager &SM = CGM.getContext().getSourceManager();
285 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
298 SourceManager &SM = CGM.getContext().getSourceManager();
299 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
325 SourceManager &SM = CGM.getContext().getSourceManager(); local
335 if (const FileEntry *MainFile = SM
[all...]
/external/valgrind/main/none/tests/arm/
H A Dvfpv4_fma.c60 #define TESTINSN_bin_f32(instruction, SD, SM, SMtype, SMval, SN, SNtype, SNval) \
65 "vmov.f32 " #SM ", %1\n\t" \
72 : #SD, #SM, #SN, "memory" \
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/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp739 static void LowerSTACKMAP(MCStreamer &OS, StackMaps &SM, argument
742 SM.recordStackMap(MI);
752 static void LowerPATCHPOINT(MCStreamer &OS, StackMaps &SM, argument
755 SM.recordPatchPoint(MI);
874 return LowerSTACKMAP(OutStreamer, SM, *MI, Subtarget->is64Bit(), getSubtargetInfo());
877 return LowerPATCHPOINT(OutStreamer, SM, *MI, Subtarget->is64Bit(), getSubtargetInfo());
/external/clang/lib/Basic/
H A DSourceManager.cpp85 const SourceManager &SM,
98 bool isVolatile = SM.userFilesAreVolatile() && !IsSystemFile;
99 Buffer.setPointer(SM.getFileManager().getBufferForFile(ContentsEntry,
1198 const SourceManager &SM, bool &Invalid);
1201 const SourceManager &SM, bool &Invalid) {
1203 MemoryBuffer *Buffer = FI->getBuffer(Diag, SM, SourceLocation(), &Invalid);
1990 const SourceManager &SM) {
1991 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first);
84 getBuffer(DiagnosticsEngine &Diag, const SourceManager &SM, SourceLocation Loc, bool *Invalid) const argument
1199 ComputeLineNumbers(DiagnosticsEngine &Diag, ContentCache *FI, llvm::BumpPtrAllocator &Alloc, const SourceManager &SM, bool &Invalid) argument
1989 MoveUpIncludeHierarchy(std::pair<FileID, unsigned> &Loc, const SourceManager &SM) argument
H A DVirtualFileSystem.cpp873 SourceMgr SM; local
874 yaml::Stream Stream(Buffer, SM);
876 SM.setDiagHandler(DiagHandler, DiagContext);
880 SM.PrintMessage(SMLoc(), SourceMgr::DK_Error, "expected root node");
/external/clang/include/clang/AST/
H A DCommentLexer.h218 void dump(const Lexer &L, const SourceManager &SM) const;
H A DASTTypeTraits.h198 void dump(llvm::raw_ostream &OS, SourceManager &SM) const;
/external/qemu/disas/
H A Dmips.c1079 #define SM INSN_STORE_MEMORY
1510 {"wb", "o(b)", 0xbc040000, 0xfc1f0000, SM|RD_b, 0, L1 },
2104 {"sb", "t,o(b)", 0xa0000000, 0xfc000000, SM|RD_t|RD_b, 0, I1 },
2106 {"sc", "t,o(b)", 0xe0000000, 0xfc000000, SM|RD_t|WR_t|RD_b, 0, I2 },
2108 {"scd", "t,o(b)", 0xf0000000, 0xfc000000, SM|RD_t|WR_t|RD_b, 0, I3 },
2110 {"sd", "t,o(b)", 0xfc000000, 0xfc000000, SM|RD_t|RD_b, 0, I3 },
2118 {"sdc1", "T,o(b)", 0xf4000000, 0xfc000000, SM|RD_T|RD_b|FP_D, 0, I2 },
2119 {"sdc1", "E,o(b)", 0xf4000000, 0xfc000000, SM|RD_T|RD_b|FP_D, 0, I2 },
2122 {"sdc2", "E,o(b)", 0xf8000000, 0xfc000000, SM|RD_C2|RD_b, 0, I2 },
2124 {"sdc3", "E,o(b)", 0xfc000000, 0xfc000000, SM|RD_C
1078 #define SM macro
[all...]
/external/clang/lib/Lex/
H A DPreprocessor.cpp59 SourceManager &SM, HeaderSearch &Headers,
64 FileMgr(Headers.getFileMgr()), SourceMgr(SM), HeaderInfo(Headers),
57 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, DiagnosticsEngine &diags, LangOptions &opts, SourceManager &SM, HeaderSearch &Headers, ModuleLoader &TheModuleLoader, IdentifierInfoLookup *IILookup, bool OwnsHeaders, TranslationUnitKind TUKind) argument
/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.h139 LLParser(MemoryBuffer *F, SourceMgr &SM, SMDiagnostic &Err, Module *m) : argument
140 Context(m->getContext()), Lex(F, SM, Err, m->getContext()),
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java1034 SM(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp729 const SourceManager &SM = local
737 if (InterfLoc.isValid() && SM.isInMainFile(InterfLoc))
759 if (D->getLocation().isValid() && !SM.isInMainFile(D->getLocation()))

Completed in 7157 milliseconds

12345678910