/external/grpc-grpc/test/core/gprpp/ |
D | fork_test.cc | 28 grpc_core::Fork::GlobalInit(); in test_init() 34 grpc_core::Fork::GlobalInit(); in test_init() 40 grpc_core::Fork::GlobalInit(); in test_init() 62 grpc_core::Fork::GlobalInit(); in test_thd_count() 67 grpc_core::Fork::GlobalInit(); in test_thd_count() 98 grpc_core::Fork::GlobalInit(); in test_exec_count()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | init.cc | 123 grpc_core::Fork::GlobalInit(); in grpc_init() 132 grpc_core::ExecCtx::GlobalInit(); in grpc_init()
|
/external/grpc-grpc/test/core/util/ |
D | one_corpus_entry_fuzzer.cc | 43 grpc_core::ExecCtx::GlobalInit(); in main()
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | fork.h | 38 static void GlobalInit();
|
D | fork.cc | 159 void Fork::GlobalInit() { in GlobalInit() function in grpc_core::Fork
|
/external/clang/test/CodeGen/ |
D | dllexport.c | 22 __declspec(dllexport) int GlobalInit = 1; variable
|
/external/grpc-grpc/test/core/slice/ |
D | slice_weak_hash_table_test.cc | 102 grpc_core::ExecCtx::GlobalInit(); in main()
|
D | slice_hash_table_test.cc | 221 grpc_core::ExecCtx::GlobalInit(); in main()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | exec_ctx.h | 198 static void GlobalInit(void);
|
D | exec_ctx.cc | 118 void ExecCtx::GlobalInit(void) { in GlobalInit() function in grpc_core::ExecCtx
|
/external/llvm/unittests/Support/ |
D | SpecialCaseListTest.cpp | 63 TEST_F(SpecialCaseListTest, GlobalInit) { in TEST_F() argument
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ValueTracking.cpp | 1586 const Constant *GlobalInit = GV->getInitializer(); in GetConstantStringInfo() local 1589 if (isa<ConstantAggregateZero>(GlobalInit)) { in GetConstantStringInfo() 1597 const ConstantArray *Array = dyn_cast<ConstantArray>(GlobalInit); in GetConstantStringInfo() 1711 Constant *GlobalInit = GV->getInitializer(); in GetStringLengthH() local 1715 if (isa<ConstantAggregateZero>(GlobalInit)) in GetStringLengthH() 1719 ConstantArray *Array = dyn_cast<ConstantArray>(GlobalInit); in GetStringLengthH()
|
/external/grpc-grpc/test/core/iomgr/ |
D | timer_list_test.cc | 225 grpc_core::ExecCtx::GlobalInit(); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | SpecialCaseListTest.cpp | 118 TEST_F(SpecialCaseListTest, GlobalInit) { in TEST_F() argument
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 569 void poisonOneInitializer(Function &GlobalInit, GlobalValue *ModuleName); 1220 void AddressSanitizerModule::poisonOneInitializer(Function &GlobalInit, in poisonOneInitializer() argument 1223 IRBuilder<> IRB(&GlobalInit.front(), in poisonOneInitializer() 1224 GlobalInit.front().getFirstInsertionPt()); in poisonOneInitializer() 1231 for (auto &BB : GlobalInit.getBasicBlockList()) in poisonOneInitializer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 782 void poisonOneInitializer(Function &GlobalInit, GlobalValue *ModuleName); 1607 void AddressSanitizerModule::poisonOneInitializer(Function &GlobalInit, in poisonOneInitializer() argument 1610 IRBuilder<> IRB(&GlobalInit.front(), in poisonOneInitializer() 1611 GlobalInit.front().getFirstInsertionPt()); in poisonOneInitializer() 1618 for (auto &BB : GlobalInit.getBasicBlockList()) in poisonOneInitializer()
|