HomeSort by relevance Sort by last modified time
    Searched refs:nullptr (Results 1 - 25 of 16701) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUAsmUtils.cpp 17 nullptr,
21 nullptr,
22 nullptr,
23 nullptr,
24 nullptr,
25 nullptr,
26 nullptr,
27 nullptr,
28 nullptr,
29 nullptr,
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-default.cc 32 nullptr, /* collect_features */
33 nullptr, /* override_features */
34 nullptr, /* data_create */
35 nullptr, /* data_destroy */
36 nullptr, /* preprocess_text */
37 nullptr, /* postprocess_glyphs */
39 nullptr, /* decompose */
40 nullptr, /* compose */
41 nullptr, /* setup_masks */
43 nullptr, /* reorder_marks *
    [all...]
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUAsmUtils.cpp 17 nullptr,
21 nullptr,
22 nullptr,
23 nullptr,
24 nullptr,
25 nullptr,
26 nullptr,
27 nullptr,
28 nullptr,
29 nullptr,
    [all...]
  /external/clang/test/SemaCXX/
nullptr_in_arithmetic_ops.cpp 7 a = 0 ? nullptr + a : a + nullptr; // expected-error 2{{invalid operands to binary expression}}
8 a = 0 ? nullptr - a : a - nullptr; // expected-error 2{{invalid operands to binary expression}}
9 a = 0 ? nullptr / a : a / nullptr; // expected-error 2{{invalid operands to binary expression}}
10 a = 0 ? nullptr * a : a * nullptr; // expected-error 2{{invalid operands to binary expression}}
11 a = 0 ? nullptr >> a : a >> nullptr; // expected-error 2{{invalid operands to binary expression}
34 a >>= nullptr; \/\/ expected-error{{invalid operands to binary expression}} local
35 a <<= nullptr; \/\/ expected-error{{invalid operands to binary expression}} local
    [all...]
nullptr.cpp 4 typedef decltype(nullptr) nullptr_t;
16 null = nullptr;
17 void *p = nullptr;
19 int *pi = nullptr;
22 int A::*pm = nullptr;
24 void (*pf)() = nullptr;
26 void (A::*pmf)() = nullptr;
28 bool b = nullptr;
30 // Can't convert nullptr to integral implicitly.
31 uintptr_t i = nullptr; // expected-error {{cannot initialize}
    [all...]
  /external/clang/test/Modules/
merge-vtable-codegen.cpp 23 b(nullptr);
  /external/capstone/arch/ARM/
ARMGenInstrInfo.inc     [all...]
  /external/skia/src/gpu/gl/
GrGLMakeNativeInterface_none.cpp 10 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; }
12 const GrGLInterface* GrGLCreateNativeInterface() { return nullptr; }
  /external/skqp/src/gpu/gl/
GrGLMakeNativeInterface_none.cpp 10 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; }
12 const GrGLInterface* GrGLCreateNativeInterface() { return nullptr; }
  /external/grpc-grpc/test/core/tsi/
transport_security_test.cc 57 {1, "foo.com", "foo.com", nullptr, nullptr},
58 {1, "f", "f", nullptr, nullptr},
59 {0, "h", "i", nullptr, nullptr},
60 {1, "bar.foo.com", "*.foo.com", nullptr, nullptr},
62 "*.test.com,*.test.co.uk,*.test.de,*.test.fr", nullptr},
66 {0, "f.uk", ".uk", nullptr, nullptr}
    [all...]
  /external/libcxx/test/std/language.support/support.dynamic/ptr.launder/
launder.types.fail.cpp 27 void *p = nullptr;
28 (void) std::launder(( void *) nullptr);
29 (void) std::launder((const void *) nullptr);
30 (void) std::launder(( volatile void *) nullptr);
31 (void) std::launder((const volatile void *) nullptr); // expected-error-re@new:* 4 {{static_assert failed{{.*}} "can't launder cv-void"}}
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
cmp_nullptr.pass.cpp 47 assert(!(p1 == nullptr));
48 assert(!(nullptr == p1));
49 assert(!(p1 < nullptr));
50 assert( (nullptr < p1));
51 assert(!(p1 <= nullptr));
52 assert( (nullptr <= p1));
53 assert( (p1 > nullptr));
54 assert(!(nullptr > p1));
55 assert( (p1 >= nullptr));
56 assert(!(nullptr >= p1))
    [all...]
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/
cmp_nullptr.pass.cpp 47 assert(!(p1 == nullptr));
48 assert(!(nullptr == p1));
49 assert(!(p1 < nullptr));
50 assert( (nullptr < p1));
51 assert(!(p1 <= nullptr));
52 assert( (nullptr <= p1));
53 assert( (p1 > nullptr));
54 assert(!(nullptr > p1));
55 assert( (p1 >= nullptr));
56 assert(!(nullptr >= p1))
    [all...]
  /external/grpc-grpc/test/core/json/
json_test.cc 73 {"\\", nullptr},
74 {"nu ll", nullptr},
75 {"{\"foo\": bar}", nullptr},
76 {"{\"foo\": bar\"x\"}", nullptr},
77 {"fals", nullptr},
78 {"0,0 ", nullptr},
79 {"\"foo\",[]", nullptr},
81 {"\"\\x", nullptr},
83 {"\"\\u123x", nullptr},
84 {"{\"\\u123x", nullptr},
    [all...]
  /external/bcc/src/cc/
link_all.cc 16 (void)bcc_usdt_new_frompid(-1, nullptr);
17 (void)bcc_usdt_new_frompath(nullptr);
18 (void)bcc_usdt_close(nullptr);
  /external/pdfium/xfa/fwl/
cfwl_widgetproperties.cpp 13 m_pThemeProvider(nullptr),
14 m_pParent(nullptr),
15 m_pOwner(nullptr) {}
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
AArch64GenInstrInfo.inc     [all...]
  /bionic/libc/bionic/
icu_static.cpp 33 return nullptr;
netdb.cpp 40 return nullptr;
44 return nullptr;
48 return nullptr;
52 return nullptr;
56 return nullptr;
60 return nullptr;
  /external/clang/test/CodeGenCXX/
debug-info-nullptr.cpp 4 decltype(nullptr) t = 0;
7 // CHECK: !DIBasicType(tag: DW_TAG_unspecified_type, name: "decltype(nullptr)")
  /external/grpc-grpc/src/core/lib/iomgr/
wakeup_fd_nospecial.cc 36 nullptr, nullptr, nullptr, nullptr, check_availability_invalid};
  /external/grpc-grpc/test/core/bad_client/tests/
connection_prefix.cc 26 cq, grpc_timeout_milliseconds_to_deadline(20), nullptr)
35 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, "X", 0);
36 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, "PX", 0);
37 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, "PRX", 0);
38 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, "PRIX", 0);
39 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, "PRI X", 0);
40 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, "PRI *X", 0);
41 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, "PRI * X", 0);
42 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, "PRI * HX", 0);
43 GRPC_RUN_BAD_CLIENT_TEST(verifier, nullptr, "PRI * HTX", 0)
    [all...]
  /external/pdfium/core/fxcrt/xml/
cxml_object.cpp 12 return nullptr;
16 return nullptr;
20 return nullptr;
24 return nullptr;
  /external/skia/src/ports/
SkFontMgr_empty_factory.cpp 11 // Always return nullptr, an empty SkFontMgr will be used.
12 return nullptr;
  /external/skqp/src/ports/
SkFontMgr_empty_factory.cpp 11 // Always return nullptr, an empty SkFontMgr will be used.
12 return nullptr;

Completed in 1656 milliseconds

1 2 3 4 5 6 7 8 91011>>