HomeSort by relevance Sort by last modified time
    Searched defs:hasGC (Results 1 - 3 of 3) 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/llvm/lib/IR/
Function.cpp 333 bool Function::hasGC() const {
339 assert(hasGC() && "Function has no collector");
376 if (SrcF->hasGC())
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 280 bool hasGC() { return (effect_ & kCausesGC) != 0; }
336 Environment out = effect.hasGC() ? Environment() : Environment(*this);
432 if (in.hasGC()) gc_.set(arg);
482 Environment* a_env = b.hasGC() ? NULL : a.env();
    [all...]

Completed in 63 milliseconds