Home
last modified time | relevance | path

Searched defs:IfStmt (Results 1 – 25 of 29) sorted by relevance

12

/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 DIfStmt.java32 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 DIfStmt.java31 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 DIfStmt.java49 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 Dsyntax.go147 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/
Dstmt.go263 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/
Dnodes.go405 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/
Dast.go696 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/
Dstmt.go224 func walkIf(n *ir.IfStmt) ir.Node {
Dswitch.go848 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/
DASTMatchers.h5356 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/
DASTMatchers.h5522 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/
DASTMatchers.h5522 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/
DASTMatchers.h5524 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/
Dputvarabbrevgen_test.go195 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/
Dstmt.go384 func tcIf(n *ir.IfStmt) ir.Node {
/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3409 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 DASTMatchersTraversalTest.cpp715 TEST(IfStmt, ChildTraversalMatchers) { in TEST() argument
962 StatementMatcher IfStmt = in TEST() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp89 IfStmt, enumerator
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h97 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 DStmt.cpp766 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/
DStmtOpenMP.h5943 Stmt *IfStmt; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtOpenMP.h5946 Stmt *IfStmt; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtOpenMP.h5946 Stmt *IfStmt; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtOpenMP.h5946 Stmt *IfStmt; variable
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
HDjavaparser-core-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/github/ com/ ...

12