Home
last modified time | relevance | path

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

1234

/external/llvm-project/mlir/lib/Analysis/
DNestedMatcher.cpp115 NestedPattern If(NestedPattern child) { in If() function
118 NestedPattern If(FilterFunctionType filter, NestedPattern child) { in If() function
123 NestedPattern If(ArrayRef<NestedPattern> nested) { in If() function
126 NestedPattern If(FilterFunctionType filter, ArrayRef<NestedPattern> nested) { in If() function
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DMisleadingIndentationCheck.cpp20 ASTContext *Context, const IfStmt *If) { in getPrecedingIf()
35 const IfStmt *If) { in danglingElseCheck()
121 if (const auto *If = Result.Nodes.getNodeAs<IfStmt>("if")) in check() local
DElseAfterReturnCheck.cpp84 static const DeclRefExpr *checkInitDeclUsageInElse(const IfStmt *If) { in checkInitDeclUsageInElse()
101 static const DeclRefExpr *checkConditionVarUsageInElse(const IfStmt *If) { in checkConditionVarUsageInElse()
241 const auto *If = Result.Nodes.getNodeAs<IfStmt>("if"); in check() local
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DBoolPointerImplicitConversionCheck.cpp37 const IfStmt *If, in checkImpl()
76 const auto *If = Result.Nodes.getNodeAs<IfStmt>("if"); in check() local
/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-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml18 | If | Then | Else Constructor
Dast.ml20 | If of expr * expr * expr Constructor
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml18 | If | Then | Else Constructor
Dast.ml23 | 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-project/llvm/examples/OCaml-Kaleidoscope/Chapter7/
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/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DSwapIfBranches.cpp48 const IfStmt *If = nullptr; member in clang::clangd::__anonf8f2a5250111::SwapIfBranches
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.h38 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/llvm-project/clang/lib/Tooling/Refactoring/Extract/
DSourceExtraction.cpp32 if (const auto *If = dyn_cast<IfStmt>(S)) in isSemicolonRequiredAfter() local
/external/llvm-project/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp75 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() function in PPConditionalDirectiveRecord
/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

1234