Home
last modified time | relevance | path

Searched defs:If (Results 1 – 25 of 34) sorted by relevance

12

/third_party/googletest/googlemock/test/
Dgmock-pp-string_test.cc92 TEST(Macros, If) { in TEST() argument
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeAsClauses.ts96 type If<Cond extends boolean, Then, Else> = Cond extends true ? Then : Else; alias
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dstatement.go331 func (g *gen) writeStatementIf(b *buffer, n *a.If, depth uint32) error {
/third_party/skia/src/gpu/tessellate/
DPatchWriter.h139 static VertexWriter::Conditional<T> If(bool c, const T& v) { return VertexWriter::If(c,v); } in If() function
/third_party/flutter/skia/src/gpu/
DGrVertexWriter.h41 static Conditional<T> If(bool condition, const T& value) { in If() function
/third_party/skia/src/gpu/
DBufferWriter.h77 static Conditional<T> If(bool condition, const T& value) { in If() function
/third_party/skia/third_party/externals/tint/src/resolver/
Dcompound_statement_test.cc220 TEST_F(ResolverCompoundStatementTest, If) { in TEST_F() argument
/third_party/rust/crates/nom/examples/
Ds_expression.rs59 If(Box<Expr>, Box<Expr>), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp69 Function *If; member in __anon12d26fac0111::SIAnnotateControlFlow
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c60 int If; member
Dradeon_emulate_branches.c45 struct rc_instruction * If; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h50 MultiClass, String, Defset, Defvar, If, Then, ElseKW, enumerator
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts90 If, enumerator
DparserRealSource10.ts32 If, enumerator
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dbounds.go598 func (q *checker) bcheckIf(n *a.If) error {
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts172 type If<C extends boolean, T, F> = C extends true ? T : F; alias
/third_party/jinja2/
Didtracking.py252 def visit_If(self, node: nodes.If, **kwargs: t.Any) -> None:
Dnodes.py335 class If(Stmt): class
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp210 static DSLPossibleStatement If(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, in If() function in SkSL::dsl::DSLCore
443 DSLStatement If(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, PositionInfo pos) { in If() function
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go577 type If Node type
585 func NewIf(condition *Expr, bodyIfTrue []*Node, bodyIfFalse []*Node, elseIf *If) *If {
/third_party/skia/src/gpu/ops/
DQuadPerEdgeAA.cpp45 static constexpr auto If = VertexWriter::If<float>; in write_quad_generic() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h911 If, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h1007 If, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp190 If, enumerator
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py315 class If(Stmt): class

12