Home
last modified time | relevance | path

Searched defs:nullptr (Results 1 – 16 of 16) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmangle-nullptr-arg.cpp6 void test1(IP<nullptr>) {} in test1()
12 void test2(PM<nullptr>) { } in test2()
16 void test3(DependentTypePtr<int*,nullptr>) { } in test3() argument
Dmangle-ms-templates.cpp239 void f(S1<nullptr>) {} in f()
Dmangle.cpp633 void f(decltype(nullptr)) { } in f()
/external/libmojo/mojo/public/cpp/bindings/
Dstruct_ptr.h35 StructPtr(decltype(nullptr)) : ptr_(nullptr) {} in StructPtr()
39 StructPtr& operator=(decltype(nullptr)) { in decltype() argument
126 InlinedStructPtr(decltype(nullptr)) : is_null_(true) {} in InlinedStructPtr()
130 InlinedStructPtr& operator=(decltype(nullptr)) { in decltype() argument
Dassociated_interface_request.h23 AssociatedInterfaceRequest(decltype(nullptr)) {} in AssociatedInterfaceRequest()
39 AssociatedInterfaceRequest& operator=(decltype(nullptr)) { in decltype() argument
Dinterface_request.h29 InterfaceRequest(decltype(nullptr)) {} in InterfaceRequest()
42 InterfaceRequest& operator=(decltype(nullptr)) { in decltype() argument
Dassociated_interface_ptr.h31 AssociatedInterfacePtr(decltype(nullptr)) {} in AssociatedInterfacePtr()
45 AssociatedInterfacePtr& operator=(decltype(nullptr)) { in decltype() argument
Dinterface_ptr.h42 InterfacePtr(decltype(nullptr)) {} in InterfacePtr()
59 InterfacePtr& operator=(decltype(nullptr)) { in decltype() argument
/external/clang/test/SemaObjCXX/
Dnullptr.mm17 int PR10145b = nullptr == (void(^)())0; function
/external/v8/src/compiler/
Dnode-cache.h33 : entries_(nullptr), size_(0), max_(max) {} in entries_() argument
/external/clang/lib/Analysis/
DFormatStringParsing.h62 : Start(nullptr), Stop(stop) {} in Start() argument
/external/clang/include/clang/Analysis/
DProgramPoint.h312 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
316 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
445 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
461 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp68 #define nullptr macro
/external/flatbuffers/include/flatbuffers/
Didl.h462 : root_struct_def_(nullptr), in root_struct_def_() argument
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h286 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0), in start() argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h71 : II(nullptr), FuncName(FuncName), RequiredArgs(RequiredArgs) {} in II() argument