HomeSort by relevance Sort by last modified time
    Searched refs:stmt (Results 251 - 275 of 465) sorted by null

<<111213141516171819

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ast.py 185 if isinstance(ast_node, (ast.expr, ast.stmt, ast.excepthandler)):
241 self.assertTrue(issubclass(ast.For, ast.stmt))
243 self.assertTrue(issubclass(ast.stmt, ast.AST))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ast.py 185 if isinstance(ast_node, (ast.expr, ast.stmt, ast.excepthandler)):
241 self.assertTrue(issubclass(ast.For, ast.stmt))
243 self.assertTrue(issubclass(ast.stmt, ast.AST))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ast.py 185 if isinstance(ast_node, (ast.expr, ast.stmt, ast.excepthandler)):
241 self.assertTrue(issubclass(ast.For, ast.stmt))
243 self.assertTrue(issubclass(ast.stmt, ast.AST))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 123 int u_lineno; /* the lineno for the current stmt */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 123 int u_lineno; /* the lineno for the current stmt */
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersNarrowingTest.cpp 316 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator()));
    [all...]
ASTMatchersTraversalTest.cpp 70 stmt(hasDescendant(builtinType()))));
73 stmt(hasDescendant(loc(builtinType())))));
75 stmt(hasDescendant(qualType(builtinType())))));
78 stmt(hasDescendant(isInteger()))));
    [all...]
ASTMatchersNodeTest.cpp     [all...]
  /external/python/cpython2/Python/
compile.c 123 int u_lineno; /* the lineno for the current stmt */
1168 VISIT(c, stmt, (stmt_ty)asdl_seq_GET(stmts, i));
1195 VISIT_SEQ_IN_SCOPE(c, stmt,
    [all...]
  /external/v8/src/parsing/
preparser.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
parser.go 1100 func (p *parser) funcBody() []Stmt {
1111 body = []Stmt{new(EmptyStmt)}
1550 func (p *parser) labeledStmt(label *Name) Stmt {
1562 s.Stmt = p.stmt()
1563 if s.Stmt == missing_stmt {
1602 func (p *parser) forStmt() Stmt {
1854 func (p *parser) stmt() Stmt { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser.go 1100 func (p *parser) funcBody() []Stmt {
1111 body = []Stmt{new(EmptyStmt)}
1550 func (p *parser) labeledStmt(label *Name) Stmt {
1562 s.Stmt = p.stmt()
1563 if s.Stmt == missing_stmt {
1602 func (p *parser) forStmt() Stmt {
1854 func (p *parser) stmt() Stmt { func
    [all...]
  /external/valgrind/VEX/priv/
guest_mips_toIR.c 915 static void stmt(IRStmt * st) function
922 stmt(IRStmt_WrTmp(dst, e));
928 stmt(IRStmt_Store(Iend_LE, addr, data));
930 stmt(IRStmt_Store(Iend_BE, addr, data));
1010 stmt( IRStmt_Put( OFFB_PC, mkU32(d32) ) );
1021 stmt(IRStmt_Put(OFFB_PC, mkU64(d64)));
1049 stmt(IRStmt_Put(offsetof(VexGuestMIPS32State, guest_DSPControl), e));
1126 stmt(IRStmt_Put(offsetof(VexGuestMIPS64State, guest_FCSR), e));
1128 stmt(IRStmt_Put(offsetof(VexGuestMIPS32State, guest_FCSR), e));
1134 stmt(IRStmt_Put(offsetof(VexGuestMIPS64State, guest_LLaddr), e))
    [all...]
guest_s390_toIR.c 99 stmt(IRStmt *st) function
131 stmt(IRStmt_WrTmp(dst, expr));
138 stmt(IRStmt_Put(S390X_GUEST_OFFSET(guest_IA), address));
241 stmt(IRStmt_Store(Iend_BE, addr, data));
303 stmt(IRStmt_Exit(condition, Ijk_Boring, IRConst_U64(guest_IA_next_instr),
318 stmt(IRStmt_Exit(condition, Ijk_Boring, IRConst_U64(target),
360 stmt(IRStmt_Put(S390X_GUEST_OFFSET(guest_SYSNO), sysno));
363 stmt(IRStmt_Put(S390X_GUEST_OFFSET(guest_IP_AT_SYSCALL),
382 stmt(IRStmt_Exit(condition, Ijk_Boring, IRConst_U64(guest_IA_curr_instr),
401 stmt(IRStmt_Exit(condition, Ijk_Boring, IRConst_U64(guest_IA_next_instr)
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/skia/src/sksl/
SkSLCFGGenerator.cpp 470 for (auto& stmt : decls.fDeclaration->fVars) {
471 if (stmt->fKind == Statement::kNop_Kind) {
474 VarDeclaration& vd = (VarDeclaration&) *stmt;
479 false, nullptr, &stmt });
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 1119 SQLiteStatement stmt = getStatement(allowReplace); local
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp 1563 ir_if *const stmt = new(ctx) ir_if(op[0]); local
1599 ir_if *const stmt = new(ctx) ir_if(op[0]); local
1841 ir_if *const stmt = new(ctx) ir_if(op[0]); local
6004 ir_if *const stmt = new(ctx) ir_if(condition); local
6482 ir_loop *const stmt = new(ctx) ir_loop(); local
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go 933 func (p *printer) stmtList(list []ast.Stmt, nindent int, nextIsRBrace bool) {
950 p.stmt(s, nextIsRBrace && i == len(list)-1)
960 t = lt.Stmt
1021 func (p *printer) controlClause(isForStmt bool, init ast.Stmt, expr ast.Expr, post ast.Stmt) {
1034 p.stmt(init, false)
1045 p.stmt(post, false)
1090 func (p *printer) stmt(stmt ast.Stmt, nextIsRBrace bool) func
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go 933 func (p *printer) stmtList(list []ast.Stmt, nindent int, nextIsRBrace bool) {
950 p.stmt(s, nextIsRBrace && i == len(list)-1)
960 t = lt.Stmt
1021 func (p *printer) controlClause(isForStmt bool, init ast.Stmt, expr ast.Expr, post ast.Stmt) {
1034 p.stmt(init, false)
1045 p.stmt(post, false)
1090 func (p *printer) stmt(stmt ast.Stmt, nextIsRBrace bool) func
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 1 //===--- Stmt.cpp - Statement AST Node Implementation ---------------------===//
10 // This file implements the Stmt class and statement subclasses.
19 #include "clang/AST/Stmt.h"
35 } StmtClassInfo[Stmt::lastStmtConstant+1];
37 static StmtClassNameTable &getStmtInfoTableEntry(Stmt::StmtClass E) {
44 #define ABSTRACT_STMT(STMT)
45 #define STMT(CLASS, PARENT) \
46 StmtClassInfo[(unsigned)Stmt::CLASS##Class].Name = #CLASS; \
47 StmtClassInfo[(unsigned)Stmt::CLASS##Class].Size = sizeof(CLASS);
53 void *Stmt::operator new(size_t bytes, const ASTContext& C
    [all...]
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/lib/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go 302 // closed connections. Stmt.openStmt checks it before cleaning closed
303 // connections in Stmt.css.
340 // interfaces returned via that Conn, such as calls on Tx, Stmt,
384 // Wrap all driver.Stmt is *driverStmt to ensure they are only closed once.
426 // before calling close on each stmt.
453 // driverStmt associates a driver.Stmt with the
458 si driver.Stmt
463 // Close ensures dirver.Stmt is only closed once any always returns the same
1105 func (db *DB) PrepareContext(ctx context.Context, query string) (*Stmt, error) {
1106 var stmt *Stm
    [all...]

Completed in 2209 milliseconds

<<111213141516171819