/device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/ |
D | DirectiveParser.cpp | 501 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
|
D | MacroExpander.cpp | 144 std::string expression = iter != mMacroSet->end() ? "1" : "0"; in lex() local
|
/device/generic/vulkan-cereal/third-party/angle/src/common/ |
D | debug.h | 268 # 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/ |
D | glcShaderConstExprTests_override.cpp | 45 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/ |
D | DeferGlobalInitializers.cpp | 54 TIntermTyped *expression = init->getRight(); in GetDeferredInitializers() local
|
D | RewriteRowMajorMatrices.cpp | 117 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()
|
D | ArrayReturnValueToOutParameter.cpp | 188 TIntermTyped *expression = node->getExpression(); in visitBranch() local
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/ |
D | gtest-death-test.cc | 310 # 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/ |
D | location_test.cpp | 377 const char *expression; member
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 80 #define GTEST_ASSERT_(expression, on_failure) \ argument
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | IntermNode.h | 216 void setExpression(TIntermTyped *expression) { mExpr = expression; } in setExpression()
|
D | ParseContext.cpp | 5218 TIntermTyped *TParseContext::expressionOrFoldedResult(TIntermTyped *expression) in expressionOrFoldedResult() 5730 TIntermTyped *expression, in addBranch()
|
D | OutputHLSL.cpp | 3394 TIntermTyped *expression) in writeSameSymbolInitializer()
|
/device/generic/vulkan-cereal/protocols/vulkan/katex/ |
D | katex.mjs | 6392 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 …]
|