HomeSort by relevance Sort by last modified time
    Searched defs:nullptr (Results 151 - 175 of 189) sorted by null

1 2 3 4 5 67 8

  /external/clang/lib/AST/
VTableBuilder.cpp 50 BaseOffset() : DerivedClass(nullptr), VirtualBase(nullptr),
76 OverriderInfo() : Method(nullptr), VirtualBase(nullptr),
225 const CXXRecordDecl *VirtualBase = nullptr;
2516 AddMethods(BaseSubobject(MostDerivedClass, CharUnits::Zero()), 0, nullptr, local
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 116 const ObjCDictionaryLiteral *DLE = nullptr;
338 return nullptr;
375 ObjCInterfaceDecl *OID = nullptr;
378 llvm::Value *Receiver = nullptr;
524 DebugInfo = nullptr; // disable debug info indefinitely for this function
871 \/*nrvo*\/ nullptr); local
    [all...]
CGStmtOpenMP.cpp 107 llvm::Value *Size = nullptr;
214 IdentifierInfo *II = nullptr;
215 VarDecl *CapVar = nullptr;
237 Args.push_back(ImplicitParamDecl::Create(getContext(), nullptr,
394 return nullptr;
467 llvm::Value *SrcBegin = nullptr;
486 llvm::PHINode *SrcElementPHI = nullptr;
608 /*RefersToEnclosingVariableOrCapture=*/FD != nullptr, local
700 llvm::BasicBlock *CopyBegin = nullptr, *CopyEnd = nullptr;
    [all...]
CGClass.cpp 183 return nullptr;
231 assert(!nonVirtualOffset.isZero() || virtualOffset != nullptr);
273 const CXXRecordDecl *VBase = nullptr;
298 VBase = nullptr; // we no longer have a virtual step
318 llvm::BasicBlock *origBB = nullptr;
319 llvm::BasicBlock *endBB = nullptr;
339 llvm::Value *VirtualOffset = nullptr;
387 llvm::BasicBlock *CastNull = nullptr;
388 llvm::BasicBlock *CastNotNull = nullptr;
389 llvm::BasicBlock *CastEnd = nullptr;
2485 \/*NearestVBase=*\/nullptr, local
2801 "cfi_check_fail", nullptr, nullptr); local
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 54 return nullptr;
57 Decl *SingleDecl = nullptr;
88 return Actions.ConvertDeclToDeclGroup(nullptr);
92 SingleDecl = nullptr;
106 : Actions(Actions), S(S), Params(nullptr) {}
120 Params = nullptr;
143 return Actions.ConvertDeclToDeclGroup(nullptr);
150 ObjCTypeParamList *TypeParams = nullptr;
160 return Actions.ConvertDeclToDeclGroup(nullptr);
227 return nullptr;
1354 \/*ReturnType=*\/nullptr); local
1898 T.getOpenLocation(), T.getCloseLocation(), nullptr); local
2440 propertyId, nullptr, SourceLocation(), local
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 252 predictValueUseListOrder(&G, nullptr, OM, Stack);
254 predictValueUseListOrder(&F, nullptr, OM, Stack);
256 predictValueUseListOrder(&A, nullptr, OM, Stack);
258 predictValueUseListOrder(&I, nullptr, OM, Stack);
261 predictValueUseListOrder(G.getInitializer(), nullptr, OM, Stack);
263 predictValueUseListOrder(A.getAliasee(), nullptr, OM, Stack);
265 predictValueUseListOrder(I.getResolver(), nullptr, OM, Stack);
268 predictValueUseListOrder(U.get(), nullptr, OM, Stack);
275 return MA->getParent() ? MA->getParent()->getParent() : nullptr;
278 return BB->getParent() ? BB->getParent()->getParent() : nullptr;
3544 print(dbgs(), nullptr, local
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 84 nullptr);
96 return nullptr;
110 draw.fDst = SkPixmap(SkImageInfo::MakeUnknown(bounds.right(), bounds.bottom()), nullptr, 0);
179 paint->setColorFilter(nullptr);
441 return layerPaint.getImageFilter() != nullptr;
464 , fContentEntry(nullptr)
466 , fDstFormXObject(nullptr)
483 shape = nullptr;
775 this->drawPath(path, paint, nullptr, true);
794 this->drawPath(path, paint, nullptr, true)
991 this->internalDrawImageRect(SkKeyedImage(bm), nullptr, r, paint, this->ctm()); local
997 this->internalDrawImageRect(SkKeyedImage(bm), nullptr, r, paint, SkMatrix::I()); local
    [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp 84 nullptr);
96 return nullptr;
110 draw.fDst = SkPixmap(SkImageInfo::MakeUnknown(bounds.right(), bounds.bottom()), nullptr, 0);
179 paint->setColorFilter(nullptr);
441 return layerPaint.getImageFilter() != nullptr;
464 , fContentEntry(nullptr)
466 , fDstFormXObject(nullptr)
483 shape = nullptr;
775 this->drawPath(path, paint, nullptr, true);
794 this->drawPath(path, paint, nullptr, true)
991 this->internalDrawImageRect(SkKeyedImage(bm), nullptr, r, paint, this->ctm()); local
997 this->internalDrawImageRect(SkKeyedImage(bm), nullptr, r, paint, SkMatrix::I()); local
    [all...]
  /external/v8/src/
assembler.cc 184 v8::internal::Disassembler::Decode(isolate(), &os, buffer_, pc_, nullptr); local
    [all...]
  /external/v8/src/compiler/
instruction-selector.cc 37 current_block_(nullptr),
45 scheduler_(nullptr),
136 return Emit(opcode, output_count, &output, 0, nullptr, temp_count, temps);
221 return nullptr;
506 if (input == nullptr) {
653 return (frame_state_descriptor == nullptr)
678 buffer->output_nodes.resize(buffer->descriptor->ReturnCount(), nullptr);
690 buffer->frame_state_descriptor == nullptr
695 bool output_is_live = buffer->output_nodes[i] != nullptr ||
705 InstructionOperand op = output == nullptr
2412 CallBuffer buffer(zone(), descriptor, nullptr); local
    [all...]
  /external/v8/src/heap/
spaces.cc 32 : cur_addr_(nullptr),
33 cur_end_(nullptr),
39 : cur_addr_(nullptr),
40 cur_end_(nullptr),
292 code_range_(nullptr),
332 code_range_ = nullptr;
373 MemoryChunk* chunk = nullptr;
375 while ((chunk = GetMemoryChunkSafe<kRegular>()) != nullptr) {
384 while ((chunk = GetMemoryChunkSafe<kPooled>()) != nullptr) {
389 while ((chunk = GetMemoryChunkSafe<kNonRegular>()) != nullptr) {
1814 InlineAllocationStep(top(), top(), nullptr, 0); local
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 56 if (sysctl(ctl_name, 2, buffer, &buffer_size, nullptr, 0) != 0) {
64 long kernel_version_major = strtol(buffer, nullptr, 10); // NOLINT
322 desc->unwinding_info = nullptr;
4678 nullptr); local
    [all...]
  /art/runtime/
thread.cc 115 ConditionVariable* Thread::resume_cond_ = nullptr;
117 bool (*Thread::is_sensitive_thread_hook_)() = nullptr;
118 Thread* Thread::jit_sensitive_thread_ = nullptr;
272 CHECK(tlsPtr_.deoptimization_context_stack != nullptr)
285 DCHECK(record != nullptr);
287 if (record == nullptr || record->GetType() != type) {
288 return nullptr;
339 FrameIdToShadowFrame* found = nullptr;
340 for (FrameIdToShadowFrame* record = head; record != nullptr; record = record->GetNext()) {
344 CHECK(found == nullptr) << "Multiple records for the frame " << frame_id
3030 ScopedLocalRef<jstring> msg_string(GetJniEnv(), nullptr); local
3441 nullptr, local
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 308 ExprIterator() : iterator_adaptor_base(nullptr) {}
323 ConstExprIterator() : iterator_adaptor_base(nullptr) {}
563 : Stmt(CompoundStmtClass), Body(nullptr), LBraceLoc(Loc), RBraceLoc(Loc) {
569 : Stmt(CompoundStmtClass, Empty), Body(nullptr) {
584 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
585 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
601 return !body_empty() ? Body[0] : nullptr;
604 return !body_empty() ? Body[size() - 1] : nullptr;
657 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
661 : Stmt(SC), NextSwitchCase(nullptr) {}
845 std::fill_n(getAttrArrayPtr(), NumAttrs, nullptr); local
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 106 DeclOrVector = ((NamedDecl *)nullptr);
174 LookupFilter Filter = nullptr)
179 ObjCImplementation(nullptr)
215 Result *data() { return Results.empty()? nullptr : &Results.front(); }
291 void MaybeAddResult(Result R, DeclContext *CurContext = nullptr);
367 iterator() : DeclOrIterator((NamedDecl *)nullptr), SingleDeclIndex(0) {}
377 DeclOrIterator = (NamedDecl *)nullptr;
464 NestedNameSpecifier *Result = nullptr;
549 Filter != nullptr))
608 case BuiltinType::NullPtr
4584 CurContext, nullptr, false); local
5945 CurContext, nullptr, false); local
6012 CurContext, nullptr, false); local
6107 CurContext, nullptr, false); local
6144 CurContext, nullptr, false); local
6246 CurContext, nullptr, false); local
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 52 #define RETURN_ON_NULL(ptr) do { if (nullptr == (ptr)) return; } while (0)
259 : fNext(nullptr)
261 , fPaint(paint ? skstd::make_unique<SkPaint>(*paint) : nullptr)
298 fFilter = nullptr;
299 fLayer = nullptr;
300 fTopLayer = nullptr;
309 fLayer = nullptr;
335 : fDevice(nullptr), fCurrLayer(canvas->fMCRec->fTopLayer), fPaint(nullptr)
344 // fCurrLayer may be nullptr no
646 new (fDeviceCMStorage) DeviceCM(sk_ref_sp(device), nullptr, fMCRec->fMatrix, nullptr, nullptr); local
    [all...]
  /external/skqp/src/core/
SkCanvas.cpp 52 #define RETURN_ON_NULL(ptr) do { if (nullptr == (ptr)) return; } while (0)
259 : fNext(nullptr)
261 , fPaint(paint ? skstd::make_unique<SkPaint>(*paint) : nullptr)
298 fFilter = nullptr;
299 fLayer = nullptr;
300 fTopLayer = nullptr;
309 fLayer = nullptr;
335 : fDevice(nullptr), fCurrLayer(canvas->fMCRec->fTopLayer), fPaint(nullptr)
344 // fCurrLayer may be nullptr no
646 new (fDeviceCMStorage) DeviceCM(sk_ref_sp(device), nullptr, fMCRec->fMatrix, nullptr, nullptr); local
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 205 mRenderEngine(nullptr),
380 return nullptr;
390 return nullptr;
393 if (layer == nullptr) {
394 return nullptr;
449 return nullptr;
587 if (callback != nullptr) {
603 VSyncSource::Callback* mCallback = nullptr;
632 VSyncSource::Callback* mCallback = nullptr;
673 LOG_ALWAYS_FATAL_IF(getBE().mRenderEngine == nullptr, "couldn't create RenderEngine") local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 318 ExprIterator() : iterator_adaptor_base(nullptr) {}
333 ConstExprIterator() : iterator_adaptor_base(nullptr) {}
587 : Stmt(CompoundStmtClass), Body(nullptr), LBraceLoc(Loc), RBraceLoc(Loc) {
593 : Stmt(CompoundStmtClass, Empty), Body(nullptr) {
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
685 : Stmt(SC), NextSwitchCase(nullptr) {}
869 std::fill_n(getAttrArrayPtr(), NumAttrs, nullptr); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Stmt.h 318 ExprIterator() : iterator_adaptor_base(nullptr) {}
333 ConstExprIterator() : iterator_adaptor_base(nullptr) {}
587 : Stmt(CompoundStmtClass), Body(nullptr), LBraceLoc(Loc), RBraceLoc(Loc) {
593 : Stmt(CompoundStmtClass, Empty), Body(nullptr) {
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
685 : Stmt(SC), NextSwitchCase(nullptr) {}
869 std::fill_n(getAttrArrayPtr(), NumAttrs, nullptr); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Stmt.h 318 ExprIterator() : iterator_adaptor_base(nullptr) {}
333 ConstExprIterator() : iterator_adaptor_base(nullptr) {}
587 : Stmt(CompoundStmtClass), Body(nullptr), LBraceLoc(Loc), RBraceLoc(Loc) {
593 : Stmt(CompoundStmtClass, Empty), Body(nullptr) {
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
685 : Stmt(SC), NextSwitchCase(nullptr) {}
869 std::fill_n(getAttrArrayPtr(), NumAttrs, nullptr); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Stmt.h 318 ExprIterator() : iterator_adaptor_base(nullptr) {}
333 ConstExprIterator() : iterator_adaptor_base(nullptr) {}
393 const ASTContext *Context = nullptr) const;
587 : Stmt(CompoundStmtClass), Body(nullptr), LBraceLoc(Loc), RBraceLoc(Loc) {
593 : Stmt(CompoundStmtClass, Empty), Body(nullptr) {
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc)
869 std::fill_n(getAttrArrayPtr(), NumAttrs, nullptr); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Stmt.h 318 ExprIterator() : iterator_adaptor_base(nullptr) {}
333 ConstExprIterator() : iterator_adaptor_base(nullptr) {}
393 const ASTContext *Context = nullptr) const;
587 : Stmt(CompoundStmtClass), Body(nullptr), LBraceLoc(Loc), RBraceLoc(Loc) {
593 : Stmt(CompoundStmtClass, Empty), Body(nullptr) {
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc)
869 std::fill_n(getAttrArrayPtr(), NumAttrs, nullptr); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Stmt.h 318 ExprIterator() : iterator_adaptor_base(nullptr) {}
333 ConstExprIterator() : iterator_adaptor_base(nullptr) {}
393 const ASTContext *Context = nullptr) const;
587 : Stmt(CompoundStmtClass), Body(nullptr), LBraceLoc(Loc), RBraceLoc(Loc) {
593 : Stmt(CompoundStmtClass, Empty), Body(nullptr) {
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc)
869 std::fill_n(getAttrArrayPtr(), NumAttrs, nullptr); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Stmt.h 318 ExprIterator() : iterator_adaptor_base(nullptr) {}
333 ConstExprIterator() : iterator_adaptor_base(nullptr) {}
393 const ASTContext *Context = nullptr) const;
587 : Stmt(CompoundStmtClass), Body(nullptr), LBraceLoc(Loc), RBraceLoc(Loc) {
593 : Stmt(CompoundStmtClass, Empty), Body(nullptr) {
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc)
869 std::fill_n(getAttrArrayPtr(), NumAttrs, nullptr); local
    [all...]

Completed in 796 milliseconds

1 2 3 4 5 67 8