Home
last modified time | relevance | path

Searched refs:ArrayLength (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/
Daccessors.h27 V(array_length, ArrayLength) \
39 V(ArrayLength) \
/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp155 NonLoc ArrayLength = in checkPreStmt() local
164 state, BO_Mul, ArrayLength, EleSizeVal.castAs<NonLoc>(), SizeTy); in checkPreStmt()
/external/llvm/bindings/go/llvm/
Dstring.go72 s += fmt.Sprintf("(%v[%v])", ts.typeString(t.ElementType()), t.ArrayLength())
Dir.go618 func (t Type) ArrayLength() int { return int(C.LLVMGetArrayLength(t.C)) } func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dstring.go72 s += fmt.Sprintf("(%v[%v])", ts.typeString(t.ElementType()), t.ArrayLength())
Dir.go651 func (t Type) ArrayLength() int { return int(C.LLVMGetArrayLength(t.C)) } func
/external/vixl/src/aarch64/
Dinstructions-aarch64.h625 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()
Ddisasm-aarch64.cc2705 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()
Dsimulator-aarch64.h199 for (size_t i = 0; i < ArrayLength(saturated_); i++) { in LogicVRegister()
202 for (size_t i = 0; i < ArrayLength(round_); i++) { in LogicVRegister()
Dmacro-assembler-aarch64.cc2969 for (size_t i = 0; i < ArrayLength(regs); i++) { in Exclude()
Dsimulator-aarch64.cc930 VIXL_ASSERT(ReadFpcr().GetRMode() < ArrayLength(rmode)); in PrintSystemRegister()
Dassembler-aarch64.cc5952 for (size_t i = 0; i < ArrayLength(regs); i++) { in AreAliased()
/external/deqp-deps/glslang/Test/baseResults/
Dspv.310.comp.out130 60: 6(int) ArrayLength 14(outbname) 3
Dhlsl.structbuffer.rw.frag.out275 33: 6(int) ArrayLength 32(sbuf) 0
Dhlsl.structbuffer.coherent.frag.out277 33: 6(int) ArrayLength 32(sbuf) 0
Dhlsl.structbuffer.frag.out312 44: 6(int) ArrayLength 23(sbuf) 0
Dhlsl.structbuffer.byte.frag.out409 19: 6(int) ArrayLength 18(sbuf) 0
Dhlsl.structbuffer.rwbyte.frag.out1094 19: 6(int) ArrayLength 18(sbuf) 0
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCodeEnum.h62 _SPIRV_OP(ArrayLength, 68)
DSPIRVEntry.h710 _SPIRV_OP(ArrayLength)
/external/v8/src/builtins/
Dtyped-array.tq280 // 4. Let len be obj.[[ArrayLength]].
/external/vixl/src/
Dutils-vixl.h70 size_t ArrayLength(const T (&)[n]) { in ArrayLength() function