HomeSort by relevance Sort by last modified time
    Searched full:stmts (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/clang/lib/Index/
ASTVisitor.h 25 /// \brief Traverses the full AST, both Decls and Stmts.
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 160 /// \brief Run checkers for pre-visiting Stmts.
173 /// \brief Run checkers for post-visiting Stmts.
186 /// \brief Run checkers for visiting Stmts.
  /external/clang/include/clang/AST/
Stmt.h 107 // Make vanilla 'new' and 'delete' illegal for Stmts.
110 llvm_unreachable("Stmts cannot be allocated with regular 'new'.");
113 llvm_unreachable("Stmts cannot be released with regular 'delete'.");
210 // Only allow allocation of Stmts using the allocator in ASTContext
477 void setStmts(ASTContext &C, Stmt **Stmts, unsigned NumStmts);
    [all...]
RecursiveASTVisitor.h 226 // ---- Methods on Stmts ----
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 76 SmallVector<Stmt *, 32> Stmts;
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 117 SmallVector<Stmt *, 16> Stmts;
120 Stmts.push_back(Reader.ReadSubStmt());
121 S->setStmts(Reader.getContext(), Stmts.data(), Stmts.size());
    [all...]
ASTWriterStmt.cpp     [all...]
  /external/valgrind/main/callgrind/
main.c 828 st = sbIn->stmts[i];
935 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) {
936 addStmtToIRSB( clgs.sbOut, sbIn->stmts[i] );
943 st = sbIn->stmts[i];
967 st = sbIn->stmts[i];
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 626 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) {
627 addStmtToIRSB( sbOut, sbIn->stmts[i] );
654 IRStmt* st = sbIn->stmts[i];
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow.h 441 any modifications to the uses or stmts.
473 /* Use this iterator when simply looking at stmts. Adding, deleting or
474 modifying stmts will cause this iterator to malfunction. */
    [all...]
tree-pass.h 75 dumper to print stmts. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow.h 441 any modifications to the uses or stmts.
473 /* Use this iterator when simply looking at stmts. Adding, deleting or
474 modifying stmts will cause this iterator to malfunction. */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree-flow.h 441 any modifications to the uses or stmts.
473 /* Use this iterator when simply looking at stmts. Adding, deleting or
474 modifying stmts will cause this iterator to malfunction. */
    [all...]
  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowValues.h 142 /// getStmtDataMap - Retrieves the internal map between Stmts and
  /external/clang/include/clang/Basic/
Attr.td 9 // Decls and Stmts are possibly AttrSubjects (even though the syntax may not
  /external/clang/include/clang/Sema/
Scope.h 40 /// stmts embedded into it.
Ownership.h 218 /// expressions, stmts, etc. It encapsulates both the object returned by
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 580 st = sbIn->stmts[i];
968 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) {
969 addStmtToIRSB( cgs.sbOut, sbIn->stmts[i] );
976 st = sbIn->stmts[i];
998 st = sbIn->stmts[i];
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 894 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) {
895 addStmtToIRSB( sbOut, sbIn->stmts[i] );
900 IRStmt* st = sbIn->stmts[i];
    [all...]
  /external/clang/lib/AST/
StmtDumper.cpp 128 // Stmts.
  /external/clang/lib/Analysis/
LiveVariables.cpp 521 // Apply the transfer function for all Stmts in the block.
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 366 // walking all sub-stmts in that scope.

Completed in 1498 milliseconds

12 3 4 5