Searched defs:GO (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.h22 #define GO(__NR_xxx, s) \ macro
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.h19 #define GO(__NR_xxx, N, s) \ macro
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceThreadTest.java104 private static boolean GO = false; field in class:ICUServiceThreadTest
113 GO = true;
119 GO = false;
147 while (GO) {
/external/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp82 static void rewriteComdat(Module &M, GlobalObject *GO, argument
85 if (Comdat *CD = GO->getComdat()) {
90 GO->setComdat(C);
120 if (GlobalObject *GO = dyn_cast<GlobalObject>(S))
121 rewriteComdat(M, GO, Source, Target);
170 if (GlobalObject *GO = dyn_cast<GlobalObject>(&C))
171 rewriteComdat(M, GO, C.getName(), Name);
/external/llvm/tools/gold/
H A Dgold-plugin.cpp534 auto *GO = dyn_cast<GlobalObject>(V); local
535 if (!GO)
538 auto I = LocalVersions.find(GO);
542 if (!Dropped.count(GO))
545 Module &M = *GO->getParent();
546 GlobalValue::LinkageTypes L = GO->getLinkage();
548 if (auto *F = dyn_cast<Function>(GO)) {
551 auto *Var = cast<GlobalVariable>(GO);
556 Declaration->takeName(GO);
557 Declaration->copyAttributesFrom(GO);
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1530 const auto *GO = cast<GEPOperator>(C); local
1531 if (GO->isInBounds())
1533 Record.push_back(VE.getTypeID(GO->getSourceElementType()));
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp688 const deUint8 GO = extend7To8((GO1 << 6) | GO2); local
704 const int unclampedG = (x * ((int)GH-(int)GO) + y * ((int)GV-(int)GO) + 4*(int)GO + 2) >> 2;
/external/llvm/lib/IR/
H A DAsmWriter.cpp2293 const GlobalObject &GO) {
2294 const Comdat *C = GO.getComdat();
2298 if (isa<GlobalVariable>(GO))
2302 if (GO.getName() == C->getName())
2292 maybePrintComdat(formatted_raw_ostream &Out, const GlobalObject &GO) argument
H A DConstants.cpp3008 const auto *GO = cast<GEPOperator>(this); local
3009 if (GO->isInBounds())
3010 return GetElementPtrInst::CreateInBounds(GO->getSourceElementType(),
3012 return GetElementPtrInst::Create(GO->getSourceElementType(), Ops[0],
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp246 if (auto *GO = dyn_cast<llvm::GlobalObject>(C))
247 return GO;
824 llvm::GlobalObject *GO) {
825 SetCommonAttributes(D, GO);
828 GO->setSection(SA->getName());
830 getTargetCodeGenInfo().SetTargetAttributes(D, GO, *this);
1973 llvm::GlobalObject &GO) {
1976 GO.setComdat(TheModule.getOrInsertComdat(GO.getName()));
823 setNonAliasAttributes(const Decl *D, llvm::GlobalObject *GO) argument
1972 maybeSetTrivialComdat(const Decl &D, llvm::GlobalObject &GO) argument

Completed in 565 milliseconds