Home
last modified time | relevance | path

Searched defs:FCS (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp885 const ObjCForCollectionStmt *FCS) { in checkCollectionNonNil()
910 const ObjCForCollectionStmt *FCS) { in checkElementNonNil()
974 const ObjCForCollectionStmt *FCS, in assumeCollectionNonEmpty()
986 const ObjCForCollectionStmt *FCS) { in alreadyExecutedAtLeastOneLoopIteration()
1005 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, in checkPostStmt()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp1216 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress()); in VisitInitListExpr() local
DCGClass.cpp1405 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue() local