HomeSort by relevance Sort by last modified time
    Searched refs:getGC (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 79 if (mgr.getLangOpts().getGC() != LangOptions::NonGC)
ObjCSuperDeallocChecker.cpp 291 if (LangOpts.getGC() == LangOptions::GCOnly || LangOpts.ObjCAutoRefCount)
  /external/llvm/include/llvm/IR/
LLVMContext.h 106 const std::string &getGC(const Function &Fn);
Function.h 221 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
226 const std::string &getGC() const;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
LLVMContext.h 115 const std::string &getGC(const Function &Fn);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 116 const std::string &getGC(const Function &Fn);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 116 const std::string &getGC(const Function &Fn);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 116 const std::string &getGC(const Function &Fn);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 116 const std::string &getGC(const Function &Fn);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 116 const std::string &getGC(const Function &Fn);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 116 const std::string &getGC(const Function &Fn);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 116 const std::string &getGC(const Function &Fn);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 116 const std::string &getGC(const Function &Fn);
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 69 GCStrategy *S = getGCStrategy(F.getGC());
ShadowStackGCLowering.cpp 268 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) {
384 F.getGC() != std::string("shadow-stack"))
  /external/mesa3d/include/HaikuGL/
GLView.h 88 void* getGC() { return fGc; } // ???
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCMetadata.cpp 110 GCStrategy *S = getOrCreateStrategy(F.getParent(), F.getGC());
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 269 const char *Function::getGC() const {
308 setGC(SrcF->getGC());
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 246 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
347 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
581 MigrationPass pass(Ctx, OrigCI.getLangOpts()->getGC(),
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 133 if (S.getLangOpts().getGC() != LangOptions::NonGC) {
590 if (getLangOpts().getGC() != LangOptions::NonGC &&
    [all...]
  /external/llvm/lib/IR/
LLVMContext.cpp 317 const std::string &LLVMContext::getGC(const Function &Fn) {
Function.cpp 417 const std::string &Function::getGC() const {
419 return getContext().getGC(*this);
445 setGC(SrcF->getGC());
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 195 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
198 const char *getGC() const;
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 178 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(),
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp     [all...]

Completed in 843 milliseconds

1 2 3