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

1 2 3 4 5 6 7 891011>>

  /external/v8/src/interpreter/
bytecode-array-builder.h 380 void SetStatementPosition(Statement* stmt) {
381 if (stmt->position() == kNoSourcePosition) return;
382 latest_source_info_.MakeStatementPosition(stmt->position());
  /external/valgrind/exp-sgcheck/
h_main.c 591 /* add stmt to a bb */
592 static /*inline*/ void stmt ( HChar cat, PCEnv* pce, IRStmt* st ) { function
670 stmt( 'C', &pce, sbIn->stmts[i] );
682 /* generate sg_ instrumentation for this stmt */
686 stmt( 'C', &pce, sbIn->stmts[i] );
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 232 static void stmt ( IRStmt* st ) function
240 stmt( IRStmt_WrTmp(dst, e) );
299 stmt( IRStmt_Store(Iend_LE, addr, data) );
356 stmt( IRStmt_Put(gstOffB,
996 stmt( IRStmt_Put( OFFB_RAX+1, e ) );
    [all...]
ir_inject.c 46 #define stmt(irsb, st) addStmtToIRSB(irsb, st) macro
139 stmt(irsb, IRStmt_Store(endian, addr, data));
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 62 var counterStmt func(*File, ast.Expr) ast.Stmt
204 switch stmt := n.Else.(type) {
208 List: []ast.Stmt{stmt},
209 Rbrace: stmt.End(),
213 stmt.Lbrace = n.Body.End() // Start at end of the "if" block so the covered part looks like it starts at the "else".
439 func setCounterStmt(f *File, counter ast.Expr) ast.Stmt {
448 func incCounterStmt(f *File, counter ast.Expr) ast.Stmt {
456 func atomicCounterStmt(f *File, counter ast.Expr) ast.Stmt {
474 func (f *File) newCounter(start, end token.Pos, numStmt int) ast.Stmt {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 62 var counterStmt func(*File, ast.Expr) ast.Stmt
204 switch stmt := n.Else.(type) {
208 List: []ast.Stmt{stmt},
209 Rbrace: stmt.End(),
213 stmt.Lbrace = n.Body.End() // Start at end of the "if" block so the covered part looks like it starts at the "else".
439 func setCounterStmt(f *File, counter ast.Expr) ast.Stmt {
448 func incCounterStmt(f *File, counter ast.Expr) ast.Stmt {
456 func atomicCounterStmt(f *File, counter ast.Expr) ast.Stmt {
474 func (f *File) newCounter(start, end token.Pos, numStmt int) ast.Stmt {
    [all...]
  /build/kati/
depgraph.go 150 for _, stmt := range mk.stmts {
151 stmt.show()
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 45 VariantValue Value = VariantMatcher::SingleMatcher(stmt());
54 EXPECT_EQ("Matcher<Stmt>", Value.getTypeAsString());
66 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<Stmt>());
141 .hasTypedMatcher<Stmt>());
148 .getTypedMatcher<Stmt>(),
160 .getTypedMatcher<Stmt>()));
  /external/v8/src/compiler/
ast-graph-builder.h 236 BitVector* GetVariablesAssignedInLoop(IterationStatement* stmt);
240 bool CheckOsrEntry(IterationStatement* stmt);
355 void VisitIfNotNull(Statement* stmt);
367 void VisitIterationBody(IterationStatement* stmt, LoopBuilder* loop,
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 44 static bool isEmpty(Stmt* stmt) {
46 visitor.TraverseStmt(stmt);
50 bool WalkUpFromCompoundStmt(CompoundStmt* stmt) {
51 empty_ = stmt->body_empty();
54 bool VisitStmt(Stmt*) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 73 const Stmt *stmt; member in class:clang::sema::PossiblyUnreachableDiag
76 const Stmt *stmt)
77 : PD(PD), Loc(Loc), stmt(stmt) {}
176 std::pair<Stmt *, Stmt *> CoroutineSuspends;
423 void setCoroutineSuspends(Stmt *Initial, Stmt *Final)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 73 const Stmt *stmt; member in class:clang::sema::PossiblyUnreachableDiag
76 const Stmt *stmt)
77 : PD(PD), Loc(Loc), stmt(stmt) {}
176 std::pair<Stmt *, Stmt *> CoroutineSuspends;
423 void setCoroutineSuspends(Stmt *Initial, Stmt *Final)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 73 const Stmt *stmt; member in class:clang::sema::PossiblyUnreachableDiag
76 const Stmt *stmt)
77 : PD(PD), Loc(Loc), stmt(stmt) {}
176 std::pair<Stmt *, Stmt *> CoroutineSuspends;
423 void setCoroutineSuspends(Stmt *Initial, Stmt *Final)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 73 const Stmt *stmt; member in class:clang::sema::PossiblyUnreachableDiag
76 const Stmt *stmt)
77 : PD(PD), Loc(Loc), stmt(stmt) {}
176 std::pair<Stmt *, Stmt *> CoroutineSuspends;
423 void setCoroutineSuspends(Stmt *Initial, Stmt *Final)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 73 const Stmt *stmt; member in class:clang::sema::PossiblyUnreachableDiag
76 const Stmt *stmt)
77 : PD(PD), Loc(Loc), stmt(stmt) {}
176 std::pair<Stmt *, Stmt *> CoroutineSuspends;
423 void setCoroutineSuspends(Stmt *Initial, Stmt *Final)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 73 const Stmt *stmt; member in class:clang::sema::PossiblyUnreachableDiag
76 const Stmt *stmt)
77 : PD(PD), Loc(Loc), stmt(stmt) {}
176 std::pair<Stmt *, Stmt *> CoroutineSuspends;
423 void setCoroutineSuspends(Stmt *Initial, Stmt *Final)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 73 const Stmt *stmt; member in class:clang::sema::PossiblyUnreachableDiag
76 const Stmt *stmt)
77 : PD(PD), Loc(Loc), stmt(stmt) {}
176 std::pair<Stmt *, Stmt *> CoroutineSuspends;
423 void setCoroutineSuspends(Stmt *Initial, Stmt *Final)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 73 const Stmt *stmt; member in class:clang::sema::PossiblyUnreachableDiag
76 const Stmt *stmt)
77 : PD(PD), Loc(Loc), stmt(stmt) {}
176 std::pair<Stmt *, Stmt *> CoroutineSuspends;
423 void setCoroutineSuspends(Stmt *Initial, Stmt *Final)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
except.h 290 gimple stmt; variable
  /external/clang/include/clang/Analysis/
AnalysisContext.h 28 class Stmt;
129 void registerForcedBlockExpression(const Stmt *stmt);
130 const CFGBlock *getBlockForRegisteredExpression(const Stmt *stmt);
133 Stmt *getBody() const;
138 Stmt *getBody(bool &IsAutosynthesized) const;
184 const Stmt *S,
280 const Stmt *CallSite;
290 const Stmt *s, const CFGBlock *blk
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 28 class Stmt;
129 void registerForcedBlockExpression(const Stmt *stmt);
130 const CFGBlock *getBlockForRegisteredExpression(const Stmt *stmt);
133 Stmt *getBody() const;
138 Stmt *getBody(bool &IsAutosynthesized) const;
184 const Stmt *S,
280 const Stmt *CallSite;
290 const Stmt *s, const CFGBlock *blk
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 28 class Stmt;
129 void registerForcedBlockExpression(const Stmt *stmt);
130 const CFGBlock *getBlockForRegisteredExpression(const Stmt *stmt);
133 Stmt *getBody() const;
138 Stmt *getBody(bool &IsAutosynthesized) const;
184 const Stmt *S,
280 const Stmt *CallSite;
290 const Stmt *s, const CFGBlock *blk
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 28 class Stmt;
129 void registerForcedBlockExpression(const Stmt *stmt);
130 const CFGBlock *getBlockForRegisteredExpression(const Stmt *stmt);
133 Stmt *getBody() const;
138 Stmt *getBody(bool &IsAutosynthesized) const;
184 const Stmt *S,
280 const Stmt *CallSite;
290 const Stmt *s, const CFGBlock *blk
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 28 class Stmt;
129 void registerForcedBlockExpression(const Stmt *stmt);
130 const CFGBlock *getBlockForRegisteredExpression(const Stmt *stmt);
133 Stmt *getBody() const;
138 Stmt *getBody(bool &IsAutosynthesized) const;
184 const Stmt *S,
280 const Stmt *CallSite;
290 const Stmt *s, const CFGBlock *blk
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 28 class Stmt;
129 void registerForcedBlockExpression(const Stmt *stmt);
130 const CFGBlock *getBlockForRegisteredExpression(const Stmt *stmt);
133 Stmt *getBody() const;
138 Stmt *getBody(bool &IsAutosynthesized) const;
184 const Stmt *S,
280 const Stmt *CallSite;
290 const Stmt *s, const CFGBlock *blk
    [all...]

Completed in 1094 milliseconds

1 2 3 4 5 6 7 891011>>