Home
last modified time | relevance | path

Searched defs:IsArray (Results 1 – 9 of 9) 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.cc49 TEST(IsArray) { in TEST() argument
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp278 bool IsArray = isa<ElementRegion>(Target); in VisitCXXConstructExpr() local
/external/v8/src/
Dtypes.h435 bool IsArray() { in IsArray() function
Dapi.cc2431 bool Value::IsArray() const { in IsArray() function in v8::Value
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3521 bool IsArray = CurTy->isArrayTy(); in ParseFunctionBody() local
3560 bool IsArray = CurTy->isArrayTy(); in ParseFunctionBody() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp1717 bool IsArray, MultiExprArg PlaceArgs, in FindAllocationFunctions()
DSemaChecking.cpp7114 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
/external/clang/lib/AST/
DExprConstant.cpp2491 bool IsArray = A.MostDerivedArraySize != 0; in AreElementsOfSameArray() local