Searched defs:hasGC (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/BlocksRuntime/tests/
H A Dtestfilerunner.h85 bool hasGC; variable
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64; variable
/external/llvm/lib/IR/
H A DFunction.cpp307 bool Function::hasGC() const { function in class:Function
313 assert(hasGC() && "Function has no collector");
350 if (SrcF->hasGC())
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc280 bool hasGC() { return (effect_ & kCausesGC) != 0; } function in class:__anon14721::ExprEffect
336 Environment out = effect.hasGC() ? Environment() : Environment(*this);
432 if (in.hasGC()) gc_.set(arg);
482 Environment* a_env = b.hasGC() ? NULL : a.env();
/external/v8/tools/gcmole/
H A Dgcmole.cc280 bool hasGC() { return (effect_ & kCausesGC) != 0; } function in class:__anon26441::ExprEffect
336 Environment out = effect.hasGC() ? Environment() : Environment(*this);
432 if (in.hasGC()) gc_.set(arg);
482 Environment* a_env = b.hasGC() ? NULL : a.env();

Completed in 166 milliseconds