Home
last modified time | relevance | path

Searched defs:funcDecl (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/transform/
H A DSkSLRenamePrivateSymbols.cpp43 const FunctionDeclaration* funcDecl, in strip_export_flag()
134 void minifyFunctionName(const FunctionDeclaration* funcDecl) { in RenamePrivateSymbols()
164 const FunctionDeclaration* funcDecl = &def.declaration(); in RenamePrivateSymbols() local
178 const FunctionDeclaration* funcDecl = &proto.declaration(); in RenamePrivateSymbols() local
236 const FunctionDeclaration* funcDecl = &pe->as<FunctionDefinition>().declaration(); in RenamePrivateSymbols() local
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Ddecl.go380 funcDecl struct{ decl *ast.FuncDecl } struct
387 func (d funcDecl) node() ast.Node { return d.decl }
854 func (check *Checker) funcDecl(obj *Func, decl *declInfo) { func
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLInliner.cpp986 bool Inliner::functionCanBeInlined(const FunctionDeclaration& funcDecl, in functionCanBeInlined()
1001 const FunctionDeclaration& funcDecl = candidate_func(candidate); in candidateCanBeInlined() local
1024 int Inliner::getFunctionSize(const FunctionDeclaration& funcDecl, FunctionSizeCache* cache) { in getFunctionSize()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/abseil/
DDurationRewriter.h128 ast_matchers::internal::Matcher<Decl>, funcDecl) { in AST_MATCHER_FUNCTION_P() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/abseil/
DDurationRewriter.h128 ast_matchers::internal::Matcher<Decl>, funcDecl) { in AST_MATCHER_FUNCTION_P() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/abseil/
DDurationRewriter.h128 ast_matchers::internal::Matcher<Decl>, funcDecl) { in AST_MATCHER_FUNCTION_P() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/abseil/
DDurationRewriter.h128 ast_matchers::internal::Matcher<Decl>, funcDecl) { in AST_MATCHER_FUNCTION_P() argument
/aosp_15_r20/external/skia/src/sksl/analysis/
H A DSkSLCanExitWithoutReturningValue.cpp166 bool Analysis::CanExitWithoutReturningValue(const FunctionDeclaration& funcDecl, in CanExitWithoutReturningValue()
H A DSkSLFinalizationChecks.cpp118 const FunctionDeclaration& funcDecl = funcDef.declaration(); in checkOutParamsAreAssigned() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Ddecl.go755 func (check *Checker) funcDecl(obj *Func, decl *declInfo) { func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp52 void WebAssemblyAsmTypeCheck::funcDecl(const wasm::WasmSignature &Sig) { in funcDecl() function in llvm::WebAssemblyAsmTypeCheck
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/
Dnodes.go1922 func (p *printer) funcDecl(d *ast.FuncDecl) { func
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DRewritePipelines.cpp158 auto getFunction = [](sh::TIntermFunctionDefinition *funcDecl) { in exec()
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp2523 const FunctionDeclaration& funcDecl = call.function(); in writeFunctionCallArgument() local
5345 const FunctionDeclaration& funcDecl = funcDef.declaration(); in writeInstructions() local