OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaseVals
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
1225
CaseValsTy
CaseVals
;
1279
// If this is a case range, remember it in CaseRanges, otherwise
CaseVals
.
1287
CaseVals
.push_back(std::make_pair(LoVal, CS));
1309
llvm::stable_sort(
CaseVals
, CmpCaseVals);
1311
if (!
CaseVals
.empty()) {
1312
for (unsigned i = 0, e =
CaseVals
.size(); i != e; ++i) {
1314
CaseVals
[i].first == ConstantCondValue)
1317
if (i != 0 &&
CaseVals
[i].first ==
CaseVals
[i-1].first) {
1321
Expr *PrevCase =
CaseVals
[i-1].second->getLHS()->IgnoreParenCasts()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
4579
SmallVector<ConstantInt*, 1>
CaseVals
;
4605
CaseVals
.push_back(ConstantInt::get(Context, Low));
4607
CaseVals
.push_back(ConstantInt::get(Context, Low));
4610
for (SmallVector<ConstantInt*, 1>::iterator cvi =
CaseVals
.begin(),
4611
cve =
CaseVals
.end(); cvi != cve; ++cvi)
Completed in 23 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026