Home
last modified time | relevance | path

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

123456789

/external/llvm-project/llvm/unittests/Support/DynamicLibrary/
DPipSqueak.cpp11 struct Global { struct
14 Global() : Str(nullptr), Vec(nullptr) {} in Global() function
15 ~Global() { in ~Global() argument
/external/pigweed/pw_metric/
Dglobal_test.cc28 TEST(Global, Metrics) { in TEST() argument
47 TEST(Global, Groups) { in TEST() argument
/external/llvm-project/lld/test/ELF/
Dppc64-plt-stub-compatible.s73 .globl Global symbol
122 .globl Global symbol
/external/rust/crates/hashbrown/src/raw/
Dalloc.rs42 pub struct Global; struct
43 unsafe impl Allocator for Global { implementation
53 impl Default for Global { implementation
/external/rust/crates/crossbeam-epoch/src/
Dinternal.rs235 pub(crate) struct Global { struct
246 impl Global { implementation
416 pub(crate) fn global(&self) -> &Global { in global()
/external/perfetto/include/perfetto/tracing/
Dtrack.h101 static Track Global(uint64_t id) { return Track(id, Track()); } in Global() function
212 static constexpr CounterTrack Global(const char* name, in Global() function
217 static constexpr CounterTrack Global(const char* name, Unit unit) { in Global() function
221 static constexpr CounterTrack Global(const char* name) { in Global() function
/external/llvm-project/clang/test/CodeGen/
D2003-11-03-AddrArrayElement.c6 char Global[100]; variable
/external/clang/test/CodeGen/
D2003-11-03-AddrArrayElement.c6 char Global[100]; variable
/external/compiler-rt/test/BlocksRuntime/
Dvoidarg.c20 int Global; variable
Dnestedimport.c21 int Global = 0; variable
/external/llvm-project/compiler-rt/test/BlocksRuntime/
Dvoidarg.c19 int Global; variable
Dnestedimport.c20 int Global = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h71 uint64_t getNumber(GlobalValue* Global) { in getNumber()
80 void erase(GlobalValue *Global) { in erase()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h71 uint64_t getNumber(GlobalValue* Global) { in getNumber()
80 void erase(GlobalValue *Global) { in erase()
/external/compiler-rt/test/tsan/
Dtiny_race.c4 int Global; variable
Dignore_race.cc4 int Global; variable
Dignore_sync.cc8 int Global; variable
Dbenign_race.cc4 int Global; variable
/external/llvm-project/compiler-rt/test/tsan/
Dignore_race.cpp4 int Global; variable
Dtiny_race.c4 int Global; variable
Dignore_sync.cpp8 int Global; variable
Dbenign_race.cpp4 int Global; variable
Drace_top_suppression.cpp7 int Global; variable
/external/compiler-rt/test/tsan/Darwin/
Dosspinlock-norace.cc6 int Global; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dinput_colocation_exemption_registry.cc24 InputColocationExemptionRegistry* InputColocationExemptionRegistry::Global() { in Global() function in tensorflow::InputColocationExemptionRegistry

123456789