Home
last modified time | relevance | path

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

12

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DIndent.java55 public static final class If extends Indent { class in Indent
60 private If(BreakTag condition, Indent thenIndent, Indent elseIndent) { in If() method in Indent.If
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml18 | If | Then | Else Constructor
Dast.ml20 | If of expr * expr * expr Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml18 | If | Then | Else Constructor
Dast.ml23 | If of expr * expr * expr Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml18 | If | Then | Else Constructor
Dast.ml23 | If of expr * expr * expr Constructor
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.h38 struct rc_instruction * If; member
Dr500_fragprog_emit.c58 int If; member
Dradeon_emulate_branches.c45 struct rc_instruction * If; member
/external/python/jinja/docs/
Dtemplates.rst789 If section in List of Control Structures
839 If the macro was defined in a different template, you have to argument
/external/google-fruit/include/fruit/impl/meta/
Dbasics.h53 struct If {}; struct
/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() function in PPConditionalDirectiveRecord
/external/clang/lib/Analysis/
DBodyFarm.cpp242 IfStmt *If = new (C) IfStmt(C, SourceLocation(), false, nullptr, nullptr, in create_dispatch_once() local
346 Stmt *If = new (C) IfStmt(C, SourceLocation(), false, nullptr, nullptr, in create_OSAtomicCompareAndSwap() local
/external/googletest/googlemock/test/
Dgmock-pp-string_test.cc92 TEST(Macros, If) { in TEST() argument
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/
DCyclomaticComplexityTest.java87 public static class If implements Target { class in CyclomaticComplexityTest
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp69 Function *If; member in __anon77c3ef720111::SIAnnotateControlFlow
/external/skia/src/gpu/
DBufferWriter.h141 static Conditional<T> If(bool condition, const T& value) { in If() function
/external/clang/include/clang/Lex/
DPPCallbacks.h280 virtual void If(SourceLocation Loc, SourceRange ConditionRange, in If() function
467 void If(SourceLocation Loc, SourceRange ConditionRange, in If() function
/external/starlark-go/syntax/
Dsyntax.go149 If Position // IF or ELIF member
364 If Position member
434 If Position member
/external/crosvm/acpi_tables/src/
Daml.rs920 pub struct If<'a> { struct
925 impl<'a> If<'a> { impl
935 impl<'a> Aml for If<'a> { implementation
/external/skia/src/gpu/tessellate/
DPatchWriter.h276 static VertexWriter::Conditional<T> If(bool c, const T& v) { return VertexWriter::If(c,v); } in If() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h50 MultiClass, String, Defset, Defvar, If, Then, ElseKW, enumerator
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp59 Constant *If; member in __anon2fed7e900111::SIAnnotateControlFlow
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py822 def If(cond, inputs, then_branch, else_branch, name=None): function

12