/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | resolver.go | 21 type declInfo struct { struct 22 file *Scope // scope of file containing this declaration 23 lhs []*Var // lhs of n:1 variable declarations, or nil 24 vtyp ast.Expr // type, or nil (for const and var declarations only) 25 init ast.Expr // init/orig expression, or nil (for const and var declarations only) 26 …ited bool // if set, the init expression is inherited from a previous constant declaration 27 tdecl *ast.TypeSpec // type declaration, or nil 28 fdecl *ast.FuncDecl // func declaration, or nil 31 deps map[Object]bool // lazily initialized 36 func (d *declInfo) hasInitializer() bool { [all …]
|
D | initorder.go | 138 func findPath(objMap map[Object]*declInfo, from, to Object, seen map[Object]bool) []Object { 219 func dependencyGraph(objMap map[Object]*declInfo) []*graphNode {
|
D | stmt.go | 18 func (check *Checker) funcBody(decl *declInfo, name string, sig *Signature, body *ast.BlockStmt, io…
|
D | decl.go | 854 func (check *Checker) funcDecl(obj *Func, decl *declInfo) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | resolver.go | 19 type declInfo struct { struct 20 file *Scope // scope of file containing this declaration 21 lhs []*Var // lhs of n:1 variable declarations, or nil 22 vtyp syntax.Expr // type, or nil (for const and var declarations only) 23 init syntax.Expr // init/orig expression, or nil (for const and var declarations only) 24 …d bool // if set, the init expression is inherited from a previous constant declaration 25 tdecl *syntax.TypeDecl // type declaration, or nil 26 fdecl *syntax.FuncDecl // func declaration, or nil 29 deps map[Object]bool // lazily initialized 34 func (d *declInfo) hasInitializer() bool { [all …]
|
D | initorder.go | 135 func findPath(objMap map[Object]*declInfo, from, to Object, seen map[Object]bool) []Object { 216 func dependencyGraph(objMap map[Object]*declInfo) []*graphNode {
|
D | decl.go | 755 func (check *Checker) funcDecl(obj *Func, decl *declInfo) {
|
D | stmt.go | 17 func (check *Checker) funcBody(decl *declInfo, name string, sig *Signature, body *syntax.BlockStmt,…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/ctrlflow/ |
D | ctrlflow.go | 56 type declInfo struct { struct 57 decl *ast.FuncDecl 58 cfg *cfg.CFG // iff decl.Body != nil 59 started bool // to break cycles 60 noReturn bool
|
/aosp_15_r20/external/clang/include/clang-c/ |
H A D | Index.h | 5611 const CXIdxDeclInfo *declInfo; member 5647 const CXIdxDeclInfo *declInfo; member 5653 const CXIdxDeclInfo *declInfo; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/ |
D | lib.rs | 1537 pub declInfo: *const CXIdxDeclInfo, field 1662 pub declInfo: *const CXIdxDeclInfo, field 1681 pub declInfo: *const CXIdxDeclInfo, field
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/ |
D | Index.h | 6128 const CXIdxDeclInfo *declInfo; member 6164 const CXIdxDeclInfo *declInfo; member 6170 const CXIdxDeclInfo *declInfo; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/ |
D | Index.h | 6116 const CXIdxDeclInfo *declInfo; member 6152 const CXIdxDeclInfo *declInfo; member 6158 const CXIdxDeclInfo *declInfo; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/ |
D | Index.h | 6126 const CXIdxDeclInfo *declInfo; member 6162 const CXIdxDeclInfo *declInfo; member 6168 const CXIdxDeclInfo *declInfo; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/ |
D | Index.h | 6126 const CXIdxDeclInfo *declInfo; member 6162 const CXIdxDeclInfo *declInfo; member 6168 const CXIdxDeclInfo *declInfo; member
|