/external/rust/crates/serde_derive/src/ |
D | fragment.rs | 40 pub struct Stmts(pub Fragment); struct 41 impl ToTokens for Stmts { implementation
|
D | de.rs | 301 fn deserialize_in_place_body(cont: &Container, params: &Parameters) -> Option<Stmts> { in deserialize_in_place_body() 346 fn deserialize_in_place_body(_cont: &Container, _params: &Parameters) -> Option<Stmts> { in deserialize_in_place_body() 1169 ) -> (TokenStream, Stmts) { in prepare_enum_variant_enum() argument
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 42 StmtVector Stmts; in ParseStatement() local 102 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, in ParseStatementOrDeclaration() 155 Parser::ParseStatementOrDeclarationAfterAttributes(StmtVector &Stmts, in ParseStatementOrDeclarationAfterAttributes() 592 StmtVector Stmts; in ParseLabeledStatement() local 946 StmtVector Stmts; in ParseCompoundStatementBody() local 1905 StmtResult Parser::ParsePragmaLoopHint(StmtVector &Stmts, in ParsePragmaLoopHint() 2183 void Parser::ParseMicrosoftIfExistsStatement(StmtVector &Stmts) { in ParseMicrosoftIfExistsStatement()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseStmt.cpp | 38 StmtVector Stmts; in ParseStatement() local 95 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, in ParseStatementOrDeclaration() 153 StmtVector &Stmts, ParsedStmtContext StmtCtx, in ParseStatementOrDeclarationAfterAttributes() 642 StmtVector Stmts; in ParseLabeledStatement() local 980 bool Parser::ConsumeNullStmt(StmtVector &Stmts) { in ConsumeNullStmt() 1051 StmtVector Stmts; in ParseCompoundStatementBody() local 2206 StmtResult Parser::ParsePragmaLoopHint(StmtVector &Stmts, in ParsePragmaLoopHint() 2494 void Parser::ParseMicrosoftIfExistsStatement(StmtVector &Stmts) { in ParseMicrosoftIfExistsStatement()
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 105 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound() 224 Stmt *Stmts[] = { B, CE }; in create_dispatch_once() local 324 Stmt *Stmts[2]; in create_OSAtomicCompareAndSwap() local
|
/external/llvm-project/clang/lib/AST/ |
D | StmtObjC.cpp | 36 Stmt **Stmts = getStmts(); in ObjCAtTryStmt() local
|
D | StmtCXX.cpp | 42 Stmt **Stmts = getStmts(); in CXXTryStmt() local
|
D | Stmt.cpp | 364 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, SourceLocation LB, in CompoundStmt() 372 void CompoundStmt::setStmts(ArrayRef<Stmt *> Stmts) { in setStmts() 379 CompoundStmt *CompoundStmt::Create(const ASTContext &C, ArrayRef<Stmt *> Stmts, in Create()
|
/external/clang/lib/AST/ |
D | StmtObjC.cpp | 37 Stmt **Stmts = getStmts(); in ObjCAtTryStmt() local
|
D | StmtCXX.cpp | 47 Stmt **Stmts = reinterpret_cast<Stmt **>(this + 1); in CXXTryStmt() local
|
D | Stmt.cpp | 282 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts, in CompoundStmt() 298 void CompoundStmt::setStmts(const ASTContext &C, ArrayRef<Stmt *> Stmts) { in setStmts()
|
/external/llvm-project/clang/lib/Analysis/ |
D | BodyFarm.cpp | 132 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound() 535 Stmt *Stmts[] = { B, CE }; in create_dispatch_once() local 638 Stmt *Stmts[2]; in create_OSAtomicCompareAndSwap() local
|
D | CFG.cpp | 5372 SmallVector<const Stmt *, 3> Stmts; in print_construction_context() local
|
/external/clang/utils/TableGen/ |
D | ClangASTNodesEmitter.cpp | 155 const std::vector<Record*> Stmts in run() local
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangASTNodesEmitter.cpp | 148 const std::vector<Record*> Stmts in deriveChildTree() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | UseAfterMoveCheck.cpp | 291 llvm::SmallPtrSetImpl<const Stmt *> *Stmts, in getReinits()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ScopeInfo.h | 89 llvm::TinyPtrVector<const Stmt*> Stmts; variable 92 ArrayRef<const Stmt *> Stmts) in PossiblyUnreachableDiag()
|
/external/starlark-go/syntax/ |
D | syntax.go | 71 Stmts []Stmt member
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 154 SmallVector<Stmt *, 16> Stmts; in VisitCompoundStmt() local 1360 Stmt **Stmts = E->getTrailingObjects<Stmt *>(); in VisitGenericSelectionExpr() local
|
D | ASTWriterStmt.cpp | 1224 Stmt **Stmts = E->getTrailingObjects<Stmt *>(); in VisitGenericSelectionExpr() local
|
/external/llvm-project/polly/include/polly/ |
D | ScopInfo.h | 1738 StmtSet Stmts; variable
|
/external/llvm-project/polly/lib/CodeGen/ |
D | PPCGCodeGeneration.cpp | 2807 gpu_stmt *Stmts = isl_calloc_array(S->getIslCtx().get(), struct gpu_stmt, in getStatements() local
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 134 SmallVector<Stmt *, 16> Stmts; in VisitCompoundStmt() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 115 SmallVector<Stmt *, 32> Stmts; member in __anon88d555830111::RewriteObjC
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 115 SmallVector<Stmt *, 32> Stmts; member in __anonb2913bb10111::RewriteObjC
|