/external/llvm-project/mlir/lib/Analysis/ |
D | NestedMatcher.cpp | 115 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/ |
D | MisleadingIndentationCheck.cpp | 20 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
|
D | ElseAfterReturnCheck.cpp | 84 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/ |
D | BoolPointerImplicitConversionCheck.cpp | 37 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/ |
D | Indent.java | 55 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/ |
D | token.ml | 18 | If | Then | Else Constructor
|
D | ast.ml | 20 | If of expr * expr * expr Constructor
|
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | token.ml | 18 | If | Then | Else Constructor
|
D | ast.ml | 20 | If of expr * expr * expr Constructor
|
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | token.ml | 18 | If | Then | Else Constructor
|
D | ast.ml | 23 | If of expr * expr * expr Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | token.ml | 18 | If | Then | Else Constructor
|
D | ast.ml | 23 | If of expr * expr * expr Constructor
|
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | token.ml | 18 | If | Then | Else Constructor
|
D | ast.ml | 23 | If of expr * expr * expr Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | token.ml | 18 | If | Then | Else Constructor
|
D | ast.ml | 23 | If of expr * expr * expr Constructor
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | SwapIfBranches.cpp | 48 const IfStmt *If = nullptr; member in clang::clangd::__anonf8f2a5250111::SwapIfBranches
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_emulate_loops.h | 38 struct rc_instruction * If; member
|
/external/python/jinja/docs/ |
D | templates.rst | 789 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/ |
D | basics.h | 53 struct If {}; struct
|
/external/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
D | SourceExtraction.cpp | 32 if (const auto *If = dyn_cast<IfStmt>(S)) in isSemicolonRequiredAfter() local
|
/external/llvm-project/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 75 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() function in PPConditionalDirectiveRecord
|
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() function in PPConditionalDirectiveRecord
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 242 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
|