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

<<111213141516171819

  /prebuilts/go/linux-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...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 297 static void stmt ( IRStmt* st ) function
304 stmt( IRStmt_WrTmp(dst, e) );
309 stmt( IRStmt_Store(Iend_LE, addr, data) );
318 //ZZ stmt( IRStmt_StoreG(Iend_LE, addr, data,
350 //ZZ stmt( IRStmt_LoadG(Iend_LE, cvt, dst, addr, alt,
    [all...]
guest_ppc_toIR.c 533 static void stmt ( IRStmt* st ) function
603 stmt( IRStmt_WrTmp(dst, e) );
613 stmt( IRStmt_Store(Iend_BE, addr, data) );
615 stmt( IRStmt_Store(Iend_LE, addr, data) );
    [all...]
guest_arm_toIR.c 327 static void stmt ( IRStmt* st ) function
334 stmt( IRStmt_WrTmp(dst, e) );
339 stmt( IRStmt_Store(Iend_LE, addr, data) );
348 stmt( IRStmt_StoreG(Iend_LE, addr, data,
380 stmt( IRStmt_LoadG(Iend_LE, cvt, dst, addr, alt,
580 stmt( IRStmt_Put(integerGuestRegOffset(iregNo), e) );
718 stmt( IRStmt_Put(doubleGuestRegOffset(dregNo), e) );
761 stmt( IRStmt_Put(doubleGuestRegOffset(dregNo), e) );
827 stmt( IRStmt_Put(quadGuestRegOffset(qregNo), e) );
895 stmt( IRStmt_Put(floatGuestRegOffset(fregNo), e) )
    [all...]
  /external/v8/src/asmjs/
asm-typer.cc 1136 auto* stmt = current->AsExpressionStatement(); local
    [all...]
asm-typer.h 312 AsmType* ValidateSwitchStatement(SwitchStatement* stmt);
  /external/javasqlite/src/main/native/
sqlite_jni.c 71 sqlite3_stmt *stmt; /* For callback() */ member in struct:__anon21085
568 if (mid && h->stmt) {
573 sqlite3_column_decltype(h->stmt, i);
576 switch (sqlite3_column_type(h->stmt, i)) {
687 if (mid && h->stmt) {
691 const char *ctype = sqlite3_column_decltype(h->stmt, i);
694 switch (sqlite3_column_type(h->stmt, i)) {
1098 h->stmt = 0;
1105 h->stmt = 0;
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 419 /* add stmt to a bb */
420 static inline void stmt ( HChar cat, MCEnv* mce, IRStmt* st ) { function
432 stmt(cat, mce, IRStmt_WrTmp(tmp,expr));
    [all...]
  /build/kati/
parser.go 83 func (p *parser) addStatement(stmt ast) {
84 *p.outStmts = append(*p.outStmts, stmt)
85 switch stmt.(type) {
286 glog.V(1).Infof("stmt: %#v", rast)
  /external/clang/include/clang/Analysis/
ProgramPoint.h 211 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,
250 const Stmt *getTerminator() const {
264 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
270 const Stmt *getStmt() const { return (const Stmt*) getData1(); }
288 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag,
289 const Stmt *SubStmt = nullptr)
292 const Stmt *getSubStmt() const { return (const Stmt*) getData2(); }
305 PostStmt(const Stmt *S, const void *data, Kind k, const LocationContext *L
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 150 DefinedOrUnknownSVal SValBuilder::conjureSymbolVal(const Stmt *stmt,
160 SymbolRef sym = SymMgr.conjureSymbol(stmt, LCtx, type, visitCount);
252 case Stmt::AddrLabelExprClass:
255 case Stmt::CXXScalarValueInitExprClass:
256 case Stmt::ImplicitValueInitExprClass:
259 case Stmt::ObjCStringLiteralClass: {
264 case Stmt::StringLiteralClass: {
271 case Stmt::CharacterLiteralClass: {
276 case Stmt::CXXBoolLiteralExprClass
    [all...]
  /external/clang/soong/
tblgen.go 146 return "-gen-clang-stmt-nodes"
  /external/libpcap/
optimize.c 384 atomuse(struct stmt *s)
423 * a single stmt cannot define more than one register. If no register
429 atomdef(struct stmt *s)
591 vstore(struct stmt *s, int *valp, int newval, int alter)
605 struct stmt *s, int v0, int v1)
799 * it is defined by the last stmt of this sequence
947 struct stmt *s, int val[], int alter)
1136 deadstmt(opt_state_t *opt_state, register struct stmt *s, register struct stmt *last[])
1164 struct stmt *last[N_ATOMS]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 211 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,
250 const Stmt *getTerminator() const {
264 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
270 const Stmt *getStmt() const { return (const Stmt*) getData1(); }
288 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag,
289 const Stmt *SubStmt = nullptr)
292 const Stmt *getSubStmt() const { return (const Stmt*) getData2(); }
305 PostStmt(const Stmt *S, const void *data, Kind k, const LocationContext *L
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 211 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,
250 const Stmt *getTerminator() const {
264 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
270 const Stmt *getStmt() const { return (const Stmt*) getData1(); }
288 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag,
289 const Stmt *SubStmt = nullptr)
292 const Stmt *getSubStmt() const { return (const Stmt*) getData2(); }
305 PostStmt(const Stmt *S, const void *data, Kind k, const LocationContext *L
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 211 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,
250 const Stmt *getTerminator() const {
264 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
270 const Stmt *getStmt() const { return (const Stmt*) getData1(); }
288 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag,
289 const Stmt *SubStmt = nullptr)
292 const Stmt *getSubStmt() const { return (const Stmt*) getData2(); }
305 PostStmt(const Stmt *S, const void *data, Kind k, const LocationContext *L
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 211 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,
250 const Stmt *getTerminator() const {
264 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
270 const Stmt *getStmt() const { return (const Stmt*) getData1(); }
288 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag,
289 const Stmt *SubStmt = nullptr)
292 const Stmt *getSubStmt() const { return (const Stmt*) getData2(); }
305 PostStmt(const Stmt *S, const void *data, Kind k, const LocationContext *L
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 211 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,
250 const Stmt *getTerminator() const {
264 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
270 const Stmt *getStmt() const { return (const Stmt*) getData1(); }
288 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag,
289 const Stmt *SubStmt = nullptr)
292 const Stmt *getSubStmt() const { return (const Stmt*) getData2(); }
305 PostStmt(const Stmt *S, const void *data, Kind k, const LocationContext *L
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 211 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,
250 const Stmt *getTerminator() const {
264 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
270 const Stmt *getStmt() const { return (const Stmt*) getData1(); }
288 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag,
289 const Stmt *SubStmt = nullptr)
292 const Stmt *getSubStmt() const { return (const Stmt*) getData2(); }
305 PostStmt(const Stmt *S, const void *data, Kind k, const LocationContext *L
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 211 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,
250 const Stmt *getTerminator() const {
264 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
270 const Stmt *getStmt() const { return (const Stmt*) getData1(); }
288 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag,
289 const Stmt *SubStmt = nullptr)
292 const Stmt *getSubStmt() const { return (const Stmt*) getData2(); }
305 PostStmt(const Stmt *S, const void *data, Kind k, const LocationContext *L
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 211 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,
250 const Stmt *getTerminator() const {
264 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
270 const Stmt *getStmt() const { return (const Stmt*) getData1(); }
288 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag,
289 const Stmt *SubStmt = nullptr)
292 const Stmt *getSubStmt() const { return (const Stmt*) getData2(); }
305 PostStmt(const Stmt *S, const void *data, Kind k, const LocationContext *L
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow.h 39 gimple stmt; variable
90 /* Map gimple stmt to tree label (or list of labels) for transaction
198 this marker node is uniquely identified by having null stmt *and* a
217 /* This node is inserted and used to mark the end of the uses for a stmt. */
233 /* Use this iterator to visit each stmt which has a use of SSAVAR. */
235 #define FOR_EACH_IMM_USE_STMT(STMT, ITER, SSAVAR) \
236 for ((STMT) = first_imm_use_stmt (&(ITER), (SSAVAR)); \
238 (void) ((STMT) = next_imm_use_stmt (&(ITER))))
251 get access to each occurrence of ssavar on the stmt returned by
254 FOR_EACH_IMM_USE_STMT (stmt, iter, var
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg.go 92 b.stmt(body)
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
cfg.go 92 b.stmt(body)
  /toolchain/binutils/binutils-2.25/ld/
ldlang.h 490 lang_statement_union_type **stmt; member in struct:orphan_save

Completed in 1000 milliseconds

<<111213141516171819