/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 | 141 bool IsArray() const { return is_array_; } in IsArray() function
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_object.cpp | 73 bool CPDF_Object::IsArray() const { in IsArray() function in CPDF_Object
|
D | cpdf_array.cpp | 40 bool CPDF_Array::IsArray() const { in IsArray() function in CPDF_Array
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Descriptor.h | 80 const bool IsArray = false; member
|
/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 | 368 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/llvm-project/flang/include/flang/Semantics/ |
D | symbol.h | 180 bool IsArray() const { return !shape_.empty(); } in IsArray() function
|
/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/llvm-project/clang/lib/AST/ |
D | ExprCXX.cpp | 234 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr() 251 bool IsArray = ArraySize.hasValue(); in Create() local 266 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty()
|
D | ExprConstant.cpp | 189 uint64_t &ArraySize, QualType &Type, bool &IsArray, in findMostDerivedSubobject() 287 bool IsArray = false; in SubobjectDesignator() local 310 bool IsArray = false; in truncate() local 360 bool IsArray = MostDerivedPathLength == Entries.size() && in validIndexAdjustments() local 454 bool IsArray = MostDerivedPathLength == Entries.size() && in adjustIndex() local 3924 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
|
D | DeclCXX.cpp | 3280 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { in isValidStructGUID() local
|
/external/llvm-project/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 1777 bool IsArray; // new[] ? variable 1813 bool IsArray; variable 1925 bool IsArray; variable 4165 bool IsArray = look(1) == 'a'; in parseNewExpr() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 1741 bool IsArray; // new[] ? variable 1777 bool IsArray; variable 1867 bool IsArray; variable 4098 bool IsArray = look(1) == 'a'; in parseNewExpr() local
|
/external/llvm-project/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 1777 bool IsArray; // new[] ? variable 1813 bool IsArray; variable 1925 bool IsArray; variable 4165 bool IsArray = look(1) == 'a'; in parseNewExpr() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 99 QualType &Ty, bool &IsArray) { in makeZeroElementRegion()
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 448 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/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4112 bool IsArray = FullTy->isArrayTy(); in parseFunctionBody() local 4154 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/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1858 bool IsArray = Record.readInt(); in VisitCXXNewExpr() local
|