Searched defs:is_null (Results 26 - 32 of 32) sorted by relevance
12
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | evaluate.c | 1423 int is_null = is_null_pointer_constant(*rp); in check_assignment_types() local
|
| /third_party/node/deps/v8/src/baseline/ |
| H A D | baseline-compiler.cc | 1658 Label is_smi, is_null, not_undetectable; in VisitTestTypeOf() local 1704 Label is_smi, is_null, bad_instance_type, undetectable_or_callable; in VisitTestTypeOf() local
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | preparser.h | 380 explicit PreParserStatementList(bool is_null) : is_null_(is_null) {} in PreParserStatementList() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 1190 bool is_null; member
|
| /device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
| H A D | verifier.c | 7629 static void mark_ptr_or_null_reg(struct bpf_func_state *state, struct bpf_reg_state *reg, u32 id, bool is_null)
in mark_ptr_or_null_reg() argument 7680 static void __mark_ptr_or_null_regs(struct bpf_func_state *state, u32 id, bool is_null)
in __mark_ptr_or_null_regs() argument 7701 static void mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, bool is_null)
in mark_ptr_or_null_regs() argument
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| H A D | verifier.c | 8019 mark_ptr_or_null_reg(struct bpf_func_state *state, struct bpf_reg_state *reg, u32 id, bool is_null) mark_ptr_or_null_reg() argument 8077 mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, bool is_null) mark_ptr_or_null_regs() argument
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | verifier.c | 14270 mark_ptr_or_null_reg(struct bpf_func_state *state, struct bpf_reg_state *reg, u32 id, bool is_null) mark_ptr_or_null_reg() argument 14320 mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, bool is_null) mark_ptr_or_null_regs() argument
|
Completed in 84 milliseconds
12