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

12345

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dlocal.cc13 class Local { class
22 Local l;
23 static Local l1;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dlocal.cc13 class Local { class
22 Local l;
23 static Local l1;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-csky/
H A Dtls-le.d1 #name: TLS Local Exec link test
H A Dtls-le-v1.d1 #name: TLS Local Exec link test (C-SKY v1)
/netbsd-current/sys/rump/net/lib/liblocal/
H A DMakefile7 COMMENT=Local domain sockets (PF_LOCAL/PF_UNIX)
/netbsd-current/external/apache2/llvm/dist/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.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp34 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, argument
36 Mappings[Local] = Global;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dtlsdyn-o32-2.s29 # Local Dynamic
51 # Local Exec
H A Dgot-dump-1.d15 Local entries:
H A Dgot-dump-2.d15 Local entries:
H A Dtlsbin-o32.s25 # Local Dynamic
44 # Local Exec
H A Dtlsdyn-o32.s29 # Local Dynamic
51 # Local Exec
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp26 bool Local = GV.hasLocalLinkage(); local
27 if (Local || Delete) {
29 if (Local)
/netbsd-current/usr.bin/make/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
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp347 for (const DILocal &Local : Locals) {
349 {{"FunctionName", Local.FunctionName},
350 {"Name", Local.Name},
351 {"DeclFile", Local.DeclFile},
352 {"DeclLine", int64_t(Local.DeclLine)},
353 {"Size", Local.Size ? toHex(*Local.Size) : ""},
354 {"TagOffset", Local.TagOffset ? toHex(*Local.TagOffset) : ""}});
355 if (Local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h58 Scope::Local, false);
65 Scope::Local, false);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dtls-o32.s25 # Local Dynamic
44 # Local Exec
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tsiggss/
H A Dauthsock.pl37 my $server = IO::Socket::UNIX->new(Local => $path, Type => SOCK_STREAM, Listen => 8) or
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAMDGPU.cpp44 Local, // opencl_local
52 Local, // cuda_shared
56 Local, // sycl_local
66 Local, // opencl_local
74 Local, // cuda_shared
/netbsd-current/external/apache2/llvm/dist/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; }

Completed in 223 milliseconds

12345