Home
last modified time | relevance | path

Searched refs:Collect (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp75 Collect(path); in Fopen()
80 Collect(path); in Open()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt() argument
25 SubExprs[COLLECTION] = Collect; in ObjCForCollectionStmt()
H A DCXXInheritance.cpp504 void Collect(const CXXRecordDecl *RD, bool VirtualBase,
511 void FinalOverriderCollector::Collect(const CXXRecordDecl *RD, in Collect() function in FinalOverriderCollector
529 Collect(BaseDecl, false, InVirtualSubobject, Overriders); in Collect()
551 Collect(BaseDecl, true, BaseDecl, *MyVirtualOverriders); in Collect()
554 Collect(BaseDecl, false, InVirtualSubobject, ComputedBaseOverriders); in Collect()
644 Collector.Collect(this, false, nullptr, FinalOverriders); in getFinalOverriders()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp299 Collect(path); in CreateDataBuffer()
453 Collect(file_spec.GetPath()); in Open()
499 void FileSystem::Collect(const FileSpec &file_spec) { in Collect() function in FileSystem
500 Collect(file_spec.GetPath()); in Collect()
503 void FileSystem::Collect(const llvm::Twine &file) { in Collect() function in FileSystem
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp155 void runImpl(const driver::Action *A, bool Collect) { in runImpl()
156 bool CollectChildren = Collect; in runImpl()
163 if (Collect) { in runImpl()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h194 void Collect(const FileSpec &file_spec);
195 void Collect(const llvm::Twine &file);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h76 Collect, enumerator
H A DGCNSchedStrategy.cpp306 MinOccupancy(StartingOccupancy), Stage(Collect), RegionIdx(0) { in GCNScheduleDAGMILive()
312 if (Stage == Collect) { in schedule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp214 FileSystem::Instance().Collect(filename); in LoadScriptingModule()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h29 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp138 bool Collect; member
143 if (Collect) in lex()
149 assert(Collect && "did not collect tokens"); in revert()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def262 CODEGENOPT(SanitizeStats , 1, 0) ///< Collect statistics for sanitizers.
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp419 FileSystem::Instance().Collect(oso_file); in GetModuleByCompUnitInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp751 auto Collect = [&](TemplateArgument Pattern) { in addPacks() local
763 Collect(Pattern); in addPacks()
771 Collect(ExtraDeductions.pop_back_val()); in addPacks()
H A DSemaDeclCXX.cpp12719 auto Collect = [&Bases](const CXXRecordDecl *Base) { in CheckUsingDeclQualifier() local
12725 if (!cast<CXXRecordDecl>(CurContext)->forallBases(Collect)) in CheckUsingDeclQualifier()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1220 SDValue Collect = in compressHvxPred() local
1222 return DAG.getBitcast(ResTy, Collect); in compressHvxPred()
/freebsd-13.1/sys/contrib/zstd/
H A DCHANGELOG58 misc: Collect all of zstd's libc dependencies into zstd_deps.h
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2834 FileSystem::Instance().Collect(module_file); in LoadScriptingModule()
/freebsd-13.1/crypto/openssh/
H A DChangeLog11106 Collect options specified by -O but delay parsing/validation of