Home
last modified time | relevance | path

Searched defs:expr_type (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/methods/
Dneedless_option_take.rs32 let expr_type = cx.typeck_results().expr_ty(expr); in is_expr_option() localVariable
/third_party/selinux/libsepol/tests/
Dtest-linker-cond-map.c55 uint32_t expr_type; member
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dmem_replace.rs186 let expr_type = cx.typeck_results().expr_ty_adjusted(src); in check_replace_with_default() localVariable
/third_party/selinux/libsepol/include/sepol/policydb/
Dconstraint.h38 uint32_t expr_type; /* expression type */ member
Dconditional.h56 uint32_t expr_type; member
/third_party/rust/rust/src/tools/rustfmt/src/
Dstmt.rs78 let expr_type = if context.config.version() == Version::Two && self.is_last_expr() { in rewrite() localVariable
/third_party/toybox/kconfig/
Dexpr.h34 enum expr_type { enum
/third_party/selinux/checkpolicy/
Dpolicy_define.c3705 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2) in define_cexpr()
3972 cond_expr_t *define_cond_expr(uint32_t expr_type, void *arg1, void *arg2) in define_cond_expr()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp4304 string CompilerGLSL::dereference_expression(const SPIRType &expr_type, const std::string &expr) in dereference_expression()
5883 auto &expr_type = expression_type(op0); in emit_unary_func_op_cast() local
8177 …:string CompilerGLSL::bitcast_expression(const SPIRType &target_type, SPIRType::BaseType expr_type, in bitcast_expression()
10028 auto &expr_type = expression_type(ptr); in emit_instruction() local
15360 …pilerGLSL::cast_from_builtin_load(uint32_t source_id, std::string &expr, const SPIRType &expr_type) in cast_from_builtin_load()
15419 …mpilerGLSL::cast_to_builtin_store(uint32_t target_id, std::string &expr, const SPIRType &expr_type) in cast_to_builtin_store()
Dspirv_hlsl.cpp4512 SPIRType::BaseType expr_type; in emit_atomic() local
5852 auto &expr_type = expression_type(op0); in get_bitcast_type() local
Dspirv_msl.cpp6778 auto &expr_type = get_pointee_type(ptr_type.self); in emit_tessellation_io_load() local
7311 auto *expr_type = &get_variable_data_type(*var); in emit_tessellation_access_chain() local
15269 …mpilerMSL::cast_from_builtin_load(uint32_t source_id, std::string &expr, const SPIRType &expr_type) in cast_from_builtin_load()
15361 …ompilerMSL::cast_to_builtin_store(uint32_t target_id, std::string &expr, const SPIRType &expr_type) in cast_to_builtin_store()
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc2602 auto* expr_type = TypeOf(expr->expr)->UnwrapRef(); in EmitUnaryOp() local
/third_party/python/Include/internal/
Dpycore_ast_state.h188 PyObject *expr_type; member
/third_party/rust/rust/src/tools/clippy/clippy_utils/src/
Dlib.rs2201 let expr_type = cx.typeck_results().expr_ty_adjusted(expr); in is_slice_of_primitives() localVariable
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc978 auto* expr_type = expr_sem->Type(); in GenerateMemberAccessor() local
/third_party/selinux/libsepol/cil/src/
Dcil_resolve_ast.c3152 int cil_resolve_expr(enum cil_flavor expr_type, struct cil_list *str_expr, struct cil_list **datum_… in cil_resolve_expr()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc4987 const Type* expr_type = nullptr; in MakeNumericConversion() local