| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/ |
| AddressSanitizerOptions.h | 19 Global, ///< Append to llvm.global_dtors
|
| AddressSanitizer.h | 36 /// Frontend-provided metadata for global variables. 54 /// Returns metadata entry for a given global. 125 AsanDtorKind DestructorKind = AsanDtorKind::Global); 144 AsanDtorKind DestructorKind = AsanDtorKind::Global);
|
| /src/usr.bin/make/unit-tests/ |
| vardebug.mk | 7 # expect: Global: VAR = added 9 # expect: Global: VAR = overwritten 11 # expect: Global: delete VAR 13 # expect: Global: ignoring delete 'VAR' as it is not found 17 # expect: Global: ignoring ' = empty name' as the variable name '${:U}' expands to empty 19 # expect: Global: ignoring ' += empty name' as the variable name '${:U}' expands to empty 24 # expect: Global: VAR = 1 26 # expect: Global: VAR = 1 2 28 # expect: Global: VAR = 1 2 3 55 # expect: Global: delete VA [all...] |
| var-scope-global.mk | 1 # $NetBSD: var-scope-global.mk,v 1.1 2022/01/23 16:25:54 rillig Exp $ 3 # Tests for global variables, which are the most common variables. 5 # Global variables can be assigned and appended to. 6 GLOBAL= value 7 GLOBAL+= addition 8 .if ${GLOBAL} != "value addition" 12 # Global variables can be removed from their scope. 13 .undef GLOBAL 14 .if defined(GLOBAL)
|
| opt-debug-var.mk | 8 # expect: Global: ASSIGNED = value 11 # TODO: Explain why the empty assignment "Global: SUBST = " is needed. 12 # expect: Global: SUBST = # (empty) 13 # expect: Global: SUBST = value
|
| varname-makefile.mk | 19 # the "Global" namespace but in "Internal", which is kind of a child 28 # serves as a fallback for the "Global" namespace (see VarFind).
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| DebugCrossExSubsection.cpp | 35 uint32_t Global) { 36 Mappings[Local] = Global;
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| AMDGPU.cpp | 43 Global, // opencl_global 48 Global, // opencl_global_device 49 Global, // opencl_global_host 50 Global, // cuda_device 53 Global, // sycl_global 54 Global, // sycl_global_device 55 Global, // sycl_global_host 65 Global, // opencl_global 70 Global, // opencl_global_device 71 Global, // opencl_global_hos [all...] |
| /src/usr.sbin/wsmoused/ |
| config.c | 53 * Global variables. 56 static struct block *Global = NULL; 220 /* Gets a mode block (childs of the global scope), which matches the 228 b = Global; 230 if (strcmp(modename, "Global") == 0) 231 return Global; 252 Global = config_parse(f); 253 if (Global == NULL) 268 if (Global != NULL) 269 block_free(Global); [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_globals.cc | 32 typedef __asan_global Global; 35 const Global *g; 45 Global g; 55 Global *g_first, *g_last; 60 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { 64 ALWAYS_INLINE void PoisonRedZones(const Global &g) { 85 static void ReportGlobal(const Global &g, const char *prefix) { 87 "%s Global[%p]: beg=%p size=%zu/%zu name=%s module=%s dyn_init=%zu " 98 static u32 FindRegistrationSite(const Global *g) { 109 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_globals.cpp | 31 typedef __asan_global Global; 34 const Global *g; 43 Global g; 53 Global *g_first, *g_last; 58 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { 62 ALWAYS_INLINE void PoisonRedZones(const Global &g) { 82 static void ReportGlobal(const Global &g, const char *prefix) { 86 "%s Global[%p]: beg=%p size=%zu/%zu name=%s source=%s module=%s " 96 // Fallback to Global::gcc_location 101 static u32 FindRegistrationSite(const Global *g) [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_globals.cpp | 31 typedef __asan_global Global; 34 const Global *g; 44 Global g; 54 Global *g_first, *g_last; 59 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { 63 ALWAYS_INLINE void PoisonRedZones(const Global &g) { 84 static void ReportGlobal(const Global &g, const char *prefix) { 86 "%s Global[%p]: beg=%p size=%zu/%zu name=%s module=%s dyn_init=%zu " 97 static u32 FindRegistrationSite(const Global *g) { 108 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| FunctionComparator.h | 42 /// GlobalNumberState assigns an integer to each global value in the program, 65 // The next unused serial number to assign to a global. 71 uint64_t getNumber(GlobalValue* Global) { 74 std::tie(MapIter, Inserted) = GlobalNumbers.insert({Global, NextNumber}); 80 void erase(GlobalValue *Global) { 81 GlobalNumbers.erase(Global); 224 /// Compares two global values by number. Uses the GlobalNumbersState to 386 // The global state we will use
|
| /src/sys/arch/hpc/stand/dspgen/ |
| gen_workspace.sh | 91 Global:
|
| /src/sys/arch/hpcmips/stand/dspgen/ |
| gen_workspace.sh | 87 Global:
|
| /src/sys/external/bsd/acpica/dist/events/ |
| evmisc.c | 154 * If there is no notify handler (Global or Local) 180 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId]; 222 /* Invoke a global notify handler if installed */ 224 if (Info->Notify.Global->Handler) 226 Info->Notify.Global->Handler (Info->Notify.Node, 228 Info->Notify.Global->Context); 305 "Could not remove Global Lock handler"));
|
| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/ |
| strict.t | 17 Text::Template->always_prepend(q{$foo = "global"}); 44 like $t1, qr/Global symbol "\$foo" requires explicit package/;
|
| /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| strict.t | 17 Text::Template->always_prepend(q{$foo = "global"}); 44 like $t1, qr/Global symbol "\$foo" requires explicit package/;
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| Sanitizers.cpp | 68 case llvm::AsanDtorKind::Global: 69 return "global"; 79 .Case("global", llvm::AsanDtorKind::Global)
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| RecordStreamer.cpp | 21 case Global: 46 case Global: 48 S = (Attribute == MCSA_Weak) ? UndefinedWeak : Global; 61 case Global: 163 case RecordStreamer::Global: 182 case RecordStreamer::Global:
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
| DIPrinter.cpp | 204 void PlainPrinterBase::print(const Request &Request, const DIGlobal &Global) { 206 StringRef Name = Global.Name; 210 OS << Global.Start << " " << Global.Size << "\n"; 331 void JSONPrinter::print(const Request &Request, const DIGlobal &Global) { 333 {{"Name", Global.Name != DILineInfo::BadString ? Global.Name : ""}, 334 {"Start", toHex(Global.Start)}, 335 {"Size", toHex(Global.Size)}});
|
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| Program.h | 47 /// Emits a string literal among global data. 50 /// Returns a pointer to a global. 53 /// Returns the value of a global. 59 /// Finds a global's index. 62 /// Returns or creates a global an creates an index to it. 68 /// Creates a global and returns its index. 71 /// Creates a global from a lifetime-extended temporary. 146 /// Custom allocator for global storage. 149 /// Descriptor + storage for a global object. 151 /// Global objects never go out of scope, thus they do not track pointers [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/ |
| DIPrinter.h | 46 virtual void print(const Request &Request, const DIGlobal &Global) = 0; 93 void print(const Request &Request, const DIGlobal &Global) override; 144 void print(const Request &Request, const DIGlobal &Global) override;
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/ |
| executionengine_ocaml.c | 113 value llvm_ee_add_global_mapping(LLVMValueRef Global, value Ptr, 115 LLVMAddGlobalMapping(EE, Global, (void *)(Int64_val(Ptr)));
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| DebugCrossExSubsection.h | 55 void addMapping(uint32_t Local, uint32_t Global);
|