Searched defs:IsArray (Results 1 – 13 of 13) sorted by relevance
13 public class IsArray<T> extends TypeSafeMatcher<T[]> { class16 public IsArray(Matcher<? super T>[] elementMatchers) { in IsArray() method in IsArray
65 bool CPDF_Object::IsArray() const { in IsArray() function in CPDF_Object
38 bool CPDF_Array::IsArray() const { in IsArray() function in CPDF_Array
334 bool IsArray = isa<ElementRegion>(Target); in VisitCXXConstructExpr() local
411 bool CFXJSE_Value::IsArray() const { in IsArray() function in CFXJSE_Value
180 Node* IntrinsicsHelper::IsArray(Node* input, Node* arg_count, Node* context) { in IsArray() function in v8::internal::interpreter::IntrinsicsHelper
831 bool IsArray() { return IsKind(AstTypeBase::kArray); } in IsArray() function
4639 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local4681 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
119 bool &IsArray) { in findMostDerivedSubobject()203 bool IsArray = false; in SubobjectDesignator() local2673 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
1959 bool IsArray, MultiExprArg PlaceArgs, in FindAllocationFunctions()
8751 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
3241 bool Value::IsArray() const { in IsArray() function in v8::Value
826 Maybe<bool> Object::IsArray(Handle<Object> object) { in IsArray() function in v8::internal::Object