Home
last modified time | relevance | path

Searched defs:IsArray (Results 1 – 14 of 14) sorted by relevance

/external/hamcrest/library/src/org/hamcrest/collection/
DIsArray.java9 public class IsArray<T> extends TypeSafeMatcher<T[]> { class
12 public IsArray(Matcher<T>[] elementMatchers) { in IsArray() method in IsArray
/external/v8/test/cctest/compiler/
Dtest-run-intrinsics.cc37 TEST(IsArray) { in TEST() argument
/external/pdfium/xfa/src/fxjse/src/
Dvalue.h83 V8_INLINE FX_BOOL IsArray() const { in IsArray() function
/external/v8/test/cctest/interpreter/
Dtest-interpreter-intrinsics.cc73 TEST(IsArray) { in TEST() argument
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp334 bool IsArray = isa<ElementRegion>(Target); in VisitCXXConstructExpr() local
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h86 bool IsArray() const { return m_Type == PDFOBJ_ARRAY; } in IsArray() function
/external/v8/src/interpreter/
Dinterpreter-intrinsics.cc180 Node* IntrinsicsHelper::IsArray(Node* input, Node* arg_count, Node* context) { in IsArray() function in v8::internal::interpreter::IntrinsicsHelper
/external/v8/src/
Dtypes.h791 bool IsArray() { return IsKind(TypeBase::kArray); } in IsArray() function
Dapi.cc2929 bool Value::IsArray() const { in IsArray() function in v8::Value
Dobjects.cc656 Maybe<bool> Object::IsArray(Handle<Object> object) { in IsArray() function in v8::internal::Object
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4201 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
4243 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
/external/clang/lib/AST/
DExprConstant.cpp118 bool &IsArray) { in findMostDerivedSubobject()
202 bool IsArray = false; in SubobjectDesignator() local
2577 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp1725 bool IsArray, MultiExprArg PlaceArgs, in FindAllocationFunctions()
DSemaChecking.cpp7732 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local