/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/ |
H A D | IfStmt.java | 32 public final class IfStmt extends Statement { class 40 public IfStmt() { in IfStmt() method in IfStmt 43 public IfStmt(final Expression condition, final Statement thenStmt, final Statement elseStmt) { in IfStmt() method in IfStmt 49 public IfStmt(Range range, in IfStmt() method in IfStmt
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/ |
H A D | IfStmt.java | 31 public final class IfStmt extends Statement { class 39 public IfStmt() { in IfStmt() method in IfStmt 42 public IfStmt(final Expression condition, final Statement thenStmt, final Statement elseStmt) { in IfStmt() method in IfStmt 48 public IfStmt(final int beginLine, final int beginColumn, final int endLine, final int endColumn, in IfStmt() method in IfStmt
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ |
H A D | IfStmt.java | 49 public class IfStmt extends Statement implements NodeWithCondition<IfStmt> { class 58 public IfStmt() { in IfStmt() method in IfStmt 63 public IfStmt(final Expression condition, final Statement thenStmt, final Statement elseStmt) { in IfStmt() method in IfStmt 71 …public IfStmt(TokenRange tokenRange, Expression condition, Statement thenStmt, Statement elseStmt)… in IfStmt() method in IfStmt
|
/aosp_15_r20/external/starlark-go/syntax/ |
H A D | syntax.go | 147 type IfStmt struct { struct 148 commentsRef 149 If Position // IF or ELIF 150 Cond Expr 151 True []Stmt 152 ElsePos Position // ELSE or ELIF 153 False []Stmt // optional 156 func (x *IfStmt) Span() (start, end Position) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/ |
D | stmt.go | 263 type IfStmt struct { struct 264 miniStmt 265 Cond Node 266 Body Nodes 267 Else Nodes 268 Likely bool // code layout hint
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | nodes.go | 405 IfStmt struct { struct 406 Init SimpleStmt 407 Cond Expr 408 Then *BlockStmt 409 Else Stmt // either nil, *IfStmt, or *BlockStmt 410 stmt
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/ |
D | ast.go | 696 IfStmt struct { struct 697 If token.Pos // position of "if" keyword 698 Init Stmt // initialization statement; or nil 699 Cond Expr // condition 700 Body *BlockStmt 701 Else Stmt // else branch; or nil 778 func (s *IfStmt) Pos() token.Pos { return s.If } 825 func (s *IfStmt) End() token.Pos { 864 func (*IfStmt) stmtNode() {}
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/walk/ |
D | stmt.go | 224 func walkIf(n *ir.IfStmt) ir.Node {
|
D | switch.go | 848 func binarySearch(n int, out *ir.Nodes, less func(i int) ir.Node, leaf func(i int, nif *ir.IfStmt))…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 5356 AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, IfStmt)) { in AST_POLYMORPHIC_MATCHER() argument 5378 IfStmt)) { in AST_POLYMORPHIC_MATCHER() argument 5421 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, SwitchStmt, in AST_POLYMORPHIC_MATCHER_P() 5437 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() 5452 AST_MATCHER_P(IfStmt, hasThen, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 5464 AST_MATCHER_P(IfStmt, hasElse, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 5514 AST_MATCHER_P(IfStmt, hasConditionVariableStatement, in AST_MATCHER_P() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 5522 AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, IfStmt)) { in AST_POLYMORPHIC_MATCHER() argument 5544 IfStmt)) { in AST_POLYMORPHIC_MATCHER() argument 5587 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, SwitchStmt, in AST_POLYMORPHIC_MATCHER_P() 5603 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() 5618 AST_MATCHER_P(IfStmt, hasThen, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 5630 AST_MATCHER_P(IfStmt, hasElse, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 5680 AST_MATCHER_P(IfStmt, hasConditionVariableStatement, in AST_MATCHER_P() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 5522 AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, IfStmt)) { in AST_POLYMORPHIC_MATCHER() argument 5544 IfStmt)) { in AST_POLYMORPHIC_MATCHER() argument 5587 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, SwitchStmt, in AST_POLYMORPHIC_MATCHER_P() 5603 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() 5618 AST_MATCHER_P(IfStmt, hasThen, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 5630 AST_MATCHER_P(IfStmt, hasElse, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 5680 AST_MATCHER_P(IfStmt, hasConditionVariableStatement, in AST_MATCHER_P() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 5524 AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, IfStmt)) { in AST_POLYMORPHIC_MATCHER() argument 5546 IfStmt)) { in AST_POLYMORPHIC_MATCHER() argument 5589 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, SwitchStmt, in AST_POLYMORPHIC_MATCHER_P() 5605 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() 5620 AST_MATCHER_P(IfStmt, hasThen, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 5632 AST_MATCHER_P(IfStmt, hasElse, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 5682 AST_MATCHER_P(IfStmt, hasConditionVariableStatement, in AST_MATCHER_P() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/dwarf/ |
D | putvarabbrevgen_test.go | 195 func pvacfgif(t *testing.T, fset *token.FileSet, cm ast.CommentMap, ifstmt *ast.IfStmt) (start, end…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/ |
D | stmt.go | 384 func tcIf(n *ir.IfStmt) ir.Node {
|
/aosp_15_r20/external/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 3409 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() 3424 AST_MATCHER_P(IfStmt, hasThen, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 3436 AST_MATCHER_P(IfStmt, hasElse, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument 3486 AST_MATCHER_P(IfStmt, hasConditionVariableStatement, in AST_MATCHER_P() argument
|
/aosp_15_r20/external/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTraversalTest.cpp | 715 TEST(IfStmt, ChildTraversalMatchers) { in TEST() argument 962 StatementMatcher IfStmt = in TEST() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 89 IfStmt, enumerator
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | Stmt.h | 97 friend class IfStmt; in LLVM_ALIGNAS() local 895 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt() function
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Stmt.cpp | 766 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, bool IsConstexpr, in IfStmt() function in IfStmt
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | StmtOpenMP.h | 5943 Stmt *IfStmt; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | StmtOpenMP.h | 5946 Stmt *IfStmt; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | StmtOpenMP.h | 5946 Stmt *IfStmt; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | StmtOpenMP.h | 5946 Stmt *IfStmt; variable
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/ |
HD | javaparser-core-2.1.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/github/
com/ ... |