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 | 377 bool Function::hasGC() const { in hasGC() function in Function |
/external/v8/tools/gcmole/ | ||
D | gcmole.cc | 279 bool hasGC() { return (effect_ & kCausesGC) != 0; } in hasGC() function in __anona69aa4600111::ExprEffect |