Searched refs:LC (Results 26 - 43 of 43) sorted by relevance

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h609 const LocationContext *LC; // Can be null */ member in class:clang::ento::BlockDataRegion
615 : TypedRegion(sreg, BlockDataRegionKind), BC(bc), LC(lc),
1141 const LocationContext *LC);
1147 const LocationContext *LC);
1152 const LocationContext *LC);
1166 const VarRegion* getVarRegion(const VarDecl *D, const LocationContext *LC);
1204 LocationContext const *LC);
H A DExprEngine.h166 /// \param LC - The location context of the ReferenceStmt.
173 const Stmt *ReferenceStmt, const LocationContext *LC,
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp559 PathDiagnosticLocation::createDeclBegin(const LocationContext *LC, argument
563 dyn_cast_or_null<CompoundStmt>(LC->getDecl()->getBody()))
573 PathDiagnosticLocation::createDeclEnd(const LocationContext *LC, argument
575 SourceLocation L = LC->getDecl()->getBodyRBrace();
617 const LocationContext *LC = P.getLocationContext(); local
619 return PathDiagnosticLocation(PS->getStmt(), SM, LC);
623 return PathDiagnosticLocation(Term, SM, LC);
H A DExprEngine.cpp229 const LocationContext *LC) {
249 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap();
255 const LocationContext *LC,
263 SymbolReaper SymReaper(LC, ReferenceStmt, SymMgr, getStoreManager());
270 const StackFrameContext *SFC = LC->getCurrentStackFrame();
1549 const LocationContext *LC = Pred->getLocationContext(); local
1550 PostStmt PS(StoreE, LC);
1585 const ProgramPoint L = PostStore(StoreE, LC, LocReg, 0);
226 shouldRemoveDeadBindings(AnalysisManager &AMgr, const CFGStmt S, const ExplodedNode *Pred, const LocationContext *LC) argument
253 removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out, const Stmt *ReferenceStmt, const LocationContext *LC, const Stmt *DiagnosticStmt, ProgramPoint::Kind K) argument
H A DProgramState.cpp115 const LocationContext *LC,
118 getStateManager().StoreMgr->bindCompoundLiteral(getStore(), CL, LC, V);
114 bindCompoundLiteral(const CompoundLiteralExpr *CL, const LocationContext *LC, SVal V) const argument
H A DRegionStore.cpp276 /// \param LC The LocationContext for the binding.
281 const LocationContext *LC, SVal V);
1596 const LocationContext *LC,
1598 return Bind(ST, loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC)), V);
1594 bindCompoundLiteral(Store ST, const CompoundLiteralExpr *CL, const LocationContext *LC, SVal V) argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp503 const LocationContext *LC = C.getLocationContext(); local
504 if (LC->getParent() != 0)
509 SymbolRef sym = state->getSVal(retExpr, LC).getAsLocSymbol();
H A DRetainCountChecker.cpp2611 const LocationContext *LC = C.getLocationContext(); local
2617 VR = MemMgr.getVarRegion(VR->getDecl(), LC);
3208 const LocationContext *LC = C.getLocationContext(); local
3209 return LC->getParent() == 0;
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1709 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
1711 LC = isSigned ? RTLIB::SDIV_I8 : RTLIB::UDIV_I8;
1713 LC = isSigned ? RTLIB::SDIV_I16 : RTLIB::UDIV_I16;
1715 LC = isSigned ? RTLIB::SDIV_I32 : RTLIB::UDIV_I32;
1717 LC = isSigned ? RTLIB::SDIV_I64 : RTLIB::UDIV_I64;
1719 LC = isSigned ? RTLIB::SDIV_I128 : RTLIB::UDIV_I128;
1720 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SDIV!");
1722 return ARMEmitLibcall(I, LC);
1731 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
1733 LC
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h231 static PathDiagnosticLocation createDeclBegin(const LocationContext *LC,
236 static PathDiagnosticLocation createDeclEnd(const LocationContext *LC,
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c104 try to see locale category LC should be used from environment;
111 static const char *_Locale_aux_default( const char *LC, char *nm ) argument
118 name = getenv( LC );
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h216 bool isParentOf(const LocationContext *LC) const;
H A DProgramPoint.h168 const LocationContext *LC,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h161 SDValue LibCallify(RTLIB::Libcall LC, SDNode *N, bool isSigned);
162 SDValue MakeLibCall(RTLIB::Libcall LC, EVT RetVT,
166 std::pair<SDValue, SDValue> ExpandChainLibCall(RTLIB::Libcall LC,
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp56 ExpandLibCall(RTLIB::Libcall LC, SDValue Op, SelectionDAG &DAG, argument
74 SDValue Callee = DAG.getExternalSymbol(TLI.getLibcallName(LC),
82 0, TLI.getLibcallCallingConv(LC),
2473 RTLIB::Libcall LC = local
2477 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpectd fp-to-int conversion!");
2479 return ExpandLibCall(LC, Op, DAG, false, Dummy, TLI);
2499 RTLIB::Libcall LC = local
2503 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpectd int-to-fp conversion!");
2505 return ExpandLibCall(LC, Op, DAG, false, Dummy, TLI);
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp533 const SCEVConstant *LC = cast<SCEVConstant>(LHS); local
537 const APInt &LA = LC->getValue()->getValue();
577 const SCEVNAryExpr *LC = cast<SCEVNAryExpr>(LHS); local
581 unsigned LNumOps = LC->getNumOperands(), RNumOps = RC->getNumOperands();
585 long X = compare(LC->getOperand(i), RC->getOperand(i));
593 const SCEVUDivExpr *LC = cast<SCEVUDivExpr>(LHS); local
597 long X = compare(LC->getLHS(), RC->getLHS());
600 return compare(LC->getRHS(), RC->getRHS());
606 const SCEVCastExpr *LC = cast<SCEVCastExpr>(LHS); local
610 return compare(LC
[all...]
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
H A Dvideo.rtpdump308 ��w6�`�|�|A�|�F\j�W��w���4����Y�{} ��� �E�2,ɜ`��g�V���b�7����=]�z�y��1��=TG��b1�R��=�n�^��.��f���Zr1!�xf2��06�ʪ> ����o��2� CA��ΰc/0��9�v�f����tʤ�?����p;鎇���[r�\��ǐU��v>��?��LC�1���V�lc��V\.��41��\�i����z)3�1����k��1X�z�>�����<���v21M0|�&
882 ��> n�7��.��f��R�r�!�b�)��S/e։X�1�`��:����U~ �GS/LV���߈CӦ?I*��MA�Ju2S���Ĉ�X�V'7�x�z%C�&!Ɠ��$�陎�^��'�s��B������1� P���{�x؀\0J�p��(K� c�/�Reu�ep癙z����E�؅��u���u& a޺jh�A�_c����8��0L�e�(�;<�Ɖf}W�ث����DBRg�i�u��;\�����h���Nj��b[ilB��**8���ɒ��YW��2ѱ��D��+�.�a7*?�о���{��T����D&*:ʴd9��1I��0��O;.��\F.]jC��p�����E��:���j*s�e�G�rb{冨��5���:�K�ʧ�|O�LC$<�d8fL���:ڻX�����X;7����޸"������6m�$K�d�JL��JL��T�N�t F�BC^�uc��/|��0Jێ��ݷr�@_���z��"!A"�3�ߨ�/��L�>:֛�d��x� 8 ��0�� �?�y��ڌ��s1�)кY�'�?Z�=�ܴd��{{��Х��ǵ�Em۷o/Cd��۰�>����"��K��{+l=�ٻ�>}��k�-���z#�O ˞���D�,D�`�Q?c
1020 ���'��zg7&q��ZH��A�ia������)��>O��`��d'@�<� ���%胸�B���8��8�CH��W�a�/#7���Ԟ�)��/(����j7ɖ_Î���*��W��ۀ[S���>n�H��.��f��HWr�!�b)����� ��n�M����z�0G�F�jw)���D�Z���������DŽ:�*��wuB�;���1���Zc?���a<sO�7 :���^���&�z�d�� ���>�b{^7��o( �^�0rl��N��ĥi�-��z��B3/�W��WZ� ���`���i��B�ɗ3o����F��c�d�x�p�2/����* Y��k"���Qu�p?O���Lmn��~���3 �%��e~������f;C1���� ���Sc�q�R�]h����L!���%�[�\wC����߾��șU}z�c���閯�:��q���*-���{"������o.�\����-������6[����~�$�� �Y8��{�;�'��W ��C���rs{�C8jv�=�������ۛ�����z������ݚ= �{�B����nC��~pA�~.�@�Q�$l����'�ߦn E�Sj�?��5�Ww�٠��~�31�L���N�9|d�����߿w�!�|^����1���߻�̿7(��^'кb0��7v�Kb�P�ٿn�����>n� ���.��f����r�!�85��|�S�曛%��{0��Sp�%�{��}��t?��`>���{�<����X̢,�li؊�|,��&XO),��K���/�`����m�6��&\��k�����O���~~�p�)�mO��ִ,~�^��7�̐�>n�-.��.��f���r�!�Xb*�;�%C���'ШT � ���S�LT�*S���'�/�7���S)���Ja�t6�4!X���-{k)� �/�?d��:�Ū$^���2�0� �*t��Ch5����Շi�L���Y�cwO�~��+�w��P��2|�5I�v���WB�S���<���)�L��{LCF�
1637 D�oZ�&�$@�6� )����T0(>Q���R71/�u'�D5x�cj�U��*�d�A�z-x�mZc�L�!�I��f��0_�/EWL>$@iLզ5i������F�1Jc��r�LC�S6E3˜��q�Ɵ숧��1�:Ă��3G}L�ef��k��+�v�Ɏ}X�͓��F��7gʿ"�+&� NU��uQ�!��Jh�}�k��N)��v$N�cR���އ"��(c��nFw�š���^��^m?ɳ���B�W�Tn�2}�H��~��2�;�A�b�$�/�k��>�|pRο�X�<'�EU�7} ��]�N
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DArraysTest.java1769 public void test_hashCode$LC() {

Completed in 2143 milliseconds

12