Searched refs:Objects (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2803 auto IsNAC = [](ArrayRef<const Value *> Objects) {
2804 return all_of(Objects, isNoAliasCall);
2810 auto IsAllocDisjoint = [](ArrayRef<const Value *> Objects) {
2811 return all_of(Objects, ::isAllocDisjoint);
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3450 ArrayRef<CleanupObject> Objects);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp963 CXXRecordDecl *RD, llvm::SmallVectorImpl<CXXRecordDecl *> &Objects) {
977 Objects.push_back(PublicSubobject);
962 getUnambiguousPublicSubobjects( CXXRecordDecl *RD, llvm::SmallVectorImpl<CXXRecordDecl *> &Objects) argument

Completed in 126 milliseconds

12