Home
last modified time | relevance | path

Searched refs:CountS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp925 const SymbolRef *CountS = State->get<ContainerCountMap>(CollectionS); in assumeCollectionNonEmpty() local
926 if (!CountS) { in assumeCollectionNonEmpty()
936 nonloc::SymbolVal(*CountS), in assumeCollectionNonEmpty()
937 SvalBuilder.makeIntVal(0, (*CountS)->getType()), in assumeCollectionNonEmpty()
1041 SymbolRef CountS = C.getSVal(MsgExpr).getAsSymbol(); in checkPostObjCMessage() local
1042 if (CountS) { in checkPostObjCMessage()
1045 C.getSymbolManager().addSymbolDependency(ContainerS, CountS); in checkPostObjCMessage()
1046 State = State->set<ContainerCountMap>(ContainerS, CountS); in checkPostObjCMessage()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp36 unsigned CountS = (Imm >> 6) & 3; in DecodeINSERTPSMask() local
39 unsigned InVal = 4 + CountS; in DecodeINSERTPSMask()