Searched refs:ArrayLength (Results 1 – 22 of 22) sorted by relevance
/external/v8/src/ |
D | accessors.h | 27 V(array_length, ArrayLength) \ 39 V(ArrayLength) \
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | VLASizeChecker.cpp | 155 NonLoc ArrayLength = in checkPreStmt() local 164 state, BO_Mul, ArrayLength, EleSizeVal.castAs<NonLoc>(), SizeTy); in checkPreStmt()
|
/external/llvm/bindings/go/llvm/ |
D | string.go | 72 s += fmt.Sprintf("(%v[%v])", ts.typeString(t.ElementType()), t.ArrayLength())
|
D | ir.go | 618 func (t Type) ArrayLength() int { return int(C.LLVMGetArrayLength(t.C)) } func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | string.go | 72 s += fmt.Sprintf("(%v[%v])", ts.typeString(t.ElementType()), t.ArrayLength())
|
D | ir.go | 651 func (t Type) ArrayLength() int { return int(C.LLVMGetArrayLength(t.C)) } func
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.h | 625 VIXL_ASSERT(index <= ArrayLength(formats_)); in SetFormatMap() 678 VIXL_ASSERT(GetNEONFormat(format_map) < ArrayLength(vform)); in GetVectorFormat() 826 VIXL_ASSERT(format < ArrayLength(formats)); in NEONFormatAsString()
|
D | disasm-aarch64.cc | 2705 VIXL_ASSERT(index < ArrayLength(mnemonics)); in VisitNEON3Same() 5671 if ((hint >= ArrayLength(hints)) || (target > 3)) { in SubstitutePrefetchField() 5681 VIXL_ASSERT(stream < ArrayLength(stream_options)); in SubstitutePrefetchField()
|
D | simulator-aarch64.h | 199 for (size_t i = 0; i < ArrayLength(saturated_); i++) { in LogicVRegister() 202 for (size_t i = 0; i < ArrayLength(round_); i++) { in LogicVRegister()
|
D | macro-assembler-aarch64.cc | 2969 for (size_t i = 0; i < ArrayLength(regs); i++) { in Exclude()
|
D | simulator-aarch64.cc | 930 VIXL_ASSERT(ReadFpcr().GetRMode() < ArrayLength(rmode)); in PrintSystemRegister()
|
D | assembler-aarch64.cc | 5952 for (size_t i = 0; i < ArrayLength(regs); i++) { in AreAliased()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.310.comp.out | 130 60: 6(int) ArrayLength 14(outbname) 3
|
D | hlsl.structbuffer.rw.frag.out | 275 33: 6(int) ArrayLength 32(sbuf) 0
|
D | hlsl.structbuffer.coherent.frag.out | 277 33: 6(int) ArrayLength 32(sbuf) 0
|
D | hlsl.structbuffer.frag.out | 312 44: 6(int) ArrayLength 23(sbuf) 0
|
D | hlsl.structbuffer.byte.frag.out | 409 19: 6(int) ArrayLength 18(sbuf) 0
|
D | hlsl.structbuffer.rwbyte.frag.out | 1094 19: 6(int) ArrayLength 18(sbuf) 0
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVOpCodeEnum.h | 62 _SPIRV_OP(ArrayLength, 68)
|
D | SPIRVEntry.h | 710 _SPIRV_OP(ArrayLength)
|
/external/v8/src/builtins/ |
D | typed-array.tq | 280 // 4. Let len be obj.[[ArrayLength]].
|
/external/vixl/src/ |
D | utils-vixl.h | 70 size_t ArrayLength(const T (&)[n]) { in ArrayLength() function
|