/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/ |
D | IsArray.java | 13 public class IsArray<T> extends TypeSafeMatcher<T[]> { class 16 public IsArray(Matcher<? super T>[] elementMatchers) { in IsArray() method in IsArray
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_value.h | 139 bool IsArray() const { return is_array_; } in IsArray() function
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_object.cpp | 66 bool CPDF_Object::IsArray() const { in IsArray() function in CPDF_Object
|
D | cpdf_array.cpp | 38 bool CPDF_Array::IsArray() const { in IsArray() function in CPDF_Array
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape.h | 56 bool IsArray() const { return primitive_util::IsArrayType(element_type()); } in IsArray() function
|
/external/pdfium/fxjs/ |
D | cfxjse_value.cpp | 327 bool CFXJSE_Value::IsArray() const { in IsArray() function in CFXJSE_Value
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 334 bool IsArray = isa<ElementRegion>(Target); in VisitCXXConstructExpr() local
|
/external/v8/src/interpreter/ |
D | interpreter-intrinsics-generator.cc | 156 Node* IntrinsicsGenerator::IsArray( in IsArray() function in v8::internal::interpreter::IntrinsicsGenerator
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 1639 bool IsArray; // new[] ? variable 1675 bool IsArray; variable 1765 bool IsArray; variable 3855 bool IsArray = look(1) == 'a'; in parseNewExpr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 1466 bool IsArray; // new[] ? member in __anon17245d330111::NewExpr 1498 bool IsArray; member in __anon17245d330111::DeleteExpr 1576 bool IsArray; member in __anon17245d330111::BracedExpr 3600 bool IsArray = look(1) == 'a'; in parseNewExpr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3651 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local 3693 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4639 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local 4681 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 119 bool &IsArray) { in findMostDerivedSubobject() 203 bool IsArray = false; in SubobjectDesignator() local 2673 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
|
/external/v8/src/ |
D | objects-inl.h | 416 Maybe<bool> Object::IsArray(Handle<Object> object) { in IsArray() function
|
D | api.cc | 3385 bool Value::IsArray() const { in IsArray() function in v8::Value
|
D | objects.cc | 5743 Maybe<bool> JSProxy::IsArray(Handle<JSProxy> proxy) { in IsArray() function in v8::internal::JSProxy
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1959 bool IsArray, MultiExprArg PlaceArgs, in FindAllocationFunctions()
|
D | SemaChecking.cpp | 8751 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
|