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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp919 const SymbolRef *CountS = State->get<ContainerCountMap>(CollectionS); local
920 if (!CountS) {
930 nonloc::SymbolVal(*CountS),
931 SvalBuilder.makeIntVal(0, (*CountS)->getType()),
1037 SymbolRef CountS = C.getSVal(MsgExpr).getAsSymbol(); local
1038 if (CountS) {
1041 C.getSymbolManager().addSymbolDependency(ContainerS, CountS);
1042 State = State->set<ContainerCountMap>(ContainerS, CountS);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp33 unsigned CountS = (Imm >> 6) & 3; local
35 // CountS selects which input element to use.
36 unsigned InVal = 4 + CountS;

Completed in 104 milliseconds