HomeSort by relevance Sort by last modified time
    Searched defs:hasGC (Results 1 - 13 of 13) sorted by null

  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.h 85 bool hasGC;
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 264 bool Function::hasGC() const {
270 assert(hasGC() && "Function has no collector");
307 if (SrcF->hasGC())
  /external/llvm/include/llvm/IR/
Function.h 68 * bits 14 : HasGC
221 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
223 bool hasGC() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 76 * bits 14 : HasGC
244 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
246 bool hasGC() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 77 * bits 14 : HasGC
266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
268 bool hasGC() const {
  /external/v8/tools/gcmole/
gcmole.cc 279 bool hasGC() { return (effect_ & kCausesGC) != 0; }
337 Environment out = effect.hasGC() ? Environment() : Environment(*this);
461 if (in.hasGC()) gc_.set(arg);
513 Environment* a_env = b.hasGC() ? NULL : a.env();
    [all...]

Completed in 355 milliseconds