Home
last modified time | relevance | path

Searched defs:expression (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/python/PC/
H A Dinvalid_parameter_handler.c11 _silent_invalid_parameter_handler( wchar_t const* expression, wchar_t const* function, wchar_t const* file, unsigned int line, uintptr_t pReserved) _silent_invalid_parameter_handler() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DAssert.cpp29 void failedAssert(const char *expression, const char *file, unsigned int line, const char *func) in failedAssert() argument
/third_party/skia/src/sksl/ir/
H A DSkSLExpressionStatement.h23 ExpressionStatement(std::unique_ptr<Expression> expression) in ExpressionStatement() argument
32 const std::unique_ptr<Expression>& expression() const { in expression() function in SkSL::final
36 std::unique_ptr<Expression>& expression() { in expression() function in SkSL::final
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
31 std::unique_ptr<Expression>& expression() { in expression() function in SkSL::final
35 const std::unique_ptr<Expression>& expression() const { in expression() function in SkSL::final
/third_party/libjpeg-turbo/
H A Dstrtest.c47 void invalid_parameter_handler(const wchar_t *expression, in invalid_parameter_handler() argument
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimized-frame-info.cc64 Handle<Object> expression = GetValueForDebugger(stack_it, isolate); in DeoptimizedFrameInfo() local
/third_party/musl/include/
H A Dassert.h17 char *expression; member
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary_test.cpp44 const char* expression; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary_test.cpp44 const char* expression; member
/third_party/spirv-tools/test/
H A Dtext_to_binary_test.cpp44 const char* expression; member
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y583 expression: global() label
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnNativeTest.cpp24 void AddFatalDawnFailure(const char* expression, const ErrorData* error) { in AddFatalDawnFailure() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderConstExprTests.hpp53 const char* expression; member
H A DglsShaderConstExprTests.cpp128 const string expression = cases[caseNdx].expression; in createTests() local
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dlocation_test.cpp377 const char *expression; member
/third_party/typescript/tests/baselines/reference/
H A DexhaustiveSwitchStatements1.js441 function expression() { function
/third_party/ltp/tools/sparse/sparse-src/
H A Dallocate.h86 DECLARE_ALLOCATOR(expression); variable
H A Dparse.h55 struct expression *expression; member
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DArrayReturnValueToOutParameter.cpp187 TIntermTyped *expression = node->getExpression(); in visitBranch() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DDeferGlobalInitializers.cpp55 TIntermTyped *expression = init->getRight(); in GetDeferredInitializers() local
H A DRewriteArrayOfArrayOfOpaqueUniforms.cpp94 RewriteIndexExpression(TCompiler *compiler, TIntermTyped *expression, const UniformMap &uniformMap) RewriteIndexExpression() argument
[all...]
H A DSimplifyLoopConditions.cpp28 TIntermTyped *expression = nullptr; member
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLExpression.cpp39 DSLExpression::DSLExpression(std::unique_ptr<SkSL::Expression> expression) in DSLExpression() argument
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message_field.cc47 ReinterpretCast(const std::string& type, const std::string& expression, bool implicit_weak_field) ReinterpretCast() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_search.h192 nir_search_expression expression; global() member
[all...]

Completed in 11 milliseconds

1234