HomeSort by relevance Sort by last modified time
    Searched refs:STMT (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/clang/test/CoverageMapping/
macro-expressions.cpp 15 #define STMT(s) s
18 STMT(if (1));
19 STMT(while (1));
20 STMT(for (;;));
21 STMT(if) (1);
22 STMT(while) (1);
23 STMT(for) (;;);
25 STMT(if (1)
26 STMT(if (1)));
28 STMT(if (1)) 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-operands.h 36 /* This represents the USE operands of a stmt. */
70 #define USE_STMT(USE) (USE)->loc.stmt
95 extern bool verify_ssa_operands (gimple stmt);
129 gimple stmt; member in struct:ssa_operand_iterator_d
147 /* This macro executes a loop over the operands of STMT specified in FLAG,
150 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \
151 for (TREEVAR = op_iter_init_tree (&(ITER), STMT, FLAGS); \
155 /* This macro executes a loop over the operands of STMT specified in FLAG,
158 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \
159 for (USEVAR = op_iter_init_use (&(ITER), STMT, FLAGS);
    [all...]
  /external/clang/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
StmtNodes.inc 21 # define ASMSTMT(Type, Base) STMT(Type, Base)
23 ABSTRACT_STMT(ASMSTMT(AsmStmt, Stmt))
41 # define ATTRIBUTEDSTMT(Type, Base) STMT(Type, Base)
43 ATTRIBUTEDSTMT(AttributedStmt, Stmt)
47 # define BREAKSTMT(Type, Base) STMT(Type, Base)
49 BREAKSTMT(BreakStmt, Stmt)
53 # define CXXCATCHSTMT(Type, Base) STMT(Type, Base)
55 CXXCATCHSTMT(CXXCatchStmt, Stmt)
59 # define CXXFORRANGESTMT(Type, Base) STMT(Type, Base)
61 CXXFORRANGESTMT(CXXForRangeStmt, Stmt)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
StmtNodes.inc 21 # define ASMSTMT(Type, Base) STMT(Type, Base)
23 ABSTRACT_STMT(ASMSTMT(AsmStmt, Stmt))
41 # define ATTRIBUTEDSTMT(Type, Base) STMT(Type, Base)
43 ATTRIBUTEDSTMT(AttributedStmt, Stmt)
47 # define BREAKSTMT(Type, Base) STMT(Type, Base)
49 BREAKSTMT(BreakStmt, Stmt)
53 # define CXXCATCHSTMT(Type, Base) STMT(Type, Base)
55 CXXCATCHSTMT(CXXCatchStmt, Stmt)
59 # define CXXFORRANGESTMT(Type, Base) STMT(Type, Base)
61 CXXFORRANGESTMT(CXXForRangeStmt, Stmt)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
StmtNodes.inc 21 # define ASMSTMT(Type, Base) STMT(Type, Base)
23 ABSTRACT_STMT(ASMSTMT(AsmStmt, Stmt))
41 # define ATTRIBUTEDSTMT(Type, Base) STMT(Type, Base)
43 ATTRIBUTEDSTMT(AttributedStmt, Stmt)
47 # define BREAKSTMT(Type, Base) STMT(Type, Base)
49 BREAKSTMT(BreakStmt, Stmt)
53 # define CXXCATCHSTMT(Type, Base) STMT(Type, Base)
55 CXXCATCHSTMT(CXXCatchStmt, Stmt)
59 # define CXXFORRANGESTMT(Type, Base) STMT(Type, Base)
61 CXXFORRANGESTMT(CXXForRangeStmt, Stmt)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
StmtNodes.inc 21 # define ASMSTMT(Type, Base) STMT(Type, Base)
23 ABSTRACT_STMT(ASMSTMT(AsmStmt, Stmt))
41 # define ATTRIBUTEDSTMT(Type, Base) STMT(Type, Base)
43 ATTRIBUTEDSTMT(AttributedStmt, Stmt)
47 # define BREAKSTMT(Type, Base) STMT(Type, Base)
49 BREAKSTMT(BreakStmt, Stmt)
53 # define CXXCATCHSTMT(Type, Base) STMT(Type, Base)
55 CXXCATCHSTMT(CXXCatchStmt, Stmt)
59 # define CXXFORRANGESTMT(Type, Base) STMT(Type, Base)
61 CXXFORRANGESTMT(CXXForRangeStmt, Stmt)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
StmtNodes.inc 21 # define ASMSTMT(Type, Base) STMT(Type, Base)
23 ABSTRACT_STMT(ASMSTMT(AsmStmt, Stmt))
41 # define ATTRIBUTEDSTMT(Type, Base) STMT(Type, Base)
43 ATTRIBUTEDSTMT(AttributedStmt, Stmt)
47 # define BREAKSTMT(Type, Base) STMT(Type, Base)
49 BREAKSTMT(BreakStmt, Stmt)
53 # define CXXCATCHSTMT(Type, Base) STMT(Type, Base)
55 CXXCATCHSTMT(CXXCatchStmt, Stmt)
59 # define CXXFORRANGESTMT(Type, Base) STMT(Type, Base)
61 CXXFORRANGESTMT(CXXForRangeStmt, Stmt)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
StmtNodes.inc 21 # define ASMSTMT(Type, Base) STMT(Type, Base)
23 ABSTRACT_STMT(ASMSTMT(AsmStmt, Stmt))
41 # define ATTRIBUTEDSTMT(Type, Base) STMT(Type, Base)
43 ATTRIBUTEDSTMT(AttributedStmt, Stmt)
47 # define BREAKSTMT(Type, Base) STMT(Type, Base)
49 BREAKSTMT(BreakStmt, Stmt)
53 # define CXXCATCHSTMT(Type, Base) STMT(Type, Base)
55 CXXCATCHSTMT(CXXCatchStmt, Stmt)
59 # define CXXFORRANGESTMT(Type, Base) STMT(Type, Base)
61 CXXFORRANGESTMT(CXXForRangeStmt, Stmt)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
StmtNodes.inc 21 # define ASMSTMT(Type, Base) STMT(Type, Base)
23 ABSTRACT_STMT(ASMSTMT(AsmStmt, Stmt))
41 # define ATTRIBUTEDSTMT(Type, Base) STMT(Type, Base)
43 ATTRIBUTEDSTMT(AttributedStmt, Stmt)
47 # define BREAKSTMT(Type, Base) STMT(Type, Base)
49 BREAKSTMT(BreakStmt, Stmt)
53 # define CXXCATCHSTMT(Type, Base) STMT(Type, Base)
55 CXXCATCHSTMT(CXXCatchStmt, Stmt)
59 # define CXXFORRANGESTMT(Type, Base) STMT(Type, Base)
61 CXXFORRANGESTMT(CXXForRangeStmt, Stmt)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
StmtNodes.inc 21 # define ASMSTMT(Type, Base) STMT(Type, Base)
23 ABSTRACT_STMT(ASMSTMT(AsmStmt, Stmt))
41 # define ATTRIBUTEDSTMT(Type, Base) STMT(Type, Base)
43 ATTRIBUTEDSTMT(AttributedStmt, Stmt)
47 # define BREAKSTMT(Type, Base) STMT(Type, Base)
49 BREAKSTMT(BreakStmt, Stmt)
53 # define CXXCATCHSTMT(Type, Base) STMT(Type, Base)
55 CXXCATCHSTMT(CXXCatchStmt, Stmt)
59 # define CXXFORRANGESTMT(Type, Base) STMT(Type, Base)
61 CXXFORRANGESTMT(CXXForRangeStmt, Stmt)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ASTFwd.h 23 class Stmt;
24 #define STMT(DERIVED, BASE) class DERIVED;

Completed in 1109 milliseconds

1 2 3 4 5