Home
last modified time | relevance | path

Searched defs:line (Results 226 - 250 of 1693) sorted by relevance

12345678910>>...68

/third_party/skia/src/sksl/ir/
H A DSkSLFunctionCall.h24 FunctionCall(int line, const Type* type, const FunctionDeclaration* function, in FunctionCall() argument
H A DSkSLExternalFunctionCall.h25 ExternalFunctionCall(int line, const ExternalFunction* function, ExpressionArray arguments) in ExternalFunctionCall() argument
H A DSkSLField.h27 Field(int line, const Variable* owner, int fieldIndex) in Field() argument
H A DSkSLTernaryExpression.h22 TernaryExpression(int line, std::unique_ptr<Expression> test, in TernaryExpression() argument
H A DSkSLTypeReference.h24 TypeReference(const Context& context, int line, const Type* value) in TypeReference() argument
52 TypeReference(int line, const Type* value, const Type* type) in TypeReference() argument
H A DSkSLBlock.cpp15 std::unique_ptr<Statement> Block::MakeUnscoped(int line, StatementArray statements) { in MakeUnscoped() argument
52 std::unique_ptr<Block> Block::Make(int line, in Make() argument
H A DSkSLChildCall.h24 ChildCall(int line, const Type* type, const Variable* child, ExpressionArray arguments) in ChildCall() argument
H A DSkSLConstructorScalarCast.cpp16 Convert(const Context& context, int line, const Type& rawType, ExpressionArray args) Convert() argument
56 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument
H A DSkSLConstructorMatrixResize.cpp15 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument
H A DSkSLIfStatement.h25 IfStatement(int line, bool isStatic, std::unique_ptr<Expression> test, in IfStatement() argument
H A DSkSLFunctionReference.h25 FunctionReference(const Context& context, int line, in FunctionReference() argument
48 FunctionReference(int line, std::vector<const FunctionDeclaration*> functions, in FunctionReference() argument
H A DSkSLFunctionPrototype.h26 FunctionPrototype(int line, const FunctionDeclaration* declaration, bool builtin) in FunctionPrototype() argument
H A DSkSLSwitchStatement.h29 SwitchStatement(int line, bool isStatic, std::unique_ptr<Expression> value, in SwitchStatement() argument
H A DSkSLTernaryExpression.cpp27 int line = test->fLine; in Convert() local
H A DSkSLSwitchCase.h24 SwitchCase(int line, std::unique_ptr<Expression> value, std::unique_ptr<Statement> statement) in SwitchCase() argument
H A DSkSLConstructorCompoundCast.cpp68 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument
H A DSkSLConstructorArrayCast.cpp28 int line = arg->fLine; in cast_constant_array() local
41 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument
H A DSkSLConstructorDiagonalMatrix.cpp16 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument
H A DSkSLDoStatement.h23 DoStatement(int line, std::unique_ptr<Statement> statement, std::unique_ptr<Expression> test) in DoStatement() argument
H A DSkSLModifiers.cpp15 bool Modifiers::checkPermitted(const Context& context, int line, int permittedModifierFlags, in checkPermitted() argument
H A DSkSLMethodReference.h59 MethodReference(int line, in MethodReference() argument
34 MethodReference(const Context& context, int line, std::unique_ptr<Expression> self, std::vector<const FunctionDeclaration*> functions) MethodReference() argument
H A DSkSLReturnStatement.h23 ReturnStatement(int line, std::unique_ptr<Expression> expression) in ReturnStatement() argument
27 static std::unique_ptr<Statement> Make(int line, std::unique_ptr<Expression> expression) { in Make() argument
H A DSkSLVariableReference.cpp17 VariableReference::VariableReference(int line, const Variable* variable, RefKind refKind) in VariableReference() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DErrorData.h48 int line; member
/third_party/openssl/test/helpers/
H A Dcmp_testlib.c77 int print_to_bio_out(const char *func, const char *file, int line, in print_to_bio_out() argument

Completed in 6 milliseconds

12345678910>>...68