Home
last modified time | relevance | path

Searched defs:expression (Results 1 – 25 of 192) sorted by relevance

12345678

/third_party/skia/src/sksl/ir/
DSkSLReturnStatement.h23 ReturnStatement(int line, std::unique_ptr<Expression> expression) in ReturnStatement()
27 static std::unique_ptr<Statement> Make(int line, std::unique_ptr<Expression> expression) { in Make()
31 std::unique_ptr<Expression>& expression() { in expression() function
35 const std::unique_ptr<Expression>& expression() const { in expression() function
DSkSLExpressionStatement.h23 ExpressionStatement(std::unique_ptr<Expression> expression) in ExpressionStatement()
32 const std::unique_ptr<Expression>& expression() const { in expression() function
36 std::unique_ptr<Expression>& expression() { in expression() function
/third_party/skia/third_party/externals/swiftshader/src/System/
DDebug.hpp85 # define ASSERT_MSG(expression, format, ...) \ argument
96 # define ASSERT_MSG(expression, format, ...) \ argument
108 # define ASSERT(expression) \ argument
118 # define ASSERT(expression) \ argument
150 # define ASSERT_OR_RETURN(expression) ASSERT(expression) argument
152 # define ASSERT_OR_RETURN(expression) \ argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DDebug.hpp87 # define ASSERT_MSG(expression, format, ...) \ argument
98 # define ASSERT_MSG(expression, format, ...) \ argument
110 # define ASSERT(expression) \ argument
120 # define ASSERT(expression) \ argument
159 # define ASSERT_OR_RETURN(expression) ASSERT(expression) argument
161 # define ASSERT_OR_RETURN(expression) \ argument
DAssert.hpp33 # define Assert(expression) ((void)0) argument
35 # define Assert(expression) … argument
/third_party/node/test/parallel/
Dtest-inspector.js119 'expression': 'k + t', property
153 'expression': `console.log("${chars}")`, property
176 'expression': 'typeof require("fs").readFile === "function"', property
187 'expression': [ property
203 'expression': ` property
217 'expression': `JSON.stringify( property
230 'expression': `delete require.cache[${testModuleStr}]`, property
240 'expression': `JSON.stringify(require(${testModuleStr}))`, property
250 'expression': `JSON.stringify(require(${printAModuleStr}))`, property
260 'expression': `JSON.stringify({ property
[all …]
Dtest-inspector-module.js13 () => session.post('Runtime.evaluate', { expression: '2 + 2' }), property
22 session.post('Runtime.evaluate', { expression: '2 + 2' }); property
/third_party/typescript/src/compiler/transformers/
Des2020.ts61 … const expression = visitNonOptionalExpression(node.expression, captureThisArg, isDelete); constant
103 …const expression = visitNonOptionalParenthesizedExpression(node.expression, /*captureThisArg*/ tru… constant
124 const { expression, chain } = flattenChain(node); constant
Dts.ts820 … const expression = visitNode(parameterDecorator.expression, visitor, isExpression); constant
971 const expression = visitNode(name.expression, visitor, isExpression); constant
1392 const expression = visitNode(node.expression, visitor, isExpression); constant
1418 const expression = visitNode(node.expression, visitor, isExpression); constant
1423 const expression = visitNode(node.expression, visitor, isLeftHandSideExpression); constant
1428 const expression = visitNode(node.expression, visitor, isExpression); constant
2246 const expression = factory.createAssignment( constant
Des2017.ts218 …const expression = visitVariableDeclarationListWithCollidingNames(node.declarationList, /*hasRecei… constant
602 const expression = emitHelpers().createAwaiterHelper( constant
751 const expression = node.expression; constant
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
Ddebug.h61 #define ASSERT(expression) do { \ argument
67 #define ASSERT(expression) (void(0)) argument
98 #define ASSERT_OR_RETURN(expression) do { \ argument
/third_party/cJSON/tests/unity/test/tests/
Dtest_generate_test_runner.rb1200 def verify_match(expression, output) argument
1209 def verify_number(expected, expression, output) argument
/third_party/typescript/src/compiler/factory/
DnodeConverters.ts49 const expression = convertToAssignmentElementTarget(element.name); constant
70 const expression = convertToAssignmentElementTarget(element.name); constant
/third_party/unity/test/tests/
Dtest_generate_test_runner.rb1246 def verify_match(expression, output) argument
1255 def verify_number(expected, expression, output) argument
/third_party/typescript/src/services/codefixes/
DaddMissingAwait.ts35 …const expression = getAwaitErrorSpanExpression(sourceFile, errorCode, span, cancellationToken, pro… constant
51 …const expression = getAwaitErrorSpanExpression(sourceFile, diagnostic.code, diagnostic, cancellati… constant
63 const expression = getFixableErrorSpanExpression(sourceFile, span); constant
106 expression: Expression; property
185 for (const side of [expression.left, expression.right]) { constant
DfixNaNEquality.ts15 const { suggestion, expression, arg } = info; constant
32 expression: BinaryExpression; property
/third_party/skia/modules/skottie/tests/
DExpression.cpp35 const char expression[]) override { in createNumberExpressionEvaluator()
40 const char expression[]) override { in createStringExpressionEvaluator()
45 const char expression[]) override { in createArrayExpressionEvaluator()
/third_party/typescript/src/services/refactors/
DaddOrRemoveBracesToArrowFunction.ts24 expression: Expression | undefined; property
63 const { expression, returnStatement, func } = info; constant
DconvertToOptionalChainExpression.ts53 expression: ValidExpression, property
93 …const expression = parent && isValidExpressionOrStatement(parent) ? getExpression(parent) : undefi… constant
286 const { finalExpression, occurrences, expression } = info; constant
/third_party/python/Lib/idlelib/
Dcalltip.py108 def fetch_tip(self, expression): argument
133 def get_entity(expression): argument
/third_party/typescript/tests/baselines/reference/
DarrayDestructuringInSwitch1.js28 function evaluate(expression) { argument
/third_party/node/deps/v8/src/parsing/
Dpreparser.h107 static PreParserExpression Spread(const PreParserExpression& expression) { in Spread()
402 void Add(const PreParserExpression& expression) { in Add()
442 const PreParserExpression& expression) { in ExpressionStatement()
600 const PreParserExpression& expression, in NewUnaryOperation()
623 PreParserExpression NewYield(const PreParserExpression& expression, int pos, in NewYield()
627 PreParserExpression NewAwait(const PreParserExpression& expression, int pos) { in NewAwait()
641 const PreParserExpression& expression, in NewCountOperation()
658 PreParserExpression expression, const PreParserExpressionList& arguments, in NewTaggedTemplate()
662 PreParserExpression NewCallNew(const PreParserExpression& expression, in NewCallNew()
690 PreParserExpression NewSpread(const PreParserExpression& expression, int pos, in NewSpread()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp183 std::string expression = iter != mMacroSet->end() ? "1" : "0"; in lex() local
572 int expression = parseExpressionIf(token); in parseElif() local
936 int expression = 0; in parseConditionalIf() local
966 int expression = 0; in parseExpressionIf() local
1000 int expression = iter != mMacroSet->end() ? 1 : 0; in parseExpressionIfdef() local
/third_party/python/PC/
Dinvalid_parameter_handler.c12 wchar_t const* expression, in _silent_invalid_parameter_handler()
/third_party/node/deps/v8/src/ast/
Dast.h573 Expression* expression() const { return expression_; } in expression() function
579 ExpressionStatement(Expression* expression, int pos) in ExpressionStatement()
625 Expression* expression() const { return expression_; } in expression() function
644 ReturnStatement(Expression* expression, Type type, int pos, int end_position) in ReturnStatement()
661 Expression* expression() const { return expression_; } in expression() function
669 WithStatement(Scope* scope, Expression* expression, Statement* statement, in WithStatement()
1585 Expression* expression() const { return expression_; } in expression() function
1591 explicit OptionalChain(Expression* expression) in OptionalChain()
1673 Expression* expression() const { return expression_; } in expression() function
1682 CallBase(Zone* zone, NodeType type, Expression* expression, in CallBase()
[all …]

12345678