/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/tests/ |
D | tests.go | 79 func checkFuzz(pass *analysis.Pass, fn *ast.FuncDecl) { 98 func checkFuzzCall(pass *analysis.Pass, fn *ast.FuncDecl) (params *types.Tuple) { 158 func checkAddCalls(pass *analysis.Pass, fn *ast.FuncDecl, params *types.Tuple) { 343 func checkExampleOutput(pass *analysis.Pass, fn *ast.FuncDecl, fileComments []*ast.CommentGroup) { 387 func checkExampleName(pass *analysis.Pass, fn *ast.FuncDecl) { 462 func checkTest(pass *analysis.Pass, fn *ast.FuncDecl, prefix string) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | nodes.go | 105 FuncDecl struct { struct 106 Pragma Pragma 107 Recv *Field // nil means regular function 108 Name *Name 109 TParamList []*Field // nil means no type parameters 110 Type *FuncType 111 Body *BlockStmt // nil means no body (forward declaration) 112 decl
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/testinggoroutine/ |
D | testinggoroutine.go | 135 func hasBenchmarkOrTestParams(fnDecl *ast.FuncDecl) bool { 186 func goAsyncCall(info *types.Info, goStmt *ast.GoStmt, toDecl func(*types.Func) *ast.FuncDecl) *asy…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/ |
D | ast.go | 982 FuncDecl struct { struct 983 Doc *CommentGroup // associated documentation; or nil 984 Recv *FieldList // receiver (methods); or nil (functions) 985 Name *Ident // function/method name 986 …cType // function signature: type and value parameters, results, and position of "func" keyword 987 Body *BlockStmt // function body; or nil for external (non-Go) function 995 func (d *FuncDecl) Pos() token.Pos { return d.Type.Pos() } 1004 func (d *FuncDecl) End() token.Pos { 1015 func (*FuncDecl) declNode() {}
|
D | filter.go | 312 func nameOf(f *FuncDecl) string {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/ |
D | test.go | 571 func isTestFunc(fn *ast.FuncDecl, arg string) bool { 789 func checkTestFunc(fn *ast.FuncDecl, arg string) error {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/ctrlflow/ |
D | ctrlflow.go | 70 func (c *CFGs) FuncDecl(decl *ast.FuncDecl) *cfg.CFG { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/ |
D | example.go | 153 func playExample(file *ast.File, f *ast.FuncDecl) *ast.File {
|
D | reader.go | 70 func (mset methodSet) set(f *ast.FuncDecl, preserveAST bool) {
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p3.cpp | 195 constexpr int FuncDecl() { in FuncDecl() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/asmdecl/ |
D | asmdecl.go | 551 func asmParseDecl(pass *analysis.Pass, decl *ast.FuncDecl) map[string]*asmFunc {
|
/aosp_15_r20/external/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1442 if (const FunctionDecl *FuncDecl = dyn_cast<FunctionDecl>(Decl)) { in migrateCFAnnotation() local 1467 const FunctionDecl *FuncDecl, in AddCFAnnotations() 1515 const FunctionDecl *FuncDecl) { in migrateAddFunctionAnnotation()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/ |
D | nodes.go | 1922 func (p *printer) funcDecl(d *ast.FuncDecl) {
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | Parser.cpp | 1072 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1333 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local
|
/aosp_15_r20/external/python/pycparser/pycparser/ |
D | c_ast.py | 635 class FuncDecl(Node): class
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | PNaClTranslator.cpp | 1451 Ice::FunctionDeclaration *FuncDecl; member in __anon614da24c0111::FunctionParser
|