Home
last modified time | relevance | path

Searched defs:Case (Results 1 – 24 of 24) sorted by relevance

/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp74 static const struct Case in init() struct
76 const char* const name; in init()
77 const char* const desc; in init()
78 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. in init()
79 const Probs probs; in init()
80Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()… in init() argument
146 static const struct Case in init() struct
148 const char* const name; in init()
149 const char* const desc; in init()
150 const int numTextures; //!< If non-positive, taken from memoryLimitCases. in init()
[all …]
/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp74 static const struct Case in init() struct
76 const char* const name; in init()
77 const char* const desc; in init()
78 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. in init()
79 const Probs probs; in init()
80Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()… in init() argument
146 static const struct Case in init() struct
148 const char* const name; in init()
149 const char* const desc; in init()
150 const int numTextures; //!< If non-positive, taken from memoryLimitCases. in init()
[all …]
/external/v8/src/compiler/
Dcompiler-test-utils.h18 #define TARGET_TEST(Case, Name) TEST(Case, Name) argument
28 #define TARGET_TEST_F(Case, Name) TEST_F(Case, Name) argument
38 #define TARGET_TEST_P(Case, Name) TEST_P(Case, Name) argument
48 #define TARGET_TYPED_TEST(Case, Name) TYPED_TEST(Case, Name) argument
/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp66 std::string &Case, CodeGenTarget &Target) { in AddCodeToMergeInOperand()
180 std::string Case; in getInstructionCase() local
278 std::string Case = getInstructionCase(R, Target); in run() local
293 const std::string &Case = IE->first; in run() local
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp98 struct Case struct in deqp::gles3::Functional::TextureWrapCase
100 tcu::Vec2 bottomLeft;
101 tcu::Vec2 topRight;
103 Case (void) {} in Case() function
104 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {} in Case() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h139 struct Case { struct
145 Case() : Low(nullptr), High(nullptr), BB(nullptr), ExtraWeight(0) { } in Case() argument
146 Case(const ConstantInt *low, const ConstantInt *high, MachineBasicBlock *bb, in Case() argument
168 typedef std::vector<Case> CaseVector; argument
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/hpackjson/
DCase.java31 public class Case implements Cloneable { class
/external/clang/test/SemaTemplate/
Dinstantiate-non-type-template-parameter.cpp9 void Case(const char (&S)[N], const int & Value) { in Case() function in StringSwitch
/external/llvm/include/llvm/ADT/
DStringSwitch.h55 StringSwitch& Case(const char (&S)[N], const T& Value) { in Case() function
/external/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp58 SwitchInst::CaseIt Case = SI.findCaseValue(ExpectedValue); in handleSwitchExpect() local
DCorrelatedValuePropagation.cpp229 ConstantInt *Case = CI.getCaseValue(); in processSwitch() local
/external/llvm/lib/Analysis/
DSparsePropagation.cpp198 SwitchInst::CaseIt Case = SI.findCaseValue(cast<ConstantInt>(C)); in getFeasibleSuccessors() local
/external/clang/lib/CodeGen/
DCGStmt.cpp1336 const SwitchCase *Case, in CollectStatementsForCase()
1468 const SwitchCase *Case = S.getSwitchCaseList(); in FindCaseStatementsForValue() local
1525 const SwitchCase *Case = nullptr; in EmitSwitchStmt() local
1576 for (const SwitchCase *Case = S.getSwitchCaseList(); in EmitSwitchStmt() local
/external/llvm/lib/Support/
DDwarf.cpp352 const char *llvm::dwarf::CaseString(unsigned Case) { in CaseString()
/external/clang/test/Index/
Drecursive-cxx-member-calls.cpp88 template < unsigned N > StringSwitch & Case(const char (&S)[N], in Case() function in llvm::StringSwitch
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp433 SwitchInst::ConstCaseIt Case = SI->findCaseValue(Cond); in CloneBlock() local
DSimplifyCFG.cpp3271 SwitchInst::CaseIt Case = SI->findCaseValue(DeadCases[I]); in EliminateDeadSwitchCases() local
/external/clang/lib/Parse/
DParseStmt.cpp711 StmtResult Case = in ParseCaseStatement() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1757 const CaseStmt *Case = I.getCase(); in processSwitch() local
DBugReporter.cpp670 const CaseStmt *Case = cast<CaseStmt>(S); in GenerateMinimalPathDiagnostic() local
/external/clang/lib/AST/
DExprConstant.cpp3263 const SwitchCase *Case = nullptr) { in EvaluateLoopBody()
3338 const Stmt *S, const SwitchCase *Case) { in EvaluateStmt()
/external/llvm/lib/IR/
DInstructions.cpp3355 CaseIt Case(this, NewCaseIdx); in addCase() local
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3789 CaseStmt *Case = dyn_cast<CaseStmt>(SC); in CodeCompleteCase() local
DTreeTransform.h5681 StmtResult Case = getDerived().RebuildCaseStmt(S->getCaseLoc(), in TransformCaseStmt() local