Searched defs:hasGC (Results 1 - 5 of 5) 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/swiftshader/third_party/LLVM/lib/VMCore/
H A DFunction.cpp264 bool Function::hasGC() const { function in class:Function
270 assert(hasGC() && "Function has no collector");
307 if (SrcF->hasGC())
/external/llvm/include/llvm/IR/
H A DFunction.h221 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
223 bool hasGC() const { function in class:llvm::Function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h244 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
246 bool hasGC() const { function in class:llvm::Function
/external/v8/tools/gcmole/
H A Dgcmole.cc279 bool hasGC() { return (effect_ & kCausesGC) != 0; } function in class:__anon23614::ExprEffect
337 Environment out = effect.hasGC() ? Environment() : Environment(*this);
461 if (in.hasGC()) gc_.set(arg);
513 Environment* a_env = b.hasGC() ? NULL : a.env();

Completed in 195 milliseconds