Home
last modified time | relevance | path

Searched defs:hasGC (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h85 bool hasGC; local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp264 bool Function::hasGC() const { in hasGC() function in Function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h246 bool hasGC() const { in hasGC() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h335 bool hasGC() const { in hasGC() function
/external/v8/tools/gcmole/
Dgcmole.cc279 bool hasGC() { return (effect_ & kCausesGC) != 0; } in hasGC() function in __anon85d096280111::ExprEffect