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

/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp85 const FIDMap& FM,
111 EmitRange(o, SM, Lexer::getAsCharRange(StartEdge, SM, LangOpts), FM,
116 EmitRange(o, SM, Lexer::getAsCharRange(EndEdge, SM, LangOpts), FM,
138 const FIDMap& FM,
158 EmitLocation(o, SM, L, FM, indent);
170 FM, indent + 1);
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
137 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, D.getLocation(), FM, 2);
113 FM, 4);
/external/clang/test/Index/
H A Dcomplete-macro-args.c22 #define FM(x) x macro
24 FM(p->x, a);
/external/clang/include/clang/Lex/
H A DHeaderMap.h74 static const HeaderMap *Create(const FileEntry *FE, FileManager &FM);
81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.h31 FaultMaps FM; member in class:llvm::X86AsmPrinter
125 : AsmPrinter(TM, std::move(Streamer)), SM(*this), FM(*this) {}
H A DX86AsmPrinter.cpp605 FM.serializeToFaultMapSection();
649 FM.serializeToFaultMapSection();
H A DX86MCInstLower.cpp906 FM.recordFaultingOp(FaultMaps::FaultingLoad, HandlerLabel);
/external/clang/lib/Lex/
H A DHeaderMap.cpp51 const HeaderMap *HeaderMap::Create(const FileEntry *FE, FileManager &FM) { argument
56 auto FileBuffer = FM.getBufferForFile(FE);
200 StringRef Filename, FileManager &FM) const {
207 return FM.getFile(Dest);
H A DPPLexerChange.cpp233 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, argument
241 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) {
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-use-machine.rl52 FM = 8; # CONS_FINAL_MOD
95 final_consonants = FAbv* FBlw* FPst* FM?;
H A Dhb-ot-shape-complex-use-table.cc22 #define FM USE_FM /* CONS_FINAL_MOD */ macro
73 /* 00B0 */ O, O, FM, FM, O, O, O, O, O, O, O, O, O, O, O, O,
235 /* 17C0 */ VPre, VPre, VPre, VPre, VPre, VPre, VMAbv, VMPst, VPst, VMAbv, VMAbv, FM, FAbv, CMAbv, FM, FM,
236 /* 17D0 */ FM, VAbv, H, FM, O, O, O, O, O, O, O, O, B, VAbv, O, O,
247 /* 1930 */ FPst, FPst, VMBlw, FPst, FPst, FPst, FPst, FPst, FPst, FBlw, VAbv, FM, O, O, O, O,
279 /* 1A70 */ VPre, VPre, VPre, VAbv, VAbv, VMAbv, VMAbv, VMAbv, VMAbv, VMAbv, FM, F
699 #undef FM macro
[all...]
/external/clang/lib/Analysis/
H A DThreadSafety.cpp190 FactID addLock(FactManager &FM, std::unique_ptr<FactEntry> Entry) { argument
191 FactID F = FM.newFact(std::move(Entry));
196 bool removeLock(FactManager& FM, const CapabilityExpr &CapE) { argument
202 if (FM[FactIDs[i]].matches(CapE)) {
208 if (FM[FactIDs[n-1]].matches(CapE)) {
215 iterator findLockIter(FactManager &FM, const CapabilityExpr &CapE) { argument
217 return FM[ID].matches(CapE);
221 FactEntry *findLock(FactManager &FM, const CapabilityExpr &CapE) const { argument
223 return FM[ID].matches(CapE);
225 return I != end() ? &FM[*
228 findLockUniv(FactManager &FM, const CapabilityExpr &CapE) const argument
235 findPartialMatch(FactManager &FM, const CapabilityExpr &CapE) const argument
243 containsMutexDecl(FactManager &FM, const ValueDecl* Vd) const argument
[all...]
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp136 FileManager &FM = Headers.getFileMgr(); local
151 if (const DirectoryEntry *DE = FM.getDirectory(MappedPathStr)) {
160 if (const FileEntry *FE = FM.getFile(MappedPathStr)) {
/external/llvm/lib/IR/
H A DInstruction.cpp251 FastMathFlags FM = getFastMathFlags(); local
252 FM &= FP->getFastMathFlags();
253 copyFastMathFlags(FM);
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp454 for (auto &FM : MemMgr.FunctionMemory) {
459 if (!sys::Memory::setExecutable(FM, &ErrorStr))
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1116 FallthroughMapper FM(S);
1117 FM.TraverseStmt(AC.getBody());
1119 if (!FM.foundSwitchStatements())
1122 if (PerFunction && FM.getFallthroughStmts().empty())
1130 FM.fillReachableBlocks(Cfg);
1140 if (!FM.checkFallThroughIntoBlock(*B, AnnotatedCnt))
1173 for (const auto *F : FM.getFallthroughStmts())
/external/selinux/mcstrans/share/examples/nato/setrans.d/
H A Deyes-only.conf231 ~c276=FM # Micronesia, Federated States of
H A Drel.conf237 ~c200,~c276=FM # Micronesia, Federated States of
/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp286 for (const auto &FM : FileIDMapping) {
287 SourceLocation ExpandedLoc = FM.second.second;
/external/valgrind/VEX/priv/
H A Dhost_ppc_defs.c3229 static UChar* mkFormXFL ( UChar* p, UInt FM, UInt freg, UInt dfp_rm, argument
3233 vassert(FM < 0x100);
3235 theInstr = ((63<<26) | (FM<<17) | (dfp_rm<<16) | (freg<<11) | (711<<1));
H A Dguest_ppc_toIR.c9578 UChar FM = toUChar( IFIELD(theInstr, 17, 8) ); local
9604 DIP("mtfsf%s %d,fr%u (L=1)\n", flag_rC ? ".":"", FM, frB_addr);
9608 DIP("mtfsf%s %d,fr%u\n", flag_rC ? ".":"", FM, frB_addr);
9609 // Build 32bit mask from FM:
9612 if ((FM & (1<<(7-i))) == 1) {
/external/webrtc/data/voice_engine/stereo_rtp_files/
H A Dhrtf_g722_1C_48.rtp1362 ��������g�?$0R'A�5��Bz� 5�q�Y��$��������}��jEI��X�#B�)""$�(�Bru�@����� A��� �,�_�َŐF̨V�P�:[�J2&@�i$�O���� �Y.ؑj�7��.\NU;��'�E���>�L��������"ˤk�UgT����GDP=<��tb�GNI_�0A8�4�0g�P)����YO�R�e y���h�s��� B�w8&FM�h���n�O��/,��X��,?���������Ԁ}��l�I��X� <Ya�
4226 �#�B ��f)��lR���) �O�����>��IDBo����]�%%( ��0�5 ���0ѣ�J,����%Up�k�b�wH�J���� $�j#R�5R�k NBYh,�8���C�T�K�����H�����3|���;��}���EI��X�ַKA��8�Z�����+�6,u1��,q�@�sLUJV��IGZ K�2i4�I�I$�� O�ñ��Di�$+)�%B���4\��N &ʲ�b�X����DQ��d��@Z�6�����+RJ'�'u��?����aP�R;�2��T-% $�K�I�ɞ{� ��^]�����H�I@POƑ�IFO� F�$�Ly7�h�"y%#�L�ErC Y���.H��5W؟���sT ���;Ā}����I��X�Ӷ2?�&�#W�e1�hK�Lu�oN_�$�Ye�1���!P$��VQ�l�:�Ϙ�+�5T> ���rh���\8n���b����6!c���Ig�P i�k ӈ�8BT6V�FMq��Ӌ�U�O1@���ex�f���{�����-���q��L�!S:�� ��Adw � `�r�Ċ�^�;�7Y��t��� �}���_bJ$&U:�l�.&�Fl��S/����;؀}���EI��X���BE����Vӝ
4347 ��"�Р�N,���!T�4)@Qf]ُFM��$U�(Ū�ʓ����*w=�I�@ִ���>!p�|�Ǻԕ�T�YШr�@i�k+�QN�vT�Tu�dˠfNAd�R2�
5074 �20\)�*��9h���HD�}���I��X���I�4FM�"�A7aW�O`̉g8��V��V �hb� ۣe5L��p�ݧG@��EX�(2c��߂!�����+��(<��hQ&.�
H A Dhrtf_g722_1C_48_jitterT2.rtp1358 ��������g�?$0R'A�5��Bz� 5�q�Y��$��������}��jEI��X�#B�)""$�(�Bru�@����� A��� �,�_�َŐF̨V�P�:[�J2&@�i$�O���� �Y.ؑj�7��.\NU;��'�E���>�L��������"ˤk�UgT����GDP=<��tb�GNI_�0A8�4�0g�P)����YO�R�e y���h�s��� B�w8&FM�h���n�O��/,��X��,?�����������}��l�I��X� <Ya�
4183 �#�B ��f)��lR���) �O�����>��IDBo����]�%%( ��0�5 ���0ѣ�J,����%Up�k�b�wH�J���� $�j#R�5R�k NBYh,�8���C�T�K�����H�����3|���;}�}���EI��X�ַKA��8�Z�����+�6,u1��,q�@�sLUJV��IGZ K�2i4�I�I$�� O�ñ��Di�$+)�%B���4\��N &ʲ�b�X����DQ��d��@Z�6�����+RJ'�'u��?����aP�R;�2��T-% $�K�I�ɞ{� ��^]�����H�I@POƑ�IFO� F�$�Ly7�h�"y%#�L�ErC Y���.H��5W؟���sT ���;��}����I��X�Ӷ2?�&�#W�e1�hK�Lu�oN_�$�Ye�1���!P$��VQ�l�:�Ϙ�+�5T> ���rh���\8n���b����6!c���Ig�P i�k ӈ�8BT6V�FMq��Ӌ�U�O1@���ex�f���{�����-���q��L�!S:�� ��Adw � `�r�Ċ�^�;�7Y��t��� �}���_bJ$&U:�l�.&�Fl��S/����;р}���EI��X���BE����Vӝ
4304 ��"�Р�N,���!T�4)@Qf]ُFM��$U�(Ū�ʓ����*w=�I�@ִ���>!p�|�Ǻԕ�T�YШr�@i�k+�QN�vT�Tu�dˠfNAd�R2�
5010 �20\)�*��9h���G�}���I��X���I�4FM�"�A7aW�O`̉g8��V��V �hb� ۣe5L��p�ݧG@��EX�(2c��߂!�����+��(<��hQ&.�
H A Dtoggling_stereo_g729_pt18_pt125.rtp949 ����I��Xp��@<��SA������I��X%�����5I��Xp���Z�?( �(�}���I��X�������C^�������C^( �2�}���I��Xx�c��]�h�x�c��]�h�( �<�}��%I��X�b���b��( �F�}��uI��X�8P��^���8P��^��( �P�}���I��Xtd"*�ݛ\Ftd"*�ݛ\F( �Z�}��I��X� Q���� Q���( �d�}��eI��X�� ��2֧�� ��2֧( �n�}���I��X�4t����4t����( �x�}��I��X7�`ĸ�d��7�`ĸ�d��( ���}��UI��XD^ �Gl��D^ �Gl��( ���}���I��X%� L��r��%� L��r��( ���}���I��X3!�(0a�3!�(0a�( ���}��EI��XFM�loQ��FM�loQ��( ���}���I��X1�"�O~HZ61�"�O~HZ6( ���}���I��X4��%�4Yb�4��%�4Yb�( ���}��5I��XF�c͋�r��F�c͋�r��( �Ȁ}���I��XF$#Sʳ ;CF$#Sʳ ;C( �Ҁ}���I��XF dy;
3785 �J�*L)AW���F-��EI��X�TqҺt0����F.���I��Xg���E������F/���I��X��qϟ������F0��5I��X W���o.a���ȀF1���I��Xg�۽�R��~�ҀF2���I��Xc����eo�܀F3��%I��X b��`�vG�k��F4��uI��Xw��twt����F5���I��X3`���q�>C��F6��I��X7� �n�=��F7��eI��X6rσ�M�Ě��F8���I��X5𲆎̵L���F9��I��Xh�MڅQY�"�F:��UI��X6;2�va� �{�,�F;���I��X,��]I�>U�4�6�F<���I��X6�rL�sTە��@�F=��EI��X-`�3�v� �J�F>���I��XD貚�S����T�F?���I��X:�2��"k����^�F@��5I��X2R�xN-^к( �h�}FA���I��Xr���2<�r���2<�( �r�}FB���I��Xr����p��_r����p��_( �|�}FC��%I��Xr=�k��3T��r=�k��3T��( ���}FD��uI��X:�"��e�:�"��e�( ���}FE���I��X>�o�ۑM�*�>�o�ۑM�*�( ���}FF��I��Xr��1O7��r��1O7��( ���}FG��eI��X3v�/!�o_3v�/!�o_( ���}FH���I��Xrn,��4��Jrn,��4��J( ���}FI��I��X}��^qe�}��^qe�( �€}FJ��UI��Xf#l�]���!_f#l�]���!_( �̀}FK���I��Xf,�&��"�f,�&��"�( �ր}FL���I��X+��t-~�B+��t-~�B( ���}FM��EI��X�K��\S) ƱK��\S) �( ��}FN���I��X����=�T~ѱ���=�T~�( ��}FO���I��X���Ұ����Ұ�( ���}FP��5I��X���954�BB���954�BB( ��}FQ���I��X���[~pU�����[~pU��( ��}FR���I��X���'Ҁ����'Ҁ�( ��}FS��%I��X�����
/external/webrtc/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��

Completed in 823 milliseconds