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

  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.h 85 bool hasGC;
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 264 bool Function::hasGC() const {
270 assert(hasGC() && "Function has no collector");
307 if (SrcF->hasGC())
  /external/llvm/include/llvm/IR/
Function.h 68 * bits 14 : HasGC
221 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
223 bool hasGC() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 76 * bits 14 : HasGC
244 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
246 bool hasGC() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Function.h 88 * bits 14 : HasGC
333 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
335 bool hasGC() const {
  /external/v8/tools/gcmole/
gcmole.cc 279 bool hasGC() { return (effect_ & kCausesGC) != 0; }
337 Environment out = effect.hasGC() ? Environment() : Environment(*this);
461 if (in.hasGC()) gc_.set(arg);
513 Environment* a_env = b.hasGC() ? NULL : a.env();
    [all...]

Completed in 1194 milliseconds