/external/chromium_org/third_party/sqlite/src/test/ |
speed2.test | 170 speed_trial speed2-select3a 5000 stmt $sql 211 speed_trial speed2-select3b 5000 stmt $sql 248 speed_trial speed2-update1 5000 stmt $sql
|
shared6.test | 242 set ::STMT [sqlite3_prepare_v2 db1 "SELECT * FROM t1" -1 DUMMY] 246 sqlite3_finalize $::STMT
|
bind.test | 20 proc sqlite_step {stmt N VALS COLS} { 26 set rc [sqlite3_step $stmt] 27 for {set i 0} {$i < [sqlite3_column_count $stmt]} {incr i} { 28 lappend cols [sqlite3_column_name $stmt $i] 30 for {set i 0} {$i < [sqlite3_data_count $stmt]} {incr i} { 31 lappend vals [sqlite3_column_text $stmt $i]
|
/external/clang/lib/AST/ |
ExprCXX.cpp | 210 SubExprs = new (C) Stmt*[TotalSize]; 270 Base(static_cast<Stmt *>(Base)), IsArrow(isArrow), 774 void *Mem = C.Allocate(sizeof(CXXDefaultArgExpr) + sizeof(Stmt *)); [all...] |
ExternalASTSource.cpp | 65 Stmt *ExternalASTSource::GetExternalDeclStmt(uint64_t Offset) {
|
/external/clang/tools/libclang/ |
CXCursor.h | 40 class Stmt; 56 CXCursor MakeCXCursor(const clang::Stmt *S, const clang::Decl *Parent, 246 const Stmt *getCursorStmt(CXCursor Cursor);
|
IndexTypeSourceInfo.cpp | 88 bool TraverseStmt(Stmt *S) {
|
CursorVisitor.h | 262 void EnqueueWorkList(VisitorWorkList &WL, const Stmt *S); 263 LLVM_ATTRIBUTE_NOINLINE bool Visit(const Stmt *S);
|
/external/chromium_org/v8/src/ |
ast.h | 3172 ForInStatement* stmt = local 3177 ForOfStatement* stmt = local 3188 ModuleStatement* stmt = new(zone_) ModuleStatement(zone_, proxy, body, pos); local 3193 ExpressionStatement* stmt = local 3199 ContinueStatement* stmt = new(zone_) ContinueStatement(zone_, target, pos); local 3204 BreakStatement* stmt = new(zone_) BreakStatement(zone_, target, pos); local 3209 ReturnStatement* stmt = new(zone_) ReturnStatement(zone_, expression, pos); local 3217 WithStatement* stmt = new(zone_) WithStatement( local 3226 IfStatement* stmt = new (zone_) IfStatement( local 3237 TryCatchStatement* stmt = new(zone_) TryCatchStatement( local 3246 TryFinallyStatement* stmt = new(zone_) TryFinallyStatement( local 3252 DebuggerStatement* stmt = local [all...] |
/external/clang/include/clang/AST/ |
TypeVisitor.h | 70 // Top switch stmt: dispatch to VisitFooType for each FooType.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CoreEngine.h | 96 void HandleBranch(const Stmt *Cond, const Stmt *Term, const CFGBlock *B, 380 ExplodedNode *generateNode(const Stmt *S, 390 ExplodedNode *generateSink(const Stmt *S,
|
ProgramState.h | 85 Environment Env; // Maps a Stmt to its current SVal. 206 ProgramStateRef BindExpr(const Stmt *S, const LocationContext *LCtx, 275 SVal getSVal(const Stmt *S, const LocationContext *LCtx) const; 277 SVal getSValAsScalarOrLoc(const Stmt *Ex, const LocationContext *LCtx) const; 321 ProgramStateRef addTaint(const Stmt *S, const LocationContext *LCtx, 333 bool isTainted(const Stmt *S, const LocationContext *LCtx, 692 inline SVal ProgramState::getSVal(const Stmt *Ex, 699 ProgramState::getSValAsScalarOrLoc(const Stmt *S,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCSelfInitChecker.cpp | 75 void checkLocation(SVal location, bool isLoad, const Stmt *S, 77 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const; 303 const Stmt *S, 318 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S,
|
ObjCUnusedIVarsChecker.cpp | 33 static void Scan(IvarUsageMap& M, const Stmt *S) { 60 for (Stmt::const_child_iterator I=S->child_begin(),E=S->child_end(); I!=E;++I)
|
TestAfterDivZeroChecker.cpp | 87 void checkBranchCondition(const Stmt *Condition, CheckerContext &C) const; 214 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition,
|
/external/valgrind/main/memcheck/tests/vbit-test/ |
valgrind.c | 80 /* Insert a special opcode that will cause VEX to inject an IR stmt based
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_to_hir.cpp | 1218 ir_if *const stmt = new(ctx) ir_if(op[0]); local 1254 ir_if *const stmt = new(ctx) ir_if(op[0]); local 1446 ir_if *const stmt = new(ctx) ir_if(op[0]); local 3505 ir_if *const stmt = new(ctx) ir_if(condition); local 3826 ir_loop *const stmt = new(ctx) ir_loop(); local [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
Consumed.h | 140 const Stmt *From; 180 void setSource(const Stmt *Source) { this->From = Source; }
|
/external/clang/utils/TableGen/ |
TableGen.cpp | 108 clEnumValN(GenClangStmtNodes, "gen-clang-stmt-nodes", 204 EmitClangASTNodes(Records, OS, "Stmt", "");
|
/external/libpcap/ |
tokdefs.h | 294 struct stmt *stmt; member in union:YYSTYPE
|
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | 1218 ir_if *const stmt = new(ctx) ir_if(op[0]); local 1254 ir_if *const stmt = new(ctx) ir_if(op[0]); local 1446 ir_if *const stmt = new(ctx) ir_if(op[0]); local 3505 ir_if *const stmt = new(ctx) ir_if(condition); local 3826 ir_loop *const stmt = new(ctx) ir_loop(); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
timevar.def | 110 DEFTIMEVAR (TV_ALIAS_STMT_WALK , "alias stmt walking") 182 DEFTIMEVAR (TV_TREE_STMT_VERIFY , "tree STMT verifier")
|
/external/clang/include/clang/Sema/ |
ScopeInfo.h | 72 const Stmt *stmt; member in class:clang::sema::PossiblyUnreachableDiag 75 const Stmt *stmt) 76 : PD(PD), Loc(Loc), stmt(stmt) {}
|
/external/valgrind/main/VEX/priv/ |
guest_mips_toIR.c | 906 static void stmt(IRStmt * st) function 913 stmt(IRStmt_WrTmp(dst, e)); 919 stmt(IRStmt_Store(Iend_LE, addr, data)); 921 stmt(IRStmt_Store(Iend_BE, addr, data)); 1001 stmt( IRStmt_Put( OFFB_PC, mkU32(d32) ) ); 1012 stmt(IRStmt_Put(OFFB_PC, mkU64(d64))); 1040 stmt(IRStmt_Put(offsetof(VexGuestMIPS32State, guest_DSPControl), e)); 1101 stmt(IRStmt_Put(offsetof(VexGuestMIPS64State, guest_FCSR), e)); 1103 stmt(IRStmt_Put(offsetof(VexGuestMIPS32State, guest_FCSR), e)); [all...] |
/external/clang/test/ |
cxx-sections.data | 150 6 [stmt.stmt] 151 6.1 [stmt.label] 152 6.2 [stmt.expr] 153 6.3 [stmt.block] 154 6.4 [stmt.select] 155 6.4.1 [stmt.if] 156 6.4.2 [stmt.switch] 157 6.5 [stmt.iter] 158 6.5.1 [stmt.while [all...] |