Searched defs:hasGC (Results 1 – 3 of 3) sorted by relevance
| /external/compiler-rt/test/BlocksRuntime/ | ||
| D | testfilerunner.h | 85 bool hasGC; local |
| /external/llvm/lib/IR/ | ||
| D | Function.cpp | 333 bool Function::hasGC() const { in hasGC() function in Function |
| /external/chromium_org/v8/tools/gcmole/ | ||
| D | gcmole.cc | 279 bool hasGC() { return (effect_ & kCausesGC) != 0; } in hasGC() function in __anon34989fd00111::ExprEffect |