/third_party/json/tests/thirdparty/Fuzzer/test/ |
H A D | DSOTestMain.cpp | 14 static volatile int *nil = 0; variable
|
/third_party/skia/include/ports/ |
H A D | SkCFObject.h | 109 void reset(T object = nil) { in reset() argument
|
/third_party/f2fs-tools/fsck/ |
H A D | dict.c | 135 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes() argument 187 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack() argument 217 verify_node_count(dnode_t *nil, dnode_t *root) verify_node_count() argument 233 verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) verify_dict_has_node() argument 300 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); dict_free_nodes() local 382 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); dict_verify() local 441 dnode_t *nil = dict_nil(dict); dict_lookup() local 479 dnode_t *nil = dict_nil(dict); dict_lower_bound() local 510 dnode_t *nil = dict_nil(dict); dict_upper_bound() local 544 dnode_t *where = dict_root(dict), *nil = dict_nil(dict); dict_insert() local 641 dnode_t *nil = dict_nil(dict), *child, *delparent = delete->parent; dict_delete() local 839 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *left; dict_first() local 854 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *right; dict_last() local 871 dnode_t *nil = dict_nil(dict), *parent, *left; dict_next() local 896 dnode_t *nil = dict_nil(dict), *parent, *right; dict_prev() local 1039 dnode_t *nil = &load->nilnode; dict_load_next() local [all...] |
/third_party/libabigail/src/ |
H A D | abg-ini.cc | 1342 property_value_sptr nil, result; in read_property_value() local 1406 string_property_value_sptr nil, result; in read_string_property_value() local 1422 list_property_value_sptr nil, result; read_list_property_value() local 1460 tuple_property_value_sptr nil, result; read_tuple_property_value() local 1534 property_sptr nil; read_property() local 1584 config::section_sptr nil; read_section() local [all...] |
H A D | abg-suppression.cc | 1319 fn_call_expr_boundary_sptr result, nil; in create_fn_call_expr_boundary() local [all...] |
H A D | abg-reader.cc | 1079 corpus_sptr nil; in read_corpus() local 1461 scope_decl_sptr nil, scope; in get_scope_for_node() local 1711 translation_unit_sptr tu, nil; in read_translation_unit_from_input() local 2073 corpus_group_sptr nil; read_corpus_group_from_input() local 2993 namespace_decl_sptr nil; build_namespace_decl() local 3042 elf_symbol_sptr nil; build_elf_symbol() local 3144 elf_symbol_sptr nil; build_elf_symbol_from_reference() local 3188 string_elf_symbols_map_sptr map, nil; build_elf_symbol_db() local 3268 shared_ptr<function_decl::parameter> nil; build_function_parameter() local 3337 function_decl_sptr nil; build_function_decl() local 3615 shared_ptr<var_decl> nil; build_var_decl() local 3683 shared_ptr<type_decl> nil; build_type_decl() local 3765 qualified_type_def_sptr nil; build_qualified_type_decl() local 3854 shared_ptr<pointer_type_def> nil; build_pointer_type_def() local 3929 shared_ptr<reference_type_def> nil; build_reference_type_def() local 4009 function_type_sptr nil; build_function_type() local 4093 array_type_def::subrange_sptr nil; build_subrange_type() local 4210 array_type_def_sptr nil; build_array_type_def() local 4394 enum_type_decl_sptr nil; build_enum_type_decl() local 4506 shared_ptr<typedef_decl> nil; build_typedef_decl() local 4616 class_decl_sptr nil; build_class_decl() local 5044 union_decl_sptr nil; build_union_decl() local 5391 shared_ptr<function_tdecl> nil, result; build_function_tdecl() local 5457 shared_ptr<class_tdecl> nil, result; build_class_tdecl() local 5528 type_tparameter_sptr nil, result; build_type_tparameter() local 5588 type_composition_sptr nil, result; build_type_composition() local 5694 template_tparameter_sptr nil; build_template_tparameter() local [all...] |
H A D | abg-ir.cc | 13819 function_type_sptr nil = function_type_sptr(); synthesize_function_type_from_translation_unit() local [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-builder.cc | 582 CompareNil(Token::Value op, NilValue nil) CompareNil() argument 1216 JumpIfNil(BytecodeLabel* label, Token::Value op, NilValue nil) JumpIfNil() argument 1234 JumpIfNotNil(BytecodeLabel* label, Token::Value op, NilValue nil) JumpIfNotNil() argument
|
H A D | bytecode-generator.cc | 6138 BuildLiteralCompareNil( Token::Value op, BytecodeArrayBuilder::NilValue nil) BuildLiteralCompareNil() argument
|
/third_party/mesa3d/src/glx/tests/ |
H A D | indirect_api.cpp | 53 static const void *nil = 0; variable
|