Home
last modified time | relevance | path

Searched refs:ArrayLiteral (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DAtomicFUTransformerJS.kt111 val elements = (node as ArrayLiteral).elements as MutableList in <lambda>()
/external/clang/lib/Sema/
DSemaChecking.cpp8036 ObjCArrayLiteral *ArrayLiteral);
8064 if (auto ArrayLiteral = dyn_cast<ObjCArrayLiteral>(Element)) in checkObjCCollectionLiteralElement() local
8065 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement()
8073 ObjCArrayLiteral *ArrayLiteral) { in checkObjCArrayLiteral() argument
8091 for (unsigned I = 0, N = ArrayLiteral->getNumElements(); I != N; ++I) { in checkObjCArrayLiteral()
8093 ArrayLiteral->getElement(I), in checkObjCArrayLiteral()
8194 if (auto *ArrayLiteral = dyn_cast<ObjCArrayLiteral>(E)) in CheckImplicitConversion() local
8195 checkObjCArrayLiteral(S, QualType(Target, 0), ArrayLiteral); in CheckImplicitConversion()
DSemaExprObjC.cpp386 bool ArrayLiteral = false) { in CheckObjCCollectionLiteralElement() argument
470 if (ArrayLiteral) in CheckObjCCollectionLiteralElement()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11810 ObjCArrayLiteral *ArrayLiteral);
11841 if (auto ArrayLiteral = dyn_cast<ObjCArrayLiteral>(Element)) in checkObjCCollectionLiteralElement() local
11842 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement()
11850 ObjCArrayLiteral *ArrayLiteral) { in checkObjCArrayLiteral() argument
11868 for (unsigned I = 0, N = ArrayLiteral->getNumElements(); I != N; ++I) { in checkObjCArrayLiteral()
11870 ArrayLiteral->getElement(I), in checkObjCArrayLiteral()
12043 if (auto *ArrayLiteral = dyn_cast<ObjCArrayLiteral>(E)) in CheckImplicitConversion() local
12044 checkObjCArrayLiteral(S, QualType(Target, 0), ArrayLiteral); in CheckImplicitConversion()
DSemaExprObjC.cpp388 bool ArrayLiteral = false) { in CheckObjCCollectionLiteralElement() argument
471 if (ArrayLiteral) in CheckObjCCollectionLiteralElement()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...