Searched defs:Case (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/tools/gn/
H A Dpattern_unittest.cc10 struct Case { struct in namespace:__anon16480
19 Case pattern_cases[] = {
55 const Case& c = pattern_cases[i];
/external/llvm/include/llvm/ADT/
H A DStringSwitch.h32 /// .Case("red", Red)
33 /// .Case("orange", Orange)
34 /// .Case("yellow", Yellow)
35 /// .Case("green", Green)
36 /// .Case("blue", Blue)
37 /// .Case("indigo", Indigo)
55 StringSwitch& Case(const char (&S)[N], const T& Value) { function in class:llvm::StringSwitch
87 return Case(S0, Value).Case(S1, Value);
93 return Case(S
[all...]
/external/chromium_org/content/common/
H A Ddatabase_identifier_unittest.cc50 struct Case { struct
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DDatabaseIdentifierTest.cpp79 struct Case { struct
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A D__init__.py36 from Regexps import Opt, Rep, Bol, Eol, Eof, Case, NoCase namespace
H A DRegexps.py417 name = "Case"
523 def Case(re): function
525 Case(re) is an RE which matches the same strings as RE, but treating
/external/clang/test/SemaTemplate/
H A Dinstantiate-non-type-template-parameter.cpp9 void Case(const char (&S)[N], const int & Value) { function in class:StringSwitch
/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h114 SwitchInst::ConstCaseIt Case = local
116 OS << Case.getCaseValue()->getValue();
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp198 SwitchInst::CaseIt Case = SI.findCaseValue(cast<ConstantInt>(C)); local
199 Succs[Case.getSuccessorIndex()] = true;
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp224 ConstantInt *Case = CI.getCaseValue(); local
232 Cond, Case, *PI, BB);
269 SI->setCondition(Case);
/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp50 std::string &Case, CodeGenTarget &Target);
74 std::string &Case, CodeGenTarget &Target) {
135 Case += " // op: " + VarName + "\n" +
138 Case += ", Fixups, STI";
139 Case += ");\n";
142 Case += " // op: " + VarName + "\n" +
145 Case += ", Fixups, STI";
146 Case += ");\n";
176 Case += " Value |= (op & UINT64_C(" + utostr(opMask) + ")) << " +
179 Case
71 AddCodeToMergeInOperand(Record *R, BitsInit *BI, const std::string &VarName, unsigned &NumberedOp, std::set<unsigned> &NamedOpIndices, std::string &Case, CodeGenTarget &Target) argument
190 std::string Case; local
292 std::string Case = getInstructionCase(R, Target); local
307 const std::string &Case = IE->first; local
315 o << Case; local
[all...]
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl.h66 // | Switch(arg)[.Case(val, result)].Default(result)
240 // Case adds a single-value "case" clause to the switch.
241 Caser<T> Case(T value, ResultExpr result) const;
362 Caser<T> Caser<T>::Case(T value, ResultExpr result) const { function in class:sandbox::bpf_dsl::Caser
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region_unittest.cc67 struct Case { struct
89 for (size_t i = 0; i < (sizeof(cases) / sizeof(Case)); ++i) {
111 struct Case { struct
194 for (size_t i = 0; i < (sizeof(cases) / sizeof(Case)); ++i) {
263 struct Case { struct
297 for (size_t i = 0; i < (sizeof(cases) / sizeof(Case)); ++i) {
374 struct Case { struct
393 for (size_t i = 0; i < (sizeof(cases) / sizeof(Case)); ++i) {
403 struct Case { struct
434 for (size_t i = 0; i < (sizeof(cases) / sizeof(Case));
448 struct Case { struct
[all...]
/external/deqp/modules/gles2/stress/
H A Des2sLongRunningTests.cpp74 static const struct Case struct
80 Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(name_), desc(desc_), redundantBufferFactor(bufFact), probs(probs_) {} function in struct:deqp::gles2::Stress::Case
83 Case("always_reupload",
88 Case("always_reupload_bufferdata",
93 Case("always_delete",
98 Case("wasteful",
103 Case("separate_attribute_buffers_wasteful",
146 static const struct Case struct
152 Case (const char* const name_, const char* const desc_, int numTextures_, const Probs& probs_ = Probs()) : name(name_), desc(desc_), numTextures(numTextures_), probs(probs_) {} function in struct:deqp::gles2::Stress::Case
155 Case("always_reuploa
202 static const struct Case struct
209 Case (const char* const name_, const char* const desc_, const int calls, const int tris, const Probs& probs_ = Probs()) function in struct:deqp::gles2::Stress::Case
253 static const struct Case struct
258 Case (const char* const name_, const char* const desc_, const Probs& probs_ = Probs()) : name(name_), desc(desc_), probs(probs_) {} function in struct:deqp::gles2::Stress::Case
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningTests.cpp74 static const struct Case struct
80 Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(name_), desc(desc_), redundantBufferFactor(bufFact), probs(probs_) {} function in struct:deqp::gles3::Stress::Case
83 Case("always_reupload",
88 Case("always_reupload_bufferdata",
93 Case("always_delete",
98 Case("wasteful",
103 Case("separate_attribute_buffers_wasteful",
146 static const struct Case struct
152 Case (const char* const name_, const char* const desc_, int numTextures_, const Probs& probs_ = Probs()) : name(name_), desc(desc_), numTextures(numTextures_), probs(probs_) {} function in struct:deqp::gles3::Stress::Case
155 Case("always_reuploa
202 static const struct Case struct
209 Case (const char* const name_, const char* const desc_, const int calls, const int tris, const Probs& probs_ = Probs()) function in struct:deqp::gles3::Stress::Case
253 static const struct Case struct
258 Case (const char* const name_, const char* const desc_, const Probs& probs_ = Probs()) : name(name_), desc(desc_), probs(probs_) {} function in struct:deqp::gles3::Stress::Case
[all...]
/external/llvm/lib/Support/
H A DDwarf.cpp608 const char *llvm::dwarf::CaseString(unsigned Case) { argument
609 switch (Case) {
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp383 SwitchInst::ConstCaseIt Case = SI->findCaseValue(Cond); local
384 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor());
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp97 struct Case struct in class:deqp::gles3::Functional::TextureWrapCase
102 Case (void) {} function in struct:deqp::gles3::Functional::TextureWrapCase::Case
103 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {} function in struct:deqp::gles3::Functional::TextureWrapCase::Case
121 vector<Case> m_cases;
274 m_cases.push_back(Case(tcu::Vec2(-1.5f, -3.0f), tcu::Vec2(1.5f, 2.5f)));
275 m_cases.push_back(Case(tcu::Vec2(-0.5f, 0.75f), tcu::Vec2(0.25f, 1.25f)));
/external/clang/lib/Parse/
H A DParseStmt.cpp691 StmtResult Case = local
697 if (Case.isInvalid()) {
704 Stmt *NextDeepest = Case.get();
706 TopLevelCase = Case;
708 Actions.ActOnCaseStmtBody(DeepestParsedCaseStmt, Case.get());
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp88 template < unsigned N > StringSwitch & Case(const char (&S)[N], function in class:llvm::StringSwitch
106 .Case("weak", AT_weak)
107 .Case("weakref", AT_weakref)
108 .Case("pure", AT_pure)
109 .Case("mode", AT_mode)
110 .Case("used", AT_used)
111 .Case("alias", AT_alias)
112 .Case("align", AT_aligned)
113 .Case("final", AT_final)
114 .Case("cdec
[all...]
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1281 /// If Case is non-null, then we are looking for the specified case, checking
1282 /// that nothing we jump over contains labels. If Case is null, then we found
1285 /// If the recursive walk actually finds our Case, then we set FoundCase to
1290 const SwitchCase *Case,
1295 return Case ? CSFC_Success : CSFC_FallThrough;
1300 if (S == Case) {
1307 return CollectStatementsForCase(SC->getSubStmt(), Case, FoundCase,
1313 if (!Case && isa<BreakStmt>(S))
1322 if (Case) {
1330 for (; Case
1289 CollectStatementsForCase(const Stmt *S, const SwitchCase *Case, bool &FoundCase, SmallVectorImpl<const Stmt*> &ResultStmts) argument
1422 const SwitchCase *Case = S.getSwitchCaseList(); local
1479 const SwitchCase *Case = nullptr; local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h130 /// Case - A struct to record the Value for a switch case, and the
132 struct Case { struct in class:llvm::SelectionDAGBuilder
138 Case() : Low(nullptr), High(nullptr), BB(nullptr), ExtraWeight(0) { } function in struct:llvm::SelectionDAGBuilder::Case
139 Case(const Constant *low, const Constant *high, MachineBasicBlock *bb, function in struct:llvm::SelectionDAGBuilder::Case
161 typedef std::vector<Case> CaseVector;
187 /// WARNING: Case ranges should be disjoint!
189 bool operator()(const Case &C1, const Case &C2) {
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1647 const CaseStmt *Case = I.getCase(); local
1650 llvm::APSInt V1 = Case->getLHS()->EvaluateKnownConstInt(getContext());
1655 if (const Expr *E = Case->getRHS())
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc3463 struct Case { struct
3470 static const Case kCases[] = {
3495 for (const Case* c = kCases; c->left; ++c) {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3742 CaseStmt *Case = dyn_cast<CaseStmt>(SC); local
3743 if (!Case)
3746 Expr *CaseVal = Case->getLHS()->IgnoreParenCasts();
5066 .Case("retain", IFace)
5067 .Case("strong", IFace)
5068 .Case("autorelease", IFace)
5069 .Case("copy", IFace)
5070 .Case("copyWithZone", IFace)
5071 .Case("mutableCopy", IFace)
5072 .Case("mutableCopyWithZon
[all...]

Completed in 6794 milliseconds

12