Searched defs:FunctionReference (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/sksl/ir/ |
D | SkSLFunctionReference.h | 21 struct FunctionReference : public Expression { struct 22 FunctionReference(const Context& context, int offset, in FunctionReference() function 32 return std::unique_ptr<Expression>(new FunctionReference(fOffset, fFunctions, &fType)); in clone() argument 44 FunctionReference(int offset, std::vector<const FunctionDeclaration*> function, in FunctionReference() function
|
/external/skia/src/sksl/ir/ |
D | SkSLFunctionReference.h | 25 FunctionReference(const Context& context, int offset, in FunctionReference() function 48 FunctionReference(int offset, std::vector<const FunctionDeclaration*> functions, in FunctionReference() function
|
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
D | AddConstTest.cpp | 854 TEST(Template, FunctionReference) { in TEST() argument
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 3144 struct FunctionReference { struct
|