Searched defs:nullptr (Results 126 - 150 of 165) sorted by relevance

1234567

/external/llvm/lib/IR/
H A DAsmWriter.cpp54 return MA->getParent() ? MA->getParent()->getParent() : nullptr;
57 return BB->getParent() ? BB->getParent()->getParent() : nullptr;
60 const Function *M = I->getParent() ? I->getParent()->getParent() : nullptr;
61 return M ? M->getParent() : nullptr;
66 return nullptr;
425 return new SlotTracker((Function *)nullptr);
428 return nullptr;
440 : TheModule(M), TheFunction(nullptr), FunctionProcessed(false),
447 : TheModule(F ? F->getParent() : nullptr), TheFunction(F),
454 TheModule = nullptr; ///< Preven
2297 void Module::dump() const { print(dbgs(), nullptr); } local
[all...]
H A DVerifier.cpp91 : OS(OS), M(nullptr), Broken(false) {}
119 void CheckFailed(const Twine &Message, const Value *V1 = nullptr, argument
120 const Value *V2 = nullptr, const Value *V3 = nullptr,
121 const Value *V4 = nullptr) {
131 const Value *V3 = nullptr) {
139 void CheckFailed(const Twine &Message, Type *T1, Type *T2 = nullptr, argument
140 Type *T3 = nullptr) {
178 : VerifierSupport(OS), Context(nullptr), DL(nullptr),
130 CheckFailed(const Twine &Message, const Value *V1, Type *T2, const Value *V3 = nullptr) argument
[all...]
/external/llvm/lib/MC/
H A DMCDwarf.cpp126 MCSymbol *LastLabel = nullptr;
846 MCSymbol *LineSectionSymbol = nullptr;
849 MCSymbol *AbbrevSectionSymbol = nullptr;
850 MCSymbol *InfoSectionSymbol = nullptr;
979 const char *comment = nullptr) {
1012 : CFAOffset(0), CIENum(0), IsEH(isEH), SectionStart(nullptr) {}
1443 EmitCFIInstructions(streamer, Instructions, nullptr);
1524 return CIEKey(nullptr, 0, -1, false, false);
1527 return CIEKey(nullptr, -1, 0, false, false);
1609 MCSymbol *FDEEnd = nullptr;
977 EmitFDESymbol(MCStreamer &streamer, const MCSymbol &symbol, unsigned symbolEncoding, bool isEH, const char *comment = nullptr) argument
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp307 const User *U = nullptr;
1309 const char *IntrMemName = nullptr) {
1308 SelectCall(const Instruction *I, const char *IntrMemName = nullptr) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc5096 layer_tree_host()->SetRootLayer(nullptr); variable
5104 EXPECT_EQ(nullptr, layer_tree_host()->root_layer());
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h300 SExprRef() : Ptr(nullptr) { }
301 SExprRef(std::nullptr_t P) : Ptr(nullptr) { }
302 SExprRef(SExprRef &&R) : Ptr(R.Ptr) { R.Ptr = nullptr; }
321 bool operator==(std::nullptr_t) const { return Ptr == nullptr; }
322 bool operator!=(std::nullptr_t) const { return Ptr != nullptr; }
374 inline Variable(SExpr *D, const clang::ValueDecl *Cvd = nullptr);
375 inline Variable(StringRef s, SExpr *D = nullptr);
441 SExpr(COP_Future), Status(FS_pending), Result(nullptr), Location(nullptr)
455 virtual SExpr *create() { return nullptr; }
567 Undefined(const clang::Stmt *S = nullptr) argument
951 SApply(SExpr *Sf, SExpr *A = nullptr) argument
952 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) argument
1036 Call(SExpr *T, const clang::CallExpr *Ce = nullptr) argument
1411 BasicBlock(MemRegionRef A, BasicBlock* P = nullptr) argument
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp323 return I == Temporaries.end() ? nullptr : &I->second;
350 explicit OptionalDiagnostic(PartialDiagnostic *Diag = nullptr) argument
510 : Ctx(const_cast<ASTContext &>(C)), EvalStatus(S), CurrentCall(nullptr),
513 BottomFrame(*this, SourceLocation(), nullptr, nullptr, nullptr),
514 EvaluatingDecl((const ValueDecl *)nullptr),
515 EvaluatingDeclValue(nullptr), HasActiveDiagnostic(false),
549 return (Frame->Index == CallIndex) ? Frame : nullptr;
746 SmallVectorImpl<PartialDiagnosticAt> *NewDiag = nullptr)
745 SpeculativeEvaluationRAII(EvalInfo &Info, SmallVectorImpl<PartialDiagnosticAt> *NewDiag = nullptr) argument
1323 CheckLiteralType(EvalInfo &Info, const Expr *E, const LValue *This = nullptr) argument
1782 HandleLValueDirectBase(EvalInfo &Info, const Expr *E, LValue &Obj, const CXXRecordDecl *Derived, const CXXRecordDecl *Base, const ASTRecordLayout *RL = nullptr) argument
1836 HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, const FieldDecl *FD, const ASTRecordLayout *RL = nullptr) argument
[all...]
H A DVTableBuilder.cpp48 BaseOffset() : DerivedClass(nullptr), VirtualBase(nullptr),
74 OverriderInfo() : Method(nullptr), VirtualBase(nullptr),
225 const CXXRecordDecl *VirtualBase = nullptr;
1299 /*FinalOverriders=*/nullptr,
1454 return nullptr;
1508 const CXXDestructorDecl *ImplicitVirtualDtor = nullptr;
2147 assert(LHS.Method == nullptr && RHS.Method == nullptr);
2541 AddMethods(BaseSubobject(MostDerivedClass, CharUnits::Zero()), 0, nullptr, local
[all...]
/external/clang/lib/CodeGen/
H A DCGClass.cpp69 return nullptr;
117 assert(!nonVirtualOffset.isZero() || virtualOffset != nullptr);
146 const CXXRecordDecl *VBase = nullptr;
172 VBase = nullptr; // we no longer have a virtual step
185 llvm::BasicBlock *origBB = nullptr;
186 llvm::BasicBlock *endBB = nullptr;
201 llvm::Value *VirtualOffset = nullptr;
250 llvm::BasicBlock *CastNull = nullptr;
251 llvm::BasicBlock *CastNotNull = nullptr;
252 llvm::BasicBlock *CastEnd = nullptr;
1971 /*NearestVBase=*/nullptr, local
[all...]
H A DCodeGenFunction.h107 JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {}
113 bool isValid() const { return Block != nullptr; }
174 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {
201 bool isCXXThisExprCaptured() const { return CXXThisFieldDecl != nullptr; }
618 assert(CGF.OutermostConditional != nullptr);
620 CGF.OutermostConditional = nullptr;
632 bool isInConditionalBranch() const { return OutermostConditional != nullptr; }
653 CGF.OutermostConditional = nullptr;
670 PeepholeProtection() : Inst(nullptr) {}
1297 createBasicBlock(const Twine &name = �, llvm::Function *parent = nullptr, llvm::BasicBlock *before = nullptr) argument
[all...]
H A DCGObjC.cpp93 const ObjCDictionaryLiteral *DLE = nullptr;
110 llvm::Value *Keys = nullptr;
317 ObjCInterfaceDecl *OID = nullptr;
320 llvm::Value *Receiver = nullptr;
469 DebugInfo = nullptr; // disable debug info indefinitely for this function
823 /*nrvo*/ nullptr); local
904 getPropertyFn, ReturnValueSlot(), args, nullptr,
1150 llvm::Value *setOptimizedPropertyFn = nullptr;
1151 llvm::Value *setPropertyFn = nullptr;
1334 CodeGenFunction::Destroyer *destroyer = nullptr;
2904 ImplicitParamDecl dstDecl(getContext(), FD, SourceLocation(), nullptr,DestTy); local
2906 ImplicitParamDecl srcDecl(getContext(), FD, SourceLocation(), nullptr, SrcTy); local
2983 ImplicitParamDecl dstDecl(getContext(), FD, SourceLocation(), nullptr,DestTy); local
2985 ImplicitParamDecl srcDecl(getContext(), FD, SourceLocation(), nullptr, SrcTy); local
[all...]
H A DMicrosoftCXXABI.cpp41 : CGCXXABI(CGM), BaseClassDescriptorType(nullptr),
42 ClassHierarchyDescriptorType(nullptr),
43 CompleteObjectLocatorType(nullptr) {}
165 return nullptr;
387 /*Initializer=*/nullptr, Name);
438 llvm::Value **VBPtr = nullptr);
444 llvm::Value **VBPtr = nullptr) {
539 GuardInfo() : Guard(nullptr), BitIndex(0) {}
850 llvm::Value *Int8This = nullptr; // Initialize lazily.
1051 = ImplicitParamDecl::Create(Context, nullptr,
440 GetVBaseOffsetFromVBPtr(CodeGenFunction &CGF, llvm::Value *Base, int32_t VBPtrOffset, int32_t VBTableOffset, llvm::Value **VBPtr = nullptr) argument
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp129 RefParamComparisons = nullptr);
158 return nullptr;
386 D = D ? cast<ValueDecl>(D->getCanonicalDecl()) : nullptr;
587 DeducedPack(unsigned Index) : Index(Index), Outer(nullptr) {}
804 RefParamComparisons = nullptr) {
2476 return Spec->getTemplateName().getAsTemplateDecl() != nullptr;
2615 CXXRecordDecl *ThisContext = nullptr;
3077 FunctionDecl *Specialization = nullptr;
3169 ParamRefType != nullptr);
3338 nullptr,
795 DeduceTemplateArguments(Sema &S, TemplateParameterList *TemplateParams, const QualType *Params, unsigned NumParams, const QualType *Args, unsigned NumArgs, TemplateDeductionInfo &Info, SmallVectorImpl<DeducedTemplateArgument> &Deduced, unsigned TDF, bool PartialOrdering = false, SmallVectorImpl<RefParamPartialOrderingComparison> * RefParamComparisons = nullptr) argument
[all...]
H A DSemaCodeComplete.cpp107 DeclOrVector = ((NamedDecl *)nullptr);
175 LookupFilter Filter = nullptr)
180 ObjCImplementation(nullptr)
216 Result *data() { return Results.empty()? nullptr : &Results.front(); }
292 void MaybeAddResult(Result R, DeclContext *CurContext = nullptr);
368 iterator() : DeclOrIterator((NamedDecl *)nullptr), SingleDeclIndex(0) {}
378 DeclOrIterator = (NamedDecl *)nullptr;
465 NestedNameSpecifier *Result = nullptr;
533 Filter != nullptr))
782 const CXXRecordDecl *Record = nullptr;
172 ResultBuilder(Sema &SemaRef, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, const CodeCompletionContext &CompletionContext, LookupFilter Filter = nullptr) argument
4353 CurContext, nullptr, false); local
5702 CurContext, nullptr, false); local
5769 CurContext, nullptr, false); local
5864 CurContext, nullptr, false); local
5901 CurContext, nullptr, false); local
6001 CurContext, nullptr, false); local
[all...]
H A DSemaDeclObjC.cpp73 const ObjCInterfaceDecl *receiverClass = nullptr;
306 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused");
378 ObjCImplDecl *ImplDeclOfMethodDecl = nullptr;
400 IC->getSuperClass() != nullptr;
440 ObjCInterfaceValidatorCCC() : CurrentIDecl(nullptr) {}
526 nullptr, Validator, CTK_ErrorRecovery)) {
584 SuperClassDecl = nullptr;
641 return nullptr;
662 return nullptr;
716 ObjCProtocolDecl *PDecl = nullptr;
1244 WarnUndefinedMethod(Sema &S, SourceLocation ImpLoc, ObjCMethodDecl *method, bool &IncompleteImpl, unsigned DiagID, NamedDecl *NeededFor = nullptr) argument
[all...]
/external/llvm/include/llvm/IR/
H A DIRBuilder.h61 IRBuilderBase(LLVMContext &context, MDNode *FPMathTag = nullptr) argument
73 BB = nullptr;
74 InsertPt = nullptr;
143 InsertPoint() : Block(nullptr) {}
150 bool isSet() const { return (Block != nullptr); }
370 bool isVolatile = false, MDNode *TBAATag = nullptr) {
375 bool isVolatile = false, MDNode *TBAATag = nullptr);
382 bool isVolatile = false, MDNode *TBAATag = nullptr,
383 MDNode *TBAAStructTag = nullptr) {
389 bool isVolatile = false, MDNode *TBAATag = nullptr,
369 CreateMemSet(Value *Ptr, Value *Val, uint64_t Size, unsigned Align, bool isVolatile = false, MDNode *TBAATag = nullptr) argument
381 CreateMemCpy(Value *Dst, Value *Src, uint64_t Size, unsigned Align, bool isVolatile = false, MDNode *TBAATag = nullptr, MDNode *TBAAStructTag = nullptr) argument
397 CreateMemMove(Value *Dst, Value *Src, uint64_t Size, unsigned Align, bool isVolatile = false, MDNode *TBAATag = nullptr) argument
440 IRBuilder(LLVMContext &C, const T &F, const Inserter &I = Inserter(), MDNode *FPMathTag = nullptr) argument
445 IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr) argument
449 IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr) argument
454 IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr) argument
459 IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr) argument
465 IRBuilder(Use &U, MDNode *FPMathTag = nullptr) argument
471 IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP, const T& F, MDNode *FPMathTag = nullptr) argument
477 IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP, MDNode *FPMathTag = nullptr) argument
549 CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, MDNode *BranchWeights = nullptr) argument
558 CreateSwitch(Value *V, BasicBlock *Dest, unsigned NumCases = 10, MDNode *BranchWeights = nullptr) argument
646 CreateFAdd(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) argument
668 CreateFSub(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) argument
690 CreateFMul(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) argument
722 CreateFDiv(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) argument
742 CreateFRem(Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) argument
851 CreateBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, const Twine &Name = �, MDNode *FPMathTag = nullptr) argument
878 CreateFNeg(Value *V, const Twine &Name = �, MDNode *FPMathTag = nullptr) argument
895 CreateAlloca(Type *Ty, Value *ArraySize = nullptr, const Twine &Name = �) argument
[all...]
H A DInstructions.h63 explicit AllocaInst(Type *Ty, Value *ArraySize = nullptr,
65 Instruction *InsertBefore = nullptr);
69 AllocaInst(Type *Ty, const Twine &Name, Instruction *InsertBefore = nullptr);
73 const Twine &Name = "", Instruction *InsertBefore = nullptr);
160 Instruction *InsertBefore = nullptr);
164 unsigned Align, Instruction *InsertBefore = nullptr);
170 Instruction *InsertBefore = nullptr);
178 explicit LoadInst(Value *Ptr, const char *NameStr = nullptr,
180 Instruction *InsertBefore = nullptr);
285 Instruction *InsertBefore = nullptr);
792 Create(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
809 CreateInBounds(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
1249 Create(Value *Func, ArrayRef<Value *> Args, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
1262 Create(Value *F, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
1547 Create(Value *C, Value *S1, Value *S2, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
1603 VAArgInst(Value *List, Type *Ty, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
1643 Create(Value *Vec, Value *Idx, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
1704 Create(Value *Vec, Value *NewElt, Value *Idx, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
1858 Create(Value *Agg, ArrayRef<unsigned> Idxs, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
1973 Create(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
2080 PHINode(Type *Ty, unsigned NumReservedValues, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
2106 Create(Type *Ty, unsigned NumReservedValues, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
2395 Create(LLVMContext &C, Value *retVal = nullptr, Instruction *InsertBefore = nullptr) argument
2467 Create(BasicBlock *IfTrue, Instruction *InsertBefore = nullptr) argument
2471 Create(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond, Instruction *InsertBefore = nullptr) argument
2693 Create(Value *Value, BasicBlock *Default, unsigned NumCases, Instruction *InsertBefore = nullptr) argument
2973 Create(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, ArrayRef<Value *> Args, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
3228 Create(Value *Exn, Instruction *InsertBefore = nullptr) argument
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp168 : Asm(A), MMI(Asm->MMI), FirstCU(nullptr), PrevLabel(nullptr),
180 DwarfInfoSectionSym = DwarfAbbrevSectionSym = DwarfStrSectionSym = nullptr;
181 DwarfDebugRangeSectionSym = DwarfDebugLocSectionSym = nullptr;
182 DwarfLineSectionSym = nullptr;
183 DwarfAddrSectionSym = nullptr;
184 DwarfAbbrevDWOSectionSym = DwarfStrDWOSectionSym = nullptr;
185 FunctionBeginSym = FunctionEndSym = nullptr;
186 CurFn = nullptr;
187 CurMI = nullptr;
225 emitSectionSym(AsmPrinter *Asm, const MCSection *Section, const char *SymbolStem = nullptr) argument
[all...]
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp120 explicit CodeGenPrepare(const TargetMachine *TM = nullptr) argument
121 : FunctionPass(ID), TM(TM), TLI(nullptr) {
175 DT = DTWP ? &DTWP->getDomTree() : nullptr;
851 TLI ? TLI->getDataLayout() : nullptr,
852 TLInfo, ModifiedDT ? nullptr : DT);
876 const DataLayout *TD = TLI ? TLI->getDataLayout() : nullptr;
926 PHINode *PN = nullptr;
927 BitCastInst *BCI = nullptr;
1042 ExtAddrMode() : BaseReg(nullptr), ScaledReg(nullptr) {}
1373 InstructionRemover(Instruction *Inst, Value *New = nullptr) argument
[all...]
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp755 const User *U = nullptr;
2168 GlobalValue::ExternalLinkage, nullptr,
2273 const char *IntrMemName = nullptr) {
3079 return nullptr;
2272 SelectCall(const Instruction *I, const char *IntrMemName = nullptr) argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp79 SmallVectorImpl<uint64_t> *Offsets = nullptr,
270 return nullptr;
1674 : nullptr))) {
2434 Info.ptrVal = nullptr;
2464 Info.ptrVal = nullptr;
2489 Info.ptrVal = nullptr;
2514 Info.ptrVal = nullptr;
2539 Info.ptrVal = nullptr;
77 ComputePTXValueVTs(const TargetLowering &TLI, Type *Ty, SmallVectorImpl<EVT> &ValueVTs, SmallVectorImpl<uint64_t> *Offsets = nullptr, uint64_t StartingOffset = 0) argument
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp163 bool isDead() const { return getUse() == nullptr; }
164 void kill() { UseAndIsSplittable.setPointer(nullptr); }
324 return nullptr;
646 return nullptr;
728 PointerEscapingInstr(nullptr) {
877 Value *Arg = nullptr;
973 C(nullptr), DL(nullptr), DT(nullptr) {
1015 Type *Ty = nullptr;
1079 isSafePHIToSpeculate(PHINode &PN, const DataLayout *DL = nullptr) argument
1197 isSafeSelectToSpeculate(SelectInst &SI, const DataLayout *DL = nullptr) argument
2153 getSliceAlign(Type *Ty = nullptr) argument
[all...]
/external/clang/include/clang/AST/
H A DStmt.h65 ExprIterator() : I(nullptr) {}
84 ConstExprIterator() : I(nullptr) {}
558 : Stmt(CompoundStmtClass), Body(nullptr), LBracLoc(Loc), RBracLoc(Loc) {
564 : Stmt(CompoundStmtClass, Empty), Body(nullptr) {
579 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
595 return !body_empty() ? Body[size() - 1] : nullptr;
649 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
653 : Stmt(SC), NextSwitchCase(nullptr) {}
690 SubExprs[SUBSTMT] = nullptr;
877 Stmt *elsev = nullptr);
1995 Capture(SourceLocation Loc, VariableCaptureKind Kind, VarDecl *Var = nullptr) argument
[all...]
/external/clang/include/clang/Parse/
H A DParser.h594 CorrectionCandidateCallback *CCC = nullptr);
707 WithinObjCContainer(P.ParsingInObjCContainer, DC != nullptr) {
775 this->Self = nullptr;
784 Self = nullptr;
971 CachedTokens *Toks = nullptr)
991 ExceptionSpecTokens(nullptr) {}
1114 : Kind(NonTemplate), TemplateParams(nullptr), TemplateLoc() { }
1125 : Kind(ExplicitInstantiation), TemplateParams(nullptr),
1218 ParsingDeclSpec *DS = nullptr);
1223 ParsingDeclSpec *DS = nullptr,
970 LateParsedDefaultArgument(Decl *P, CachedTokens *Toks = nullptr) argument
2031 MaybeParseGNUAttributes(Declarator &D, LateParsedAttrList *LateAttrs = nullptr) argument
2040 MaybeParseGNUAttributes(ParsedAttributes &attrs, SourceLocation *endLoc = nullptr, LateParsedAttrList *LateAttrs = nullptr) argument
2068 MaybeParseCXX11Attributes(ParsedAttributes &attrs, SourceLocation *endLoc = nullptr) argument
2076 MaybeParseCXX11Attributes(ParsedAttributesWithRange &attrs, SourceLocation *endLoc = nullptr, bool OuterMightBeMessageSend = false) argument
2098 MaybeParseMicrosoftAttributes(ParsedAttributes &attrs, SourceLocation *endLoc = nullptr) argument
[all...]
/external/clang/lib/Analysis/
H A DThreadSafety.cpp180 : AttrDecl(D), SelfArg(nullptr), SelfArrow(false), NumArgs(0),
181 FunArgs(nullptr), PrevCtx(nullptr) {}
192 unsigned make(ExprOp O, unsigned F = 0, const void *D = nullptr) { argument
239 return nullptr;
276 int *NDeref = nullptr) {
373 unsigned Root = makeCall(NumCallArgs, nullptr);
466 const NamedDecl *D, VarDecl *SelfDecl = nullptr) {
484 buildSExpr(MutexExp, nullptr);
504 CallCtx.SelfArg = nullptr; // Wil
275 buildSExpr(const Expr *Exp, CallingContext *CallCtx, int *NDeref = nullptr) argument
465 buildSExprFromExpr(const Expr *MutexExp, const Expr *DeclExp, const NamedDecl *D, VarDecl *SelfDecl = nullptr) argument
547 SExpr(const Expr *MutexExp, const Expr *DeclExp, const NamedDecl *D, VarDecl *SelfDecl = nullptr) argument
[all...]

Completed in 2288 milliseconds

1234567