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

/external/compiler-rt/test/BlocksRuntime/
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.cpp333 bool Function::hasGC() const { function in class:Function
339 assert(hasGC() && "Function has no collector");
376 if (SrcF->hasGC())
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc279 bool hasGC() { return (effect_ & kCausesGC) != 0; } function in class:__anon17419::ExprEffect
335 Environment out = effect.hasGC() ? Environment() : Environment(*this);
431 if (in.hasGC()) gc_.set(arg);
481 Environment* a_env = b.hasGC() ? NULL : a.env();

Completed in 1422 milliseconds