Searched defs:FunctionDeclaration (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/sksl/ir/
H A DSkSLFunctionDeclaration.h23 struct FunctionDeclaration : public Symbol { struct in namespace:SkSL
24 FunctionDeclaration(int offset, Modifiers modifiers, StringFragment name, function in struct:SkSL::FunctionDeclaration
45 bool matches(const FunctionDeclaration& f) const {
/external/skqp/src/sksl/ir/
H A DSkSLFunctionDeclaration.h23 struct FunctionDeclaration : public Symbol { struct in namespace:SkSL
24 FunctionDeclaration(int offset, Modifiers modifiers, StringFragment name, function in struct:SkSL::FunctionDeclaration
45 bool matches(const FunctionDeclaration& f) const {
/external/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.h130 class FunctionDeclaration : public GlobalDeclaration { class in namespace:Ice
131 FunctionDeclaration() = delete;
132 FunctionDeclaration(const FunctionDeclaration &) = delete;
133 FunctionDeclaration &operator=(const FunctionDeclaration &) = delete;
136 static FunctionDeclaration *create(GlobalContext *Context,
141 return new (Context->allocate<FunctionDeclaration>())
142 FunctionDeclaration(Signature, CallingConv, Linkage, IsProto);
197 FunctionDeclaration(cons function in class:Ice::FunctionDeclaration
[all...]
/external/v8/src/ast/
H A Dast.h42 V(FunctionDeclaration)
543 class FunctionDeclaration final : public Declaration {
551 FunctionDeclaration(VariableProxy* proxy, FunctionLiteral* fun, Scope* scope, function in class:v8::internal::final
3168 FunctionDeclaration* NewFunctionDeclaration(VariableProxy* proxy,
3171 return new (zone_) FunctionDeclaration(proxy, fun, scope, pos);

Completed in 181 milliseconds