Searched defs:IsArray (Results 1 – 12 of 12) sorted by relevance
9 public class IsArray<T> extends TypeSafeMatcher<T[]> { class12 public IsArray(Matcher<T>[] elementMatchers) { in IsArray() method in IsArray
83 V8_INLINE FX_BOOL IsArray() const { in IsArray() function
62 TEST(IsArray) { in TEST() argument
86 bool IsArray() const { return m_Type == PDFOBJ_ARRAY; } in IsArray() function
334 bool IsArray = isa<ElementRegion>(Target); in VisitCXXConstructExpr() local
498 bool IsArray() { in IsArray() function
2724 bool Value::IsArray() const { in IsArray() function in v8::Value
626 Maybe<bool> Object::IsArray(Handle<Object> object) { in IsArray() function in v8::internal::Object
4201 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local4243 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
118 bool &IsArray) { in findMostDerivedSubobject()202 bool IsArray = false; in SubobjectDesignator() local2577 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
1725 bool IsArray, MultiExprArg PlaceArgs, in FindAllocationFunctions()
7732 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local