Searched refs:FM (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp85 const FIDMap& FM,
110 EmitRange(o, SM, LangOpts, CharSourceRange::getTokenRange(StartEdge), FM,
115 EmitRange(o, SM, LangOpts, CharSourceRange::getTokenRange(EndEdge), FM,
137 const FIDMap& FM,
157 EmitLocation(o, SM, LangOpts, L, FM, indent);
168 EmitRange(o, SM, LangOpts, CharSourceRange::getTokenRange(*I), FM,
198 const FIDMap& FM, const SourceManager &SM,
207 const FIDMap& FM, const SourceManager &SM,
216 ReportPiece(o, *callEnter, FM, SM, LangOpts, indent, depth, true,
225 ReportPiece(o, *callEnterWithinCaller, FM, S
83 ReportControlFlow(raw_ostream &o, const PathDiagnosticControlFlowPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent) argument
136 ReportEvent(raw_ostream &o, const PathDiagnosticPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool isKeyEvent = false) argument
205 ReportCall(raw_ostream &o, const PathDiagnosticCallPiece &P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) argument
240 ReportMacro(raw_ostream &o, const PathDiagnosticMacroPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) argument
253 ReportDiag(raw_ostream &o, const PathDiagnosticPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts) argument
259 ReportPiece(raw_ostream &o, const PathDiagnosticPiece &P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool includeControlFlow, bool isKeyEvent) argument
293 FIDMap FM; local
[all...]
/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp43 FIDMap FM; local
50 AddFID(FM, Fids, SM, D.getLocation());
54 AddFID(FM, Fids, SM, RI->getBegin());
55 AddFID(FM, Fids, SM, RI->getEnd());
103 EmitLocation(o, SM, LangOpts, D.getLocation(), FM, 2);
112 EmitRange(o, SM, LangOpts, *RI, FM, 4);
/external/clang/include/clang/Lex/
H A DHeaderMap.h48 static const HeaderMap *Create(const FileEntry *FE, FileManager &FM);
56 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
/external/clang/test/Index/
H A Dcomplete-macro-args.c22 #define FM(x) x macro
24 FM(p->x, a);
/external/clang/lib/Lex/
H A DHeaderMap.cpp79 const HeaderMap *HeaderMap::Create(const FileEntry *FE, FileManager &FM) { argument
84 std::unique_ptr<const llvm::MemoryBuffer> FileBuffer(FM.getBufferForFile(FE));
203 StringRef Filename, FileManager &FM) const {
210 return FM.getFile(Dest);
H A DPPLexerChange.cpp213 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, argument
221 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) {
/external/clang/lib/Analysis/
H A DThreadSafety.cpp827 FactID addLock(FactManager& FM, const SExpr& M, const LockData& L) { argument
828 FactID F = FM.newLock(M, L);
833 bool removeLock(FactManager& FM, const SExpr& M) { argument
839 if (FM[FactIDs[i]].MutID.matches(M)) {
845 if (FM[FactIDs[n-1]].MutID.matches(M)) {
852 iterator findLockIter(FactManager &FM, const SExpr &M) { argument
854 return FM[ID].MutID.matches(M);
858 LockData *findLock(FactManager &FM, const SExpr &M) const { argument
860 return FM[ID].MutID.matches(M);
863 return I != end() ? &FM[*
866 findLockUniv(FactManager &FM, const SExpr &M) const argument
875 findPartialMatch(FactManager &FM, const SExpr &M) const argument
[all...]
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp140 FileManager &FM = Headers.getFileMgr(); local
155 if (const DirectoryEntry *DE = FM.getDirectory(MappedPathStr)) {
164 if (const FileEntry *FE = FM.getFile(MappedPathStr)) {
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1082 FallthroughMapper FM(S);
1083 FM.TraverseStmt(AC.getBody());
1085 if (!FM.foundSwitchStatements())
1088 if (PerFunction && FM.getFallthroughStmts().empty())
1096 FM.fillReachableBlocks(Cfg);
1107 if (!FM.checkFallThroughIntoBlock(*B, AnnotatedCnt))
1148 for (const auto *F : FM.getFallthroughStmts())
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java373 FM(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids1058 1310 WinFast TV - NTSC + FM
1059 1311 WinFast TV - NTSC + MTS + FM
1060 1312 WinFast TV - PAL BG + FM
1061 1313 WinFast TV - PAL BG+TXT + FM
1066 1318 WinFast TV - PAL I/DK + FM
1067 1319 WinFast TV - PAL N + FM
1071 131d WinFast TV - SECAM DK + TXT + FM
1072 131e WinFast TV - NTSC Japan + FM
1239 4120 Nomad MuVo TX FM
1241 4124 MuVo^2 FM (uHD
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.c3244 static UChar* mkFormXFL ( UChar* p, UInt FM, UInt freg, UInt dfp_rm ) argument
3247 vassert(FM < 0x100);
3249 theInstr = ((63<<26) | (FM<<17) | (dfp_rm<<16) | (freg<<11) | (711<<1));
H A Dguest_ppc_toIR.c9148 UChar FM = toUChar( IFIELD(theInstr, 17, 8) ); local
9174 DIP("mtfsf%s %d,fr%u (L=1)\n", flag_rC ? ".":"", FM, frB_addr);
9178 DIP("mtfsf%s %d,fr%u\n", flag_rC ? ".":"", FM, frB_addr);
9179 // Build 32bit mask from FM:
9182 if ((FM & (1<<(7-i))) == 1) {
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump5810 �oe ��> Tb:���pb�mҬrpn�� LJ�E��k?�36�g�M�J�/j��{�6� ���pRV�I4ze7��,�����H��X��FM[u����H�?òMgş�N =�َo������.MK �@���(6^ yr�𞏿�����p��fV���M}� ��l�*- �:Y����z�pR�Fc�$ȸi$�W�M�S�7�Dn@�e�F�{O���Y��~T?�l�� -oN-�哄6� ����c�c'a�����f��fȦ.��r8>��'��4�Nv�ܒ��2C���R�w1[��N�s�o�h\�-���!4���s?�Dܽ>�,֗�F��/�}�f2��9�'�K�����|Ծ��Dܿ��H�/�te6�;���I�#~]=��=+:x͢� <�������*͸o#�@�0�NkýM6]�/�E����g6�U)�
16378 ��q�s�nxǰ~�4�'��] ��M�Ỳl���� �,�>�f-:�� ���׌�Q�����b�)�o���C�M�Co߁M�:��FM����}�3��/�����2YЉ1 }���y��ѽ�}�q��,����Hݡ'����mn:� g�R���᫶6%j#�a��X�m7e���\�J������;������X3�I�hY��\}�VZ�0z�-�� �5z�g(�#rݝJ�6�e%?���/� L�w�=�� ������h F���^��m6��rq� �_�O��A)3)�bl�Y�A5�z�:����:G%�; �� �~\�off�lC;K��:`�|L$����\q�-$�� � �@N��|�7�a�:�O��CL����H���r���L�m����zf!s,�=�5ҍ�yX��N]l�[1�|o�A=��}@u4�p���$���������e1���k�~?78;�+��-�j�,��#�}?t�w�E��zГ������l�Ҁ������7[��up�,�G�W��F �@�]׷��8�Ǚa��
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js336 if("en_DG"==goog.LOCALE||"en-DG"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_FM"==goog.LOCALE||"en-FM"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en_GB;if("en_GU"==goog.LOCALE||"en-GU"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en;
494 if("en_FM"==goog.LOCALE||"en-FM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_GB"==goog.LOCALE||"en-GB"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en_GB;if("en_GU"==goog.LOCALE||"en-GU"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_IE"==goog.LOCALE||"en-IE"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en_IE;

Completed in 1901 milliseconds