Home
last modified time | relevance | path

Searched defs:expr (Results 101 - 125 of 585) sorted by relevance

12345678910>>...24

/third_party/mesa3d/src/compiler/glsl/
H A Dlower_vec_index_to_cond_assign.cpp79 ir_expression *const expr = ir->as_expression(); in convert_vector_extract_to_cond_assign() local
/third_party/ltp/lib/newlib_tests/
H A Dtst_bool_expr.c37 static void parse_fail(const char *expr) in parse_fail() argument
58 struct tst_expr *expr; in do_eval_test() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDebug.cpp68 AssertFail(const char *expr, in AssertFail() argument
/third_party/musl/porting/linux/user/src/exit/
H A Dassert.c16 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail() argument
/third_party/musl/src/exit/linux/
H A Dassert.c16 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail() argument
/third_party/rust/crates/cxx/gen/build/src/
H A Derror.rs23 macro_rules! expr { macros
[all...]
/third_party/skia/src/sksl/dsl/priv/
H A DDSLFPs.cpp34 std::unique_ptr<SkSL::Expression> expr = sampleExpr.releaseIfPossible(); in SampleChild() local
/third_party/skia/src/sksl/ir/
H A DSkSLReturnStatement.h39 void setExpression(std::unique_ptr<Expression> expr) { in setExpression() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp62 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym, in LowerSymbolOperand() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_import_test.cc38 auto* expr = Call(ident, 1.f); in TEST_P() local
77 auto* expr = Call(param.name, Expr(1)); in TEST_P() local
95 auto* expr = Call(ident, vec3<f32>(1.f, 2.f, 3.f)); in TEST_P() local
137 auto* expr in TEST_P() local
159 auto* expr = TEST_P() local
185 auto* expr = Call(param.name, 1, 2); TEST_P() local
203 auto* expr = Call(param.name, 1.f, 2.f, 3.f); TEST_P() local
224 auto* expr = Call(param.name, vec3<f32>(1.f, 2.f, 3.f), TEST_P() local
253 auto* expr = Call(param.name, 1, 2, 3); TEST_P() local
269 auto* expr = Call("determinant", "var"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_import_test.cc38 auto* expr = Call(ident, 1.f); in TEST_P() local
77 auto* expr = Call(param.name, Expr(1)); in TEST_P() local
95 auto* expr = Call(ident, vec3<f32>(1.f, 2.f, 3.f)); in TEST_P() local
137 auto* expr in TEST_P() local
159 auto* expr = TEST_P() local
186 auto* expr = Call(param.name, 1, 2); TEST_P() local
204 auto* expr = Call(param.name, 1.f, 2.f, 3.f); TEST_P() local
225 auto* expr = Call(param.name, vec3<f32>(1.f, 2.f, 3.f), TEST_P() local
254 auto* expr = Call(param.name, 1, 2, 3); TEST_P() local
270 auto* expr = Call("determinant", "var"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_binary_test.cc48 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P() local
/third_party/rust/crates/syn/tests/
H A Dtest_expr.rs490 let mut expr = ExprTuple { test_tuple_comma() variables
[all...]
/third_party/selinux/libsepol/tests/
H A Dtest-linker-cond-map.c61 cond_expr_t *expr; in test_cond_expr_mapping() local
/third_party/vk-gl-cts/framework/opengl/
H A DgluDefs.cpp35 Error::Error (int error, const char* message, const char* expr, const char* file, int line) in Error() argument
51 OutOfMemoryError::OutOfMemoryError (const char* message, const char* expr, const char* file, int line) in OutOfMemoryError() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DbigintLowering.cpp51 bool ReplaceStrictEqualByNormalEqual(ir::BinaryExpression *expr) in ReplaceStrictEqualByNormalEqual() argument
73 bool RemoveConst(ir::BinaryExpression *expr) in RemoveConst() argument
[all...]
/arkcompiler/ets_frontend/es2panda/util/
H A Dconcurrent.cpp41 void Concurrent::ThrowInvalidConcurrentFunction(const lexer::LineIndex &lineIndex, const ir::AstNode *expr, in ThrowInvalidConcurrentFunction() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCheckingHelpers.cpp55 void ETSChecker::CheckTruthinessOfType(ir::Expression *expr) in CheckTruthinessOfType() argument
81 bool ETSChecker::CheckNonNullish(ir::Expression const *expr) in CheckNonNullish() argument
[all...]
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DbinaryLikeExpression.cpp23 CheckBinaryOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) CheckBinaryOperator() argument
94 CheckPlusOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) CheckPlusOperator() argument
126 CheckCompareOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) CheckCompareOperator() argument
173 CheckInstanceofExpression(Type *leftType, Type *rightType, const ir::Expression *rightExpr, const ir::AstNode *expr) CheckInstanceofExpression() argument
192 CheckInExpression(Type *leftType, Type *rightType, const ir::Expression *leftExpr, const ir::Expression *rightExpr, const ir::AstNode *expr) CheckInExpression() argument
[all...]
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.cpp85 Type *Checker::CheckTypeCached(const ir::Expression *expr) in CheckTypeCached() argument
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_fib.c28 int nft_fib_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_fib_validate() argument
64 int nft_fib_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_fib_init() argument
117 int nft_fib_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_fib_dump() argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_message.c89 asswarn( struct xfs_mount *mp, char *expr, char *file, int line) asswarn() argument
101 assfail( struct xfs_mount *mp, char *expr, char *file, int line) assfail() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_reject.c26 nft_reject_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_reject_validate() argument
38 nft_reject_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_reject_init() argument
72 nft_reject_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_reject_dump() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dchar.c99 struct token *get_string_constant(struct token *token, struct expression *expr) in get_string_constant() argument
H A Dast-inspect.c188 struct expression *expr = node->ptr; in inspect_expression() local

Completed in 8 milliseconds

12345678910>>...24