Searched defs:Global (Results 26 - 50 of 94) sorted by relevance

1234

/external/compiler-rt/test/tsan/
H A Dannotate_happens_before.cc28 int Global; variable
33 Global++;
38 Global--;
H A Dblacklist2.cc10 int Global; variable
17 Global++;
24 Global--;
33 Global--;
H A Dmutexset3.cc4 int Global; variable
12 Global++;
19 Global--;
H A Dmutexset4.cc4 int Global; variable
11 Global++;
20 Global--;
H A Dmutexset5.cc4 int Global; variable
11 Global++;
18 Global--;
H A Dmutexset6.cc4 int Global; variable
12 Global++;
22 Global--;
H A Dmutexset7.cc4 int Global; variable
9 Global++;
17 Global--;
H A Drace_top_suppression1.cc7 int Global; variable
19 TopFunction(&Global);
27 Global--;
H A Drestore_stack.cc4 int Global; variable
H A Dthread_name.cc16 int Global; variable
21 Global++;
31 Global--;
H A Dsimple_stack.c4 int Global; variable
7 Global = 42;
16 volatile int v = Global; (void)v;
H A Dsimple_stack2.cc4 int Global; variable
7 Global = 42;
18 volatile int tmp = Global;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcustom_call_target_registry.cc21 CustomCallTargetRegistry* CustomCallTargetRegistry::Global() { function in class:xla::cpu::CustomCallTargetRegistry
/external/clang/test/CodeGenCXX/
H A Dinternal-linkage.cpp3 struct Global { Global(); }; struct
11 Global anon0;
/external/llvm/lib/Object/
H A DRecordStreamer.h18 enum State { NeverSeen, Global, GlobalWeak, Defined, DefinedGlobal, Used }; enumerator in enum:llvm::RecordStreamer::State
/external/tensorflow/tensorflow/cc/framework/
H A Dgrad_op_registry.cc22 GradOpRegistry* GradOpRegistry::Global() { function in class:tensorflow::ops::GradOpRegistry
/external/tensorflow/tensorflow/core/common_runtime/
H A Doptimization_registry.cc21 OptimizationPassRegistry* OptimizationPassRegistry::Global() { function in class:tensorflow::OptimizationPassRegistry
/external/tensorflow/tensorflow/core/framework/
H A Dallocator_registry.cc24 AllocatorRegistry* AllocatorRegistry::Global() { function in class:tensorflow::AllocatorRegistry
H A Ddataset_stateful_op_whitelist.h36 static WhitelistedStatefulOpRegistry* Global() { function in class:tensorflow::dataset::WhitelistedStatefulOpRegistry
72 ::tensorflow::dataset::WhitelistedStatefulOpRegistry::Global()->Add( \
/external/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c113 CAMLprim value llvm_ee_add_global_mapping(LLVMValueRef Global, value Ptr, argument
115 LLVMAddGlobalMapping(EE, Global, (void*) (Int64_val(Ptr)));
/external/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp101 DIPrinter &DIPrinter::operator<<(const DIGlobal &Global) { argument
102 std::string Name = Global.Name;
106 OS << Global.Start << " " << Global.Size << "\n";
/external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
H A DPTXBaseInfo.h25 Global = 0, // default to global state space enumerator in enum:llvm::PTXStateSpace::__anon22894
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp52 GlobalValue *Global = insertGlobalInt32(M.get(), "test_global", initialValue); local
54 void *globalPtr = TheJIT->getPointerToGlobal(Global);
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h87 Global, enumerator in enum:clang::NestedNameSpecifier::SpecifierKind
/external/compiler-rt/lib/asan/
H A Dasan_globals.cc31 typedef __asan_global Global; typedef in namespace:__asan
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) {
85 Report("%s Global[%p]: beg=%p size=%zu/%zu name=%s module=%s dyn_init=%zu\n",
95 static u32 FindRegistrationSite(const Global *g) {
106 int GetGlobalsForAddress(uptr addr, Global *global
[all...]

Completed in 850 milliseconds

1234