/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 | 146 bool IsArray() const { return is_array_; } in IsArray() function
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_object.h | 135 bool IsArray() const { return !!AsArray(); } in IsArray() function
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape.h | 66 bool IsArray() const { return primitive_util::IsArrayType(element_type()); } in IsArray() function
|
/external/deqp-deps/amber/src/ |
D | type_test.cc | 24 TEST_F(TypeTest, IsArray) { in TEST_F() argument
|
D | type.h | 121 bool IsArray() const { return is_array_; } in IsArray() function
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_value.cpp | 287 bool CFXJSE_Value::IsArray(v8::Isolate* pIsolate) const { in IsArray() function in CFXJSE_Value
|
/external/pdfium/fxjs/ |
D | fxv8.cpp | 48 bool IsArray(v8::Local<v8::Value> value) { in IsArray() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 334 bool IsArray = isa<ElementRegion>(Target); in VisitCXXConstructExpr() local
|
/external/pigweed/pw_json/public/pw_json/ |
D | builder.h | 296 [[nodiscard]] constexpr bool IsArray() const { return buffer_[0] == '['; } in IsArray() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVScope.h | 37 IsArray, enumerator
|
/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-10.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 1743 bool IsArray; // new[] ? variable 1779 bool IsArray; variable 1869 bool IsArray; variable 4100 bool IsArray = look(1) == 'a'; in parseNewExpr() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 1942 bool IsArray; // new[] ? variable 1977 bool IsArray; variable 2099 bool IsArray; variable
|
/external/cronet/tot/third_party/libc++abi/src/src/demangle/ |
D | ItaniumDemangle.h | 2103 bool IsArray; // new[] ? variable 2138 bool IsArray; variable 2264 bool IsArray; variable
|
/external/cronet/stable/third_party/libc++abi/src/src/demangle/ |
D | ItaniumDemangle.h | 2103 bool IsArray; // new[] ? variable 2138 bool IsArray; variable 2264 bool IsArray; variable
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 551 inline bool IsArray(const Type &type) { in IsArray() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4012 bool IsArray = FullTy->isArrayTy(); in parseFunctionBody() local 4054 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/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5008 bool IsArray = Ty->isArrayTy(); in parseFunctionBody() local 5055 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
|
/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
|