Searched refs:Local (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv6remote.pl52 my %Local;
71 $Local{$addr} = 1;
87 if (/bytes from (.*), / and not defined $Local{$1}) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp120 DIPrinter &DIPrinter::operator<<(const DILocal &Local) { argument
121 if (Local.FunctionName.empty())
124 OS << Local.FunctionName << '\n';
126 if (Local.Name.empty())
129 OS << Local.Name << '\n';
131 if (Local.DeclFile.empty())
134 OS << Local.DeclFile;
135 OS << ':' << Local.DeclLine << '\n';
137 if (Local.FrameOffset)
138 OS << *Local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h219 llvm::DenseMap<const ValueDecl *, Scope::Local> Locals;
245 void add(const Scope::Local &Local, bool IsExtended) {
247 this->addExtended(Local);
249 this->addLocal(Local);
252 virtual void addLocal(const Scope::Local &Local) {
254 this->Parent->addLocal(Local);
257 virtual void addExtended(const Scope::Local &Local) {
[all...]
H A DByteCodeEmitter.h36 using Local = Scope::Local;
69 Local createLocal(Descriptor *D);
73 /// Local descriptors.
74 llvm::SmallVector<SmallVector<Local, 8>, 2> Descriptors;
H A DEvalEmitter.h40 using Local = Scope::Local;
71 Local createLocal(Descriptor *D);
80 /// Local descriptors.
81 llvm::SmallVector<SmallVector<Local, 8>, 2> Descriptors;
H A DByteCodeExprGen.cpp34 void addExtended(const Scope::Local &Local) override {
35 return this->addLocal(Local);
428 Scope::Local Local = this->createLocal(D);
430 Locals.insert({VD, Local});
431 VarScope->add(Local, IsExtended);
432 return Local.Offset;
456 Scope::Local Local
[all...]
H A DInterpFrame.cpp29 for (auto &Local : Scope.locals()) {
30 Block *B = new (localBlock(Local.Offset)) Block(Local.Desc);
46 for (auto &Local : Func->getScope(Idx).locals()) {
47 S.deallocate(reinterpret_cast<Block *>(localBlock(Local.Offset)));
H A DFunction.h35 struct Local { struct in class:clang::interp::Scope
42 using LocalVectorTy = llvm::SmallVector<Local, 8>;
137 /// Local area size: storage + metadata.
H A DEvalEmitter.cpp51 Scope::Local EvalEmitter::createLocal(Descriptor *D) {
238 for (auto &Local : Descriptors[I]) {
239 auto It = Locals.find(Local.Offset);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp34 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, argument
36 Mappings[Local] = Global;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp26 bool Local = GV.hasLocalLinkage(); local
27 if (Local || Delete) {
29 if (Local)
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dposix1.exp11 Local variables
23 Local variable substitutions
51 Local variables
63 Local variable substitutions
97 Local variables
109 Local variable substitutions
144 Local variables
156 Local variable substitutions
H A Dposix1.mk52 # Local variables: regular forms, D/F forms and suffix substitution.
66 "Local variables\n\
86 "Local variable substitutions\n\
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h54 DIPrinter &operator<<(const DILocal &Local);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp108 if (Sym->hasName() && Sym->getScope() != Scope::Local) {
277 if (Sym->getScope() == Scope::Local)
288 if (TargetSym.getScope() != Scope::Local) {
324 for (auto *Local : LocalDepsForName) {
325 assert(Local->getScope() == Scope::Local &&
327 auto LocalNamedDepsItr = LocalDeps.find(Local);
357 if (Sym->getScope() == Scope::Local) {
363 if (TargetSym.getScope() != Scope::Local)
401 auto *Local local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h99 unsigned ThreadLocal : 3; // Is this symbol "Thread Local", if so, what is
192 Local,
217 if (A == UnnamedAddr::Local || B == UnnamedAddr::Local)
218 return UnnamedAddr::Local;
243 /// If the value is "Thread Local", its value isn't shared by the threads.
280 void setDSOLocal(bool Local) { IsDSOLocal = Local; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp142 Local = findLocalPreprocessedEntitiesInRange(Range); local
146 return std::make_pair(Local.first, Local.second);
153 return std::make_pair(Local.first, Local.second);
158 if (Local.first == Local.second)
163 return std::make_pair(int(Loaded.first)-TotalLoaded, Local.second);
/freebsd-13-stable/contrib/sendmail/contrib/
H A DsocketmapServer.pl25 Local => $4,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h55 void addMapping(uint32_t Local, uint32_t Global);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp45 Local, // opencl_local
51 Local, // cuda_shared
60 Local, // opencl_local
66 Local, // cuda_shared
H A DAMDGPU.h34 Local = 3, enumerator in enum:clang::targets::final::AddrSpace
92 if (AddrSpace == Private || AddrSpace == Local)
363 } else if (AddressSpace == Local) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp62 static void checkFrameBase(WebAssemblyFunctionInfo &MFI, unsigned Local, argument
67 dbgs() << "Allocating local " << Local << "for VReg "
70 MFI.setFrameBaseLocal(Local);
221 auto Local = static_cast<unsigned>(MI.getOperand(1).getImm()); local
222 Reg2Local[Reg] = Local;
223 checkFrameBase(MFI, Local, Reg);
H A DWebAssemblyMachineFunctionInfo.h105 void setFrameBaseLocal(unsigned Local) { FrameBaseLocal = Local; } argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h501 SmallVector<T, LocalStorage> Local; member in class:clang::LazyVector
538 return Self->Local.begin()[this->I];
552 return iterator(this, Local.size());
556 Local.push_back(LocalValue);
570 Local.erase(&*From, &*To);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h90 Local = 1 << 7, member in class:clang::index::SymbolProperty

Completed in 289 milliseconds

1234