Searched refs:Symbols (Results 1 - 25 of 135) sorted by path

123456

/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h659 extern struct assoc * Symbols;
H A Drcsedit.c1765 for (next = Symbols; next; next = next->nextassoc)
1781 next->nextassoc = Symbols;
1782 Symbols = next;
H A Drcsfnms.c394 Head=0; Dbranch=0; AccessList=0; Symbols=0; Locks=0;
H A Drcsgen.c498 curassoc = Symbols;
H A Drcsrev.c657 for (next = Symbols; next; next = next->nextassoc)
H A Drcssyn.c195 struct assoc * Symbols; variable in typeref:struct:assoc
277 LastSymbol = &Symbols;
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c1329 for (pre = &Symbols; ; pre = &pt->nextassoc)
/freebsd-11-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c429 for (curassoc=Symbols; curassoc; curassoc=curassoc->nextassoc)
/freebsd-11-stable/release/packages/
H A DMakefile.package43 jail-debug_DESCR= Debugging Symbols
47 jail-lib32-debug_DESCR=32-bit Debugging Symbols
60 runtime-debug_DESCR= Debugging Symbols
64 runtime-lib32-debug_DESCR=32-bit Debugging Symbols
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp851 /// LazySymbols - Symbols to generate a lazy reference for. See
6206 SmallVector<llvm::Constant*, 8> Symbols(NumClasses);
6208 Symbols[i] = llvm::ConstantExpr::getBitCast(Container[i],
6212 Symbols.size()),
6213 Symbols);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp86 // Symbols from `import {SymbolA, SymbolB, ...} from ...;`.
87 SmallVector<JsImportedSymbol, 1> Symbols; member in struct:clang::format::JsModuleReference
247 SmallVector<JsImportedSymbol, 1> Symbols = Reference.Symbols; local
249 Symbols, [&](const JsImportedSymbol &LHS, const JsImportedSymbol &RHS) {
252 if (Symbols == Reference.Symbols) {
259 SourceLocation SymbolsStart = Reference.Symbols.front().Range.getBegin();
260 SourceLocation SymbolsEnd = Reference.Symbols.back().Range.getEnd();
263 for (auto I = Symbols
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp39 bool WriteNamedDecl(const NamedDecl *ND, MangledSymbols &Symbols, int RDO) { argument
106 if (Symbols.find(ND) != Symbols.end())
129 Symbols.insert(std::make_pair(
144 MangledSymbols &Symbols, int RDO) {
146 HandleNamedDecl(dyn_cast<NamedDecl>(D), Symbols, RDO); local
150 MangledSymbols &Symbols, int RDO) {
152 HandleNamedDecl(dyn_cast<NamedDecl>(D), Symbols, RDO); local
156 MangledSymbols &Symbols, int RDO) {
158 HandleNamedDecl(dyn_cast<NamedDecl>(D), Symbols, RD local
143 HandleDecls(const llvm::iterator_range<DeclContext::decl_iterator> &Decls, MangledSymbols &Symbols, int RDO) argument
149 HandleTemplateSpecializations(const FunctionTemplateDecl &FTD, MangledSymbols &Symbols, int RDO) argument
155 HandleTemplateSpecializations(const ClassTemplateDecl &CTD, MangledSymbols &Symbols, int RDO) argument
161 HandleNamedDecl(const NamedDecl *ND, MangledSymbols &Symbols, int RDO) argument
179 HandleTemplateSpecializations(*cast<ClassTemplateDecl>(ND), Symbols, RDO); local
182 HandleTemplateSpecializations(*cast<FunctionTemplateDecl>(ND), Symbols, local
267 MangledSymbols Symbols; variable
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp171 std::vector<const NamedDecl *> Symbols = local
174 if (Symbols.size() != 1)
181 return IndexCtx.handleReference(Symbols[0], Loc, Parent, ParentDC, Roles,
H A DIndexTypeSourceInfo.cpp193 std::vector<const NamedDecl *> Symbols = RD->lookupDependentName( local
195 if (Symbols.size() != 1)
197 return IndexCtx.handleReference(Symbols[0], TL.getNameLoc(), Parent,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1180 InvalidatedSymbols &Symbols; member in class:final
1183 explicit CollectReachableSymbolsCallback(InvalidatedSymbols &Symbols) argument
1184 : Symbols(Symbols) {}
1186 const InvalidatedSymbols &getSymbols() const { return Symbols; }
1189 Symbols.insert(Sym);
1193 InvalidatedSymbols Symbols; local
1194 CollectReachableSymbolsCallback CallBack(Symbols);
2680 /*Symbols=*/nullptr);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp15 #include "Symbols.h"
718 if (ss.kind() != DebugSubsectionKind::Symbols)
H A DPDB.cpp15 #include "Symbols.h"
1076 case DebugSubsectionKind::Symbols: {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h80 static void Symbols(CommandInterpreter &interpreter,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLocateSymbolFile.h23 class Symbols { class in namespace:lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp36 {eSymbolCompletion, CommandCompletions::Symbols},
272 void CommandCompletions::Symbols(CommandInterpreter &interpreter, function in class:CommandCompletions
H A DCommandObjectTarget.cpp2505 if (Symbols::DownloadObjectAndSymbolFile(module_spec)) {
4283 if (Symbols::DownloadObjectAndSymbolFile(module_spec)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp847 Symbols::LocateExecutableObjectFile(module_spec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3975 Symbols::LocateExecutableSymbolFile(module_spec, search_paths);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp171 case PDB_TableType::Symbols:
1919 // in Public Symbols either.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp97 Symbols::LocateExecutableSymbolFile(module_spec, search_paths);

Completed in 357 milliseconds

123456