/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | globals.d | 303 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 D | globals.h | 271 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 D | globals.h | 205 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 D | FunctionComparator.h | 71 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 D | AddressSanitizerOptions.h | 19 Global, ///< Append to llvm.global_dtors enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugCrossExSubsection.cpp | 35 uint32_t Global) { in addMapping()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | RecordStreamer.h | 26 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 73 struct Global { struct 92 Global GlobalImport; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/ |
H A D | executionengine_ocaml.c | 113 value llvm_ee_add_global_mapping(LLVMValueRef Global, value Ptr, in llvm_ee_add_global_mapping()
|
/netbsd-src/usr.sbin/wsmoused/ |
H A D | config.c | 56 static struct block *Global = NULL; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 204 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 D | llvm_ocaml.c | 1052 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 D | Program.h | 156 Global(Tys... Args) : B(std::forward<Tys>(Args)...) {} in Global() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 97 Global, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 292 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 D | AMDGPU.h | 34 Global = 1, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMCInstLower.cpp | 49 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 297 for (auto &Global : Obj.globals()) { in dump() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Core.cpp | 1871 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 D | asan_globals.cpp | 31 typedef __asan_global Global; typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_globals.cc | 30 typedef __asan_global Global; typedef
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_globals.cc | 32 typedef __asan_global Global; typedef
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
H A D | asan_str_test.cc | 40 Global, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 88 uint32_t Global; member 122 WasmGlobalType Global; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 471 for (auto &Global : Section.Globals) { in writeSectionContent() local
|