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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp909 const SymbolRef *CountS = State->get<ContainerCountMap>(CollectionS); local
910 if (!CountS)
916 nonloc::SymbolVal(*CountS),
917 SvalBuilder.makeIntVal(0, (*CountS)->getType()),
1016 SymbolRef CountS = C.getSVal(MsgExpr).getAsSymbol(); local
1017 if (CountS) {
1019 C.getSymbolManager().addSymbolDependency(ContainerS, CountS);
1020 State = State->set<ContainerCountMap>(ContainerS, CountS);
/external/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 68 milliseconds