Home
last modified time | relevance | path

Searched refs:GlobalInit (Results 1 – 16 of 16) sorted by relevance

/external/grpc-grpc/test/core/gprpp/
Dfork_test.cc28 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/
Dinit.cc123 grpc_core::Fork::GlobalInit(); in grpc_init()
132 grpc_core::ExecCtx::GlobalInit(); in grpc_init()
/external/grpc-grpc/test/core/util/
Done_corpus_entry_fuzzer.cc43 grpc_core::ExecCtx::GlobalInit(); in main()
/external/grpc-grpc/src/core/lib/gprpp/
Dfork.h38 static void GlobalInit();
Dfork.cc159 void Fork::GlobalInit() { in GlobalInit() function in grpc_core::Fork
/external/clang/test/CodeGen/
Ddllexport.c22 __declspec(dllexport) int GlobalInit = 1; variable
/external/grpc-grpc/test/core/slice/
Dslice_weak_hash_table_test.cc102 grpc_core::ExecCtx::GlobalInit(); in main()
Dslice_hash_table_test.cc221 grpc_core::ExecCtx::GlobalInit(); in main()
/external/grpc-grpc/src/core/lib/iomgr/
Dexec_ctx.h198 static void GlobalInit(void);
Dexec_ctx.cc118 void ExecCtx::GlobalInit(void) { in GlobalInit() function in grpc_core::ExecCtx
/external/llvm/unittests/Support/
DSpecialCaseListTest.cpp63 TEST_F(SpecialCaseListTest, GlobalInit) { in TEST_F() argument
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1586 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/
Dtimer_list_test.cc225 grpc_core::ExecCtx::GlobalInit(); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DSpecialCaseListTest.cpp118 TEST_F(SpecialCaseListTest, GlobalInit) { in TEST_F() argument
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp569 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/
DAddressSanitizer.cpp782 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()