Home | History | Annotate | Download | only in gdb

Lines Matching refs:nullptr

34   struct type *builtin_void = nullptr;
35 struct type *builtin_char = nullptr;
36 struct type *builtin_bool = nullptr;
37 struct type *builtin_int = nullptr;
38 struct type *builtin_uint = nullptr;
39 struct type *builtin_uintptr = nullptr;
40 struct type *builtin_int8 = nullptr;
41 struct type *builtin_int16 = nullptr;
42 struct type *builtin_int32 = nullptr;
43 struct type *builtin_int64 = nullptr;
44 struct type *builtin_uint8 = nullptr;
45 struct type *builtin_uint16 = nullptr;
46 struct type *builtin_uint32 = nullptr;
47 struct type *builtin_uint64 = nullptr;
48 struct type *builtin_float32 = nullptr;
49 struct type *builtin_float64 = nullptr;
50 struct type *builtin_complex64 = nullptr;
51 struct type *builtin_complex128 = nullptr;
66 /* Given a symbol, return its package or nullptr if unknown. */
70 /* Return the package that BLOCK is in, or nullptr if there isn't