Home
last modified time | relevance | path

Searched defs:FuncDecl (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/tests/
Dtests.go79 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/
Dnodes.go105 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/
Dtestinggoroutine.go135 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/
Dast.go982 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() {}
Dfilter.go312 func nameOf(f *FuncDecl) string {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dtest.go571 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/
Dctrlflow.go70 func (c *CFGs) FuncDecl(decl *ast.FuncDecl) *cfg.CFG { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/
Dexample.go153 func playExample(file *ast.File, f *ast.FuncDecl) *ast.File {
Dreader.go70 func (mset methodSet) set(f *ast.FuncDecl, preserveAST bool) {
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp3.cpp195 constexpr int FuncDecl() { in FuncDecl() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/asmdecl/
Dasmdecl.go551 func asmParseDecl(pass *analysis.Pass, decl *ast.FuncDecl) map[string]*asmFunc {
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1442 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/
Dnodes.go1922 func (p *printer) funcDecl(d *ast.FuncDecl) {
/aosp_15_r20/external/clang/lib/Parse/
H A DParser.cpp1072 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1333 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local
/aosp_15_r20/external/python/pycparser/pycparser/
Dc_ast.py635 class FuncDecl(Node): class
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp1451 Ice::FunctionDeclaration *FuncDecl; member in __anon614da24c0111::FunctionParser