/aosp_15_r20/external/clang/lib/Parse/ |
H A 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()
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/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() 1216 ) -> (TokenStream, Stmts) { in prepare_enum_variant_enum() argument 2046 ) -> Stmts { in deserialize_field_identifier()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/ |
H A D | fragment.rs | 40 pub struct Stmts(pub Fragment); struct 41 impl ToTokens for Stmts { implementation
|
H A 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() 1216 ) -> (TokenStream, Stmts) { in prepare_enum_variant_enum() argument 2046 ) -> Stmts { in deserialize_field_identifier()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/ |
D | cover.go | 27 Stmts uint16 // Number of statements included in this block. member
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | StmtObjC.cpp | 37 Stmt **Stmts = getStmts(); in ObjCAtTryStmt() local
|
H A D | StmtCXX.cpp | 47 Stmt **Stmts = reinterpret_cast<Stmt **>(this + 1); in CXXTryStmt() local
|
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | ScopeInfo.h | 93 llvm::TinyPtrVector<const Stmt*> Stmts; variable 96 ArrayRef<const Stmt *> Stmts) in PossiblyUnreachableDiag()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | ScopeInfo.h | 93 llvm::TinyPtrVector<const Stmt*> Stmts; variable 96 ArrayRef<const Stmt *> Stmts) in PossiblyUnreachableDiag()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | ScopeInfo.h | 93 llvm::TinyPtrVector<const Stmt*> Stmts; variable 96 ArrayRef<const Stmt *> Stmts) in PossiblyUnreachableDiag()
|
/aosp_15_r20/external/clang/utils/TableGen/ |
H A D | ClangASTNodesEmitter.cpp | 155 const std::vector<Record*> Stmts in run() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | ScopeInfo.h | 93 llvm::TinyPtrVector<const Stmt*> Stmts; variable 96 ArrayRef<const Stmt *> Stmts) in PossiblyUnreachableDiag()
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 1238 std::vector<clang::Stmt*> Stmts; in InsertLocalVarDestructors() local 1251 std::list<clang::Stmt*> Stmts; in InsertLocalVarDestructors() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/ |
D | typecheck.go | 24 func Stmts(stmts []ir.Node) { typecheckslice(stmts, ctxStmt) } func
|
/aosp_15_r20/external/starlark-go/syntax/ |
H A D | syntax.go | 71 Stmts []Stmt member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/ |
D | ScopInfo.h | 1690 StmtSet Stmts; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/ |
D | ScopInfo.h | 1690 StmtSet Stmts; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/ |
D | ScopInfo.h | 1690 StmtSet Stmts; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/ |
D | ScopInfo.h | 1690 StmtSet Stmts; variable
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 134 SmallVector<Stmt *, 16> Stmts; in VisitCompoundStmt() local
|
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 115 SmallVector<Stmt *, 32> Stmts; member in __anon3af387720111::RewriteObjC
|
H A D | RewriteModernObjC.cpp | 124 SmallVector<Stmt *, 32> Stmts; member in __anon2ab08db70111::RewriteModernObjC
|