HomeSort by relevance Sort by last modified time
    Searched defs:IfStmt (Results 1 - 17 of 17) sorted by null

  /build/kati/
stmt.cc 76 string IfStmt::DebugString() const {
84 return StringPrintf("IfStmt(op=%s, lhs=%s, rhs=%s t=%zu f=%zu loc=%s:%d)",
137 IfStmt::~IfStmt() {
142 void IfStmt::Eval(Evaluator* ev) const {
stmt.h 115 struct IfStmt : public Stmt {
122 virtual ~IfStmt();
  /external/clang/unittests/ASTMatchers/
ASTMatchersTraversalTest.cpp 715 TEST(IfStmt, ChildTraversalMatchers) {
717 ifStmt(hasThen(cxxBoolLiteral(equals(true))))));
719 ifStmt(hasThen(cxxBoolLiteral(equals(true))))));
721 ifStmt(hasElse(cxxBoolLiteral(equals(true))))));
723 ifStmt(hasElse(cxxBoolLiteral(equals(true))))));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 367 IfStmt struct {
371 Else Stmt // either *IfStmt or *BlockStmt
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 644 // An IfStmt node represents an if statement.
645 IfStmt struct {
726 func (s *IfStmt) Pos() token.Pos { return s.If }
765 func (s *IfStmt) End() token.Pos {
805 func (*IfStmt) stmtNode() {}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 367 IfStmt struct {
371 Else Stmt // either *IfStmt or *BlockStmt
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 644 // An IfStmt node represents an if statement.
645 IfStmt struct {
726 func (s *IfStmt) Pos() token.Pos { return s.If }
765 func (s *IfStmt) End() token.Pos {
805 func (*IfStmt) stmtNode() {}
  /external/clang/lib/AST/
Stmt.cpp 766 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, bool IsConstexpr,
778 VarDecl *IfStmt::getConditionVariable() const {
786 void IfStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 97 friend class IfStmt;
879 /// IfStmt - This represents an if/then/else.
881 class IfStmt : public Stmt {
889 IfStmt(const ASTContext &C, SourceLocation IL,
895 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
908 /// If this IfStmt has a condition variable, return the faux DeclStmt
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 98 friend class IfStmt;
903 /// IfStmt - This represents an if/then/else.
905 class IfStmt : public Stmt {
913 IfStmt(const ASTContext &C, SourceLocation IL,
919 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
932 /// If this IfStmt has a condition variable, return the faux DeclStmt
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 98 friend class IfStmt;
903 /// IfStmt - This represents an if/then/else.
905 class IfStmt : public Stmt {
913 IfStmt(const ASTContext &C, SourceLocation IL,
919 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
932 /// If this IfStmt has a condition variable, return the faux DeclStmt
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 98 friend class IfStmt;
903 /// IfStmt - This represents an if/then/else.
905 class IfStmt : public Stmt {
913 IfStmt(const ASTContext &C, SourceLocation IL,
919 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
932 /// If this IfStmt has a condition variable, return the faux DeclStmt
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 98 friend class IfStmt;
903 /// IfStmt - This represents an if/then/else.
905 class IfStmt : public Stmt {
913 IfStmt(const ASTContext &C, SourceLocation IL,
919 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
932 /// If this IfStmt has a condition variable, return the faux DeclStmt
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 98 friend class IfStmt;
903 /// IfStmt - This represents an if/then/else.
905 class IfStmt : public Stmt {
913 IfStmt(const ASTContext &C, SourceLocation IL,
919 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
932 /// If this IfStmt has a condition variable, return the faux DeclStmt
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 98 friend class IfStmt;
903 /// IfStmt - This represents an if/then/else.
905 class IfStmt : public Stmt {
913 IfStmt(const ASTContext &C, SourceLocation IL,
919 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
932 /// If this IfStmt has a condition variable, return the faux DeclStmt
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 98 friend class IfStmt;
903 /// IfStmt - This represents an if/then/else.
905 class IfStmt : public Stmt {
913 IfStmt(const ASTContext &C, SourceLocation IL,
919 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
932 /// If this IfStmt has a condition variable, return the faux DeclStmt
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 98 friend class IfStmt;
903 /// IfStmt - This represents an if/then/else.
905 class IfStmt : public Stmt {
913 IfStmt(const ASTContext &C, SourceLocation IL,
919 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
932 /// If this IfStmt has a condition variable, return the faux DeclStmt
    [all...]

Completed in 2815 milliseconds