Searched refs:Collect (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp75 Collect(path);
80 Collect(path);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, argument
25 SubExprs[COLLECTION] = Collect;
H A DCXXInheritance.cpp583 void Collect(const CXXRecordDecl *RD, bool VirtualBase,
590 void FinalOverriderCollector::Collect(const CXXRecordDecl *RD,
608 Collect(BaseDecl, false, InVirtualSubobject, Overriders);
612 // Collect all of the overridders from the base class subobject
625 // Collect may cause VirtualOverriders to reallocate, invalidating the
630 Collect(BaseDecl, true, BaseDecl, *MyVirtualOverriders);
633 Collect(BaseDecl, false, InVirtualSubobject, ComputedBaseOverriders);
723 Collector.Collect(this, false, nullptr, FinalOverriders);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h68 Collect,
H A DGCNRegBankReassign.cpp207 // Collect cadidate instructions across function. Returns a number stall
208 // cycles detected. Only counts stalls if Collect is false.
209 unsigned collectCandidates(MachineFunction &MF, bool Collect = true);
215 // Bank. If Bank is -1 does not perform substitution. If Collect is set
219 int Bank = -1, bool Collect = false);
590 bool Collect) {
603 if (Collect)
708 bool Collect) {
713 LLVM_DEBUG(if (Collect) {
726 if (Collect)
[all...]
H A DGCNSchedStrategy.cpp299 MinOccupancy(StartingOccupancy), Stage(Collect), RegionIdx(0) {
305 if (Stage == Collect) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h189 void Collect(const FileSpec &file_spec);
190 void Collect(const llvm::Twine &file);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp299 Collect(path);
437 Collect(file_spec.GetPath());
485 void FileSystem::Collect(const FileSpec &file_spec) { function in class:FileSystem
486 Collect(file_spec.GetPath());
489 void FileSystem::Collect(const llvm::Twine &file) { function in class:FileSystem
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp155 void runImpl(const driver::Action *A, bool Collect) { argument
156 bool CollectChildren = Collect;
163 if (Collect) {
308 // Collect only for Assemble, Backend, and Compile jobs. If we do all jobs
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp129 FileSystem::Instance().Collect(filename);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h29 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp136 bool Collect; member in struct:__anon1954::TokenCollector
141 if (Collect)
147 assert(Collect && "did not collect tokens");
1353 // Collect the warning ids.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp417 FileSystem::Instance().Collect(oso_file);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp749 auto Collect = [&](TemplateArgument Pattern) { local
761 Collect(Pattern);
769 Collect(ExtraDeductions.pop_back_val());
H A DSemaDeclCXX.cpp9631 // Collect the overload only if its hidden.
12429 auto Collect = [&Bases](const CXXRecordDecl *Base) {
12434 // Collect all bases. Return false if we find a dependent base.
12435 if (!cast<CXXRecordDecl>(CurContext)->forallBases(Collect))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1119 SDValue Collect = local
1121 return DAG.getBitcast(ResTy, Collect);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2683 FileSystem::Instance().Collect(target_file);

Completed in 309 milliseconds