Home
last modified time | relevance | path

Searched defs:Global (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.d303 extern (C++) struct Global struct
307 string copyright = "Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved";
308 string written = "written by Walter Bright";
313 private enum string _version = import("VERSION");
314 private enum uint _versionNumber = parseVersionNumber(_version);
318 Param params; /// command line parameters
319 uint errors; /// number of errors reported so far
320 uint warnings; /// number of warnings reported so far
321 uint gag; /// !=0 means gag reporting of errors & warnings
322 uint gaggedErrors; /// number of errors reported while gagged
[all …]
H A Dglobals.h271 struct Global struct
273 DString inifilename;
275 const DString copyright;
276 const DString written;
277 Array<const char *> *path; // Array of char*'s which form the import lookup path
278 Array<const char *> *filePath; // Array of char*'s which form the file import lookup path
280 DString vendor; // Compiler backend name
282 Param params;
283 unsigned errors; // number of errors reported so far
284 unsigned warnings; // number of warnings reported so far
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h205 struct Global struct
207 const char *inifilename;
208 const char *mars_ext;
209 const char *obj_ext;
210 const char *lib_ext;
211 const char *dll_ext;
212 const char *doc_ext; // for Ddoc generated files
213 const char *ddoc_ext; // for Ddoc macro include files
214 const char *hdr_ext; // for D 'header' import files
215 const char *json_ext; // for JSON files
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h71 uint64_t getNumber(GlobalValue* Global) { in getNumber()
80 void erase(GlobalValue *Global) { in erase()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerOptions.h19 Global, ///< Append to llvm.global_dtors enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp35 uint32_t Global) { in addMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DRecordStreamer.h26 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h73 struct Global { struct
92 Global GlobalImport; argument
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c113 value llvm_ee_add_global_mapping(LLVMValueRef Global, value Ptr, in llvm_ee_add_global_mapping()
/netbsd-src/usr.sbin/wsmoused/
H A Dconfig.c56 static struct block *Global = NULL; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp204 void PlainPrinterBase::print(const Request &Request, const DIGlobal &Global) { in print()
331 void JSONPrinter::print(const Request &Request, const DIGlobal &Global) { in print()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1052 value llvm_is_declaration(LLVMValueRef Global) { in llvm_is_declaration()
1057 value llvm_linkage(LLVMValueRef Global) { in llvm_linkage()
1062 value llvm_set_linkage(value Linkage, LLVMValueRef Global) { in llvm_set_linkage()
1068 value llvm_unnamed_addr(LLVMValueRef Global) { in llvm_unnamed_addr()
1073 value llvm_set_unnamed_addr(value UseUnnamedAddr, LLVMValueRef Global) { in llvm_set_unnamed_addr()
1079 value llvm_section(LLVMValueRef Global) { in llvm_section()
1084 value llvm_set_section(value Section, LLVMValueRef Global) { in llvm_set_section()
1090 value llvm_visibility(LLVMValueRef Global) { in llvm_visibility()
1095 value llvm_set_visibility(value Viz, LLVMValueRef Global) { in llvm_set_visibility()
1101 value llvm_dll_storage_class(LLVMValueRef Global) { in llvm_dll_storage_class()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.h156 Global(Tys... Args) : B(std::forward<Tys>(Args)...) {} in Global() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h97 Global, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp292 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, in LLVMAddGlobalMapping()
297 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { in LLVMGetPointerToGlobal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAMDGPU.h34 Global = 1, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp49 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp297 for (auto &Global : Obj.globals()) { in dump() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp1871 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMGetGlobalParent()
1875 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration()
1879 LLVMLinkage LLVMGetLinkage(LLVMValueRef Global) { in LLVMGetLinkage()
1908 void LLVMSetLinkage(LLVMValueRef Global, LLVMLinkage Linkage) { in LLVMSetLinkage()
1973 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection()
1979 void LLVMSetSection(LLVMValueRef Global, const char *Section) { in LLVMSetSection()
1983 LLVMVisibility LLVMGetVisibility(LLVMValueRef Global) { in LLVMGetVisibility()
1988 void LLVMSetVisibility(LLVMValueRef Global, LLVMVisibility Viz) { in LLVMSetVisibility()
1993 LLVMDLLStorageClass LLVMGetDLLStorageClass(LLVMValueRef Global) { in LLVMGetDLLStorageClass()
1998 void LLVMSetDLLStorageClass(LLVMValueRef Global, LLVMDLLStorageClass Class) { in LLVMSetDLLStorageClass()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_globals.cpp31 typedef __asan_global Global; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_globals.cc30 typedef __asan_global Global; typedef
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_globals.cc32 typedef __asan_global Global; typedef
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_str_test.cc40 Global, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h88 uint32_t Global; member
122 WasmGlobalType Global; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp471 for (auto &Global : Section.Globals) { in writeSectionContent() local

12