Searched refs:FCS (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp850 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
887 const ObjCForCollectionStmt *FCS) {
891 SVal CollectionVal = C.getSVal(FCS->getCollection());
912 const ObjCForCollectionStmt *FCS) {
917 if (!isKnownNonNilCollectionType(FCS->getCollection()->getType()))
921 const Stmt *Element = FCS->getElement();
976 const ObjCForCollectionStmt *FCS,
982 State->getSVal(FCS->getCollection(), C.getLocationContext()).getAsSymbol();
989 const ObjCForCollectionStmt *FCS) {
995 if (BE->getSrc()->getLoopTarget() == FCS)
885 checkCollectionNonNil(CheckerContext &C, ProgramStateRef State, const ObjCForCollectionStmt *FCS) argument
910 checkElementNonNil(CheckerContext &C, ProgramStateRef State, const ObjCForCollectionStmt *FCS) argument
975 assumeCollectionNonEmpty(CheckerContext &C, ProgramStateRef State, const ObjCForCollectionStmt *FCS, bool Assumption) argument
988 alreadyExecutedAtLeastOneLoopIteration(const ExplodedNode *N, const ObjCForCollectionStmt *FCS) argument
1010 checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const argument
[all...]
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp1150 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddr());
H A DCGClass.cpp1170 FieldConstructionScope FCS(*this, CXXThisValue);

Completed in 123 milliseconds