Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/
DDirectiveParser.cpp501 int expression = parseExpressionIf(token); in parseElif() local
905 int expression = 0; in parseConditionalIf() local
934 int expression = 0; in parseExpressionIf() local
966 int expression = iter != mMacroSet->end() ? 1 : 0; in parseExpressionIfdef() local
DMacroExpander.cpp144 std::string expression = iter != mMacroSet->end() ? "1" : "0"; in lex() local
/device/generic/vulkan-cereal/third-party/angle/src/common/
Ddebug.h268 # define ANGLE_ASSERT_IMPL(expression) assert(expression) argument
271 # define ANGLE_ASSERT_IMPL(expression) ANGLE_CRASH() argument
288 # define ASSERT(expression) \ argument
/device/generic/vulkan-cereal/third-party/angle/src/tests/deqp_support/
DglcShaderConstExprTests_override.cpp45 const char *expression; member
267 const std::string expression = testCase.expression; in createTests() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DDeferGlobalInitializers.cpp54 TIntermTyped *expression = init->getRight(); in GetDeferredInitializers() local
DRewriteRowMajorMatrices.cpp117 TIntermAggregate *CreateStructCopyCall(const TFunction *copyFunc, TIntermTyped *expression) in CreateStructCopyCall()
122 TIntermTyped *CreateTransposeCall(TSymbolTable *symbolTable, TIntermTyped *expression) in CreateTransposeCall()
275 TIntermTyped *getCurrentElement(TIntermTyped *expression) in getCurrentElement()
774 void determineAccess(TIntermNode *expression, in determineAccess()
DArrayReturnValueToOutParameter.cpp188 TIntermTyped *expression = node->getExpression(); in visitBranch() local
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-death-test.cc310 # define GTEST_DEATH_TEST_CHECK_(expression) \ argument
327 # define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \ argument
/device/generic/vulkan-cereal/third-party/angle/src/tests/preprocessor_tests/
Dlocation_test.cpp377 const char *expression; member
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/
Dgtest_pred_impl.h80 #define GTEST_ASSERT_(expression, on_failure) \ argument
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DIntermNode.h216 void setExpression(TIntermTyped *expression) { mExpr = expression; } in setExpression()
DParseContext.cpp5218 TIntermTyped *TParseContext::expressionOrFoldedResult(TIntermTyped *expression) in expressionOrFoldedResult()
5730 TIntermTyped *expression, in addBranch()
DOutputHLSL.cpp3394 TIntermTyped *expression) in writeSameSymbolInitializer()
/device/generic/vulkan-cereal/protocols/vulkan/katex/
Dkatex.mjs6392 const buildExpression = function buildExpression(expression, options, isRealGroup, surrounding) { argument
7036 const buildExpression$1 = function buildExpression(expression, options, isOrdgroup) { argument
7097 const buildExpressionRow = function buildExpressionRow(expression, options, isOrdgroup) { argument
7180 const buildTree = function buildTree(tree, expression, settings) { argument
7197 const buildHTMLTree = function buildHTMLTree(tree, expression, settings) { argument
12210 const expression = buildExpression(body, options.withFont("mathrm"), true); constant
12236 …let expression = buildExpression$1(group.body, options.withFont("mathrm")); // Is expression a str… variable
16850 let render = function render(expression, baseNode, options) { argument
16872 const renderToString = function renderToString(expression, options) { argument
16881 const generateParseTree = function generateParseTree(expression, options) { argument
[all …]