Home
last modified time | relevance | path

Searched defs:FunctionDefinition (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLFunctionDefinition.h20 struct FunctionDefinition : public ProgramElement { struct
21 FunctionDefinition(Position position, const FunctionDeclaration& declaration, in FunctionDefinition() argument
27 String description() const override { in description()
31 const FunctionDeclaration& fDeclaration;
32 std::unique_ptr<Statement> fBody;
34 typedef ProgramElement INHERITED;
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h68 Optional<COFF::AuxiliaryFunctionDefinition> FunctionDefinition; member
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCOFF.h288 AuxiliaryFunctionDefinition FunctionDefinition; member
/external/llvm/include/llvm/Support/
DCOFF.h404 AuxiliaryFunctionDefinition FunctionDefinition; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h409 AuxiliaryFunctionDefinition FunctionDefinition; member
/external/clang/include/clang/Sema/
DDeclSpec.h1677 unsigned FunctionDefinition : 2; variable