Home
last modified time | relevance | path

Searched refs:Singleton (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-dot-receiver.m6 @interface Singleton { interface
8 + (Singleton*) instance;
11 @implementation Singleton implementation
15 + (Singleton*) instance { return 0; }
19 [Singleton.instance someSelector]; // clang issues error here
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx-uninitialized-object.cpp1071 struct Singleton { struct
1075 Singleton() { in Singleton() argument
1080 ~Singleton() { in ~Singleton() argument
1087 bool Singleton::isInstantiated = false; argument
1093 Singleton(); in SingletonTest()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DSparseTensor.cpp30 static_cast<int>(SparseTensorEncodingAttr::DimLevelType::Singleton),
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorAttrDefs.td89 // Singleton - dimension contains single coordinate, no siblings
91 Dense, Compressed, Singleton
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp75 dlt.push_back(SparseTensorEncodingAttr::DimLevelType::Singleton); in parse()
129 case DimLevelType::Singleton: in print()
/llvm-project-15.0.7/llvm/lib/Support/
H A DJSON.cpp795 assert(Stack.back().Ctx != Singleton && "Only one value allowed here"); in valueBegin()
826 if (Stack.size() > 1 && Stack.back().Ctx == Singleton) { in flushComment()
887 Stack.back().Ctx = Singleton; in attributeBegin()
900 assert(Stack.back().Ctx == Singleton); in attributeEnd()
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DCodegenUtils.cpp151 case SparseTensorEncodingAttr::DimLevelType::Singleton: in dimLevelTypeEncoding()
H A DSparseTensorConversion.cpp381 case SparseTensorEncodingAttr::DimLevelType::Singleton: in canUseDirectConversion()
H A DSparsification.cpp150 if (tp == SparseTensorEncodingAttr::DimLevelType::Singleton) in toDim()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DCombinationGeneratorTest.cpp163 TEST(CombinationGenerator, Singleton) { in TEST() argument
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mutex.cpp176 TEST(DISABLED_BENCH_ThreadSanitizer, Singleton) { in TEST() argument
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DJSON.h965 assert(Stack.back().Ctx == Singleton); in ~OStream()
1046 Singleton, // Top level, or object attribute. enumerator
1052 Context Ctx = Singleton;