OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Conds
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h
208
typedef std::set<ErrorCode, struct ErrorCode::LessThan>
Conds
;
268
Conds
* conds_;
sandbox_bpf.cc
229
conds_(new
Conds
),
[
all
...]
/external/llvm/utils/TableGen/
AsmWriterEmitter.cpp
649
std::vector<std::string>
Conds
;
658
void addCond(const std::string &C) {
Conds
.push_back(C); }
665
if (
Conds
.empty() && ReqFeatures.empty()) {
673
I =
Conds
.begin(), E =
Conds
.end(); I != E; ++I) {
674
if (I !=
Conds
.begin()) {
696
if (
Conds
.size() != RHS.
Conds
.size())
701
I =
Conds
.begin(), E =
Conds
.end(); I != E; ++I
[
all
...]
AsmMatcherEmitter.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp
446
BranchVector &
Conds
= Loops ? LoopConds : Conditions;
450
for (BranchVector::iterator I =
Conds
.begin(),
451
E =
Conds
.end(); I != E; ++I) {
JumpThreading.cpp
563
PredValueInfoTy
Conds
;
565
ComputeValueKnownInPredecessors(SI->getCondition(), BB,
Conds
,
567
for (unsigned i = 0, e =
Conds
.size(); i != e; ++i) {
568
Constant *Cond =
Conds
[i].first;
585
Result.push_back(std::make_pair(Val,
Conds
[i].second));
[
all
...]
Completed in 121 milliseconds