/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RegisterNumber.h | 50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | LineTable.h | 119 typedef std::vector<gsym::LineEntry> Collection; typedef
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | Debuginfod.h | 158 DebuginfodCollection &Collection; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUIGroupLP.cpp | 154 SmallVector<SUnit *, 32> Collection; global() member in __anond089bb350111::SchedGroup 912 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 945 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 983 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1015 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument 1056 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 141 typedef llvm::SmallVector<Entry, N> Collection; typedef 445 typedef llvm::SmallVector<AugmentedEntry, N> Collection; typedef 741 typedef llvm::SmallVector<Entry, N> Collection; typedef
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerRegistryData.h | 179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph-diff.cpp | 296 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 428 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.cpp | 390 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 558 DebuginfodServer(DebuginfodLog & Log,DebuginfodCollection & Collection) DebuginfodServer() argument
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 109 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2035 ExprResult Collection; ParseForStatement() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2071 if (const Stmt *Collection = S->getCollection()) VisitObjCForCollectionStmt() local 2469 ObjCEnumerationCollection(Expr * Collection) ObjCEnumerationCollection() argument
|
H A D | TreeTransform.h | 2494 RebuildObjCForCollectionStmt(SourceLocation ForLoc,Stmt * Element,Expr * Collection,SourceLocation RParenLoc,Stmt * Body) RebuildObjCForCollectionStmt() argument 8464 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); TransformObjCForCollectionStmt() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 1802 llvm::Value *Collection; EmitObjCForCollectionStmt() local
|