Searched refs:ObjectKind (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 80 struct ObjectKind { struct in __anon2f850c290211::MoveChecker 115 bool shouldBeTracked(ObjectKind OK) const { in shouldBeTracked() 136 bool shouldWarnAbout(ObjectKind OK, MisuseKind MK) const { in shouldWarnAbout() 147 ObjectKind classifyObject(const MemRegion *MR, const CXXRecordDecl *RD) const; 283 ObjectKind OK = Chk.classifyObject(Region, RD); in VisitNode() 337 ObjectKind OK = classifyObject(Region, RD); in modelUse() 470 ObjectKind OK = classifyObject(ArgRegion, RD); in checkPostCall() 536 MoveChecker::ObjectKind 568 ObjectKind OK = classifyObject(MR, RD); in explainObject()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | InputFiles.h | 58 enum Kind { ArchiveKind, ObjectKind, ImportKind, BitcodeKind }; enumerator 109 explicit ObjFile(MemoryBufferRef M) : InputFile(ObjectKind, M) {} in ObjFile() 110 static bool classof(const InputFile *F) { return F->kind() == ObjectKind; } in classof()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1450 } ObjectKind; in diagnoseRepeatedUseOfWeak() local 1454 ObjectKind = Variable; in diagnoseRepeatedUseOfWeak() 1456 ObjectKind = Property; in diagnoseRepeatedUseOfWeak() 1458 ObjectKind = ImplicitProperty; in diagnoseRepeatedUseOfWeak() 1460 ObjectKind = Ivar; in diagnoseRepeatedUseOfWeak() 1472 << int(ObjectKind) << KeyProp << int(FunctionKind) in diagnoseRepeatedUseOfWeak()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Expr.h | 118 ExprBits.ObjectKind = OK; in Expr() 119 assert(ExprBits.ObjectKind == OK && "truncated kind"); in Expr() 413 return static_cast<ExprObjectKind>(ExprBits.ObjectKind); in getObjectKind() 425 void setObjectKind(ExprObjectKind Cat) { ExprBits.ObjectKind = Cat; } in setObjectKind()
|
| H A D | Stmt.h | 309 unsigned ObjectKind : 3; in alignas() local
|