HomeSort by relevance Sort by last modified time
    Searched defs:GO (Results 1 - 19 of 19) sorted by null

  /external/valgrind/memcheck/tests/arm64-linux/
scalar.h 23 #define GO(__NR_xxx, s) \
  /external/valgrind/memcheck/tests/solaris/
scalar.h 7 #define GO(syscall_num, param) \
  /external/valgrind/memcheck/tests/x86-linux/
scalar.h 22 #define GO(__NR_xxx, s) \
  /external/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 30 const GlobalObject *GO = GA->getBaseObject();
31 if (!GO->hasLinkOnceODRLinkage())
34 GO, GlobalsToImport);
205 auto *GO = dyn_cast_or_null<GlobalObject>(&GV);
206 if (GO && GO->isDeclarationForLinker() && GO->hasComdat()) {
210 assert(GO->hasAvailableExternallyLinkage() &&
212 GO->setComdat(nullptr);
  /external/valgrind/memcheck/tests/darwin/
scalar.h 19 #define GO(__NR_xxx, N, s) \
  /external/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp 416 auto GO = getArgAs<spv::GroupOperation>(CI, 1);
423 SPIRSPIRVGroupOperationMap::rmap(GO) + '_' + Op.str();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceThreadTest.java 91 private static boolean GO = false;
100 GO = true;
106 GO = false;
134 while (GO) {
  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 642 GlobalObject *GO = GA.getBaseObject();
643 assert(GO->hasLinkOnceODRLinkage() &&
646 if (!GlobalsToImport.count(GO))
647 DEBUG(dbgs() << " alias triggers importing aliasee " << GO->getGUID()
648 << " " << GO->getName() << " from "
651 GO->materialize();
652 GlobalsToImport.insert(GO);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceThreadTest.java 90 private static boolean GO = false;
99 GO = true;
105 GO = false;
133 while (GO) {
  /prebuilts/go/darwin-x86/src/go/token/
token.go 1 // Copyright 2009 The Go Authors. All rights reserved.
5 // Package token defines constants representing the lexical tokens of the Go
12 // Token is the set of lexical tokens of the Go programming language.
107 GO
208 GO: "go",
  /prebuilts/go/linux-x86/src/go/token/
token.go 1 // Copyright 2009 The Go Authors. All rights reserved.
5 // Package token defines constants representing the lexical tokens of the Go
12 // Token is the set of lexical tokens of the Go programming language.
107 GO
208 GO: "go",
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 672 const deUint8 GO = extend7To8((deUint8)((GO1 << 6) | GO2));
688 const int unclampedG = (x * ((int)GH-(int)GO) + y * ((int)GV-(int)GO) + 4*(int)GO + 2) >> 2;
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 229 const GlobalObject &GO);
366 // and there are more outer iterations to go, the inner is reset to
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 453 parseGlobalObjectAttachment(GlobalObject &GO,
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 498 milliseconds