Home
last modified time | relevance | path

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

12

/third_party/googletest/googlemock/test/
Dgmock-pp-string_test.cc91 TEST(Macros, If) { in TEST() argument
/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/typescript/tests/cases/conformance/types/mapped/
DmappedTypeAsClauses.ts96 type If<Cond extends boolean, Then, Else> = Cond extends true ? Then : Else; alias
/third_party/skia/third_party/externals/tint/src/resolver/
Dcompound_statement_test.cc220 TEST_F(ResolverCompoundStatementTest, If) { in TEST_F() argument
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp69 Function *If; member in __anon8a99914c0111::SIAnnotateControlFlow
/third_party/rust/crates/nom/examples/
Ds_expression.rs59 If(Box<Expr>, Box<Expr>), enumerator
/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/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
Dcompiler.py1295 def visit_If(self, node: nodes.If, frame: Frame) -> None:
/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/skia/src/gpu/ops/
DQuadPerEdgeAA.cpp45 static constexpr auto If = VertexWriter::If<float>; in write_quad_generic() local
/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
/third_party/skia/third_party/externals/jinja2/
Dnodes.py312 class If(Stmt): class
/third_party/node/deps/v8/third_party/jinja2/
Dnodes.py312 class If(Stmt): class
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h2072 const ast::IfStatement* If(CONDITION&& condition, in If() function
/third_party/python/Include/internal/
Dpycore_ast.h267 } If; member

12