/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | SpecialMemberFunctionsCheck.cpp | 92 size_t LastIndex = SMFS.size() - 1; in join() local 93 for (size_t i = 1; i < LastIndex; ++i) { in join() 96 if (LastIndex != 0) { in join() 97 Stream << AndOr << toString(SMFS[LastIndex]); in join()
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | slm-no-vectorize.ll | 11 define i32 @no_vec(i32 %LastIndex, i16* nocapture readonly %InputData, i16 signext %lag, i16 signex… 14 %cmp17 = icmp sgt i32 %LastIndex, 0 21 %wide.trip.count = zext i32 %LastIndex to i64
|
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/ |
D | sort.pass.cpp | 30 static uint32_t LastIndex; variable 52 return (uint32_t)(index) < LastIndex; in isLive() 204 LastIndex = n + 2; in test_sort()
|
/external/boringssl/src/util/ |
D | read_symbols.go | 250 if idx := strings.LastIndex(name, "@"); idx >= 0 { 253 } else if idx := strings.LastIndex(name, "@@"); idx >= 0 {
|
D | run_android_tests.go | 107 idx := strings.LastIndex(stdoutStr, delimiter)
|
D | doc.go | 276 j := strings.LastIndex(decl[:i], " ")
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 912 uint64_t LastIndex = 0; in addAttributes() local 915 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes() 918 LastIndex = I + 1; in addAttributes() 937 for (unsigned I = LastIndex, E = NumAttrs; I < E; ++I) in addAttributes() 969 uint64_t LastIndex = 0; in removeAttributes() local 972 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes() 975 LastIndex = I + 1; in removeAttributes() 992 for (unsigned I = LastIndex, E = NumAttrs; I < E; ++I) in removeAttributes() 1010 uint64_t LastIndex = 0; in removeAttributes() local 1013 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes() [all …]
|
D | Verifier.cpp | 1664 unsigned LastIndex = Attrs.getSlotIndex(LastSlot); in verifyAttributeCount() local 1665 if (LastIndex <= Params in verifyAttributeCount() 1666 || (LastIndex == AttributeSet::FunctionIndex in verifyAttributeCount()
|
/external/toolchain-utils/compiler_wrapper/ |
D | command.go | 114 target: basename[:strings.LastIndex(basename, "-")], 124 target: basename[:strings.LastIndex(basename, "-")],
|
D | errors.go | 58 if lastSlash := strings.LastIndex(file, "/"); lastSlash >= 0 {
|
D | disable_werror_flag.go | 199 lastParen := strings.LastIndex(pidStatContents, ")")
|
/external/golang-protobuf/ptypes/ |
D | any.go | 57 slash := strings.LastIndex(any.TypeUrl, "/")
|
/external/libcap/go/ |
D | try-launching.go | 21 root := cwd[:strings.LastIndex(cwd, "/")]
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 82 unsigned LastIndex = FirstIndex + NumConsumedToks - 1; in LookupInlineAsmIdentifier() local 87 (AsmTokOffsets[LastIndex] + AsmToks[LastIndex].getLength() - in LookupInlineAsmIdentifier()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 111 unsigned LastIndex = FirstIndex + NumConsumedToks - 1; in LookupInlineAsmIdentifier() local 116 (AsmTokOffsets[LastIndex] + AsmToks[LastIndex].getLength() - in LookupInlineAsmIdentifier()
|
/external/boringssl/src/ssl/test/runner/ |
D | tls.go | 126 colonPos := strings.LastIndex(addr, ":")
|
/external/wayland-protocols/ |
D | wayland_protocol_codegen.go | 354 dot := strings.LastIndex(input, ".")
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 2619 property LastIndex: Integer read GetLastIndex write SetLastIndex; property 6028 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then 6040 if (PrevROp.Index >= ROp.Index) and (PrevROp.LastIndex <= ROp.LastIndex) then 6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex); 6048 Same := (PrevROp.Index = ROp.Index) and (PrevROp.LastIndex = ROp.LastIndex); 6091 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
|
/external/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 304 slash := strings.LastIndex(opt, "/") 657 if i := strings.LastIndex(p, "/"); i >= 0 { 1551 if i := strings.LastIndex(name, "."); i >= 0 { 2767 if i := strings.LastIndex(name, "/"); i >= 0 { 2771 if i := strings.LastIndex(name, "."); i >= 0 {
|
/external/starlark-go/syntax/ |
D | scan.go | 220 s = s[strings.LastIndex(s, "\n")+1:]
|
/external/llvm-project/llvm/lib/IR/ |
D | IRBuilder.cpp | 1047 Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex, in CreatePreserveArrayAccessIndex() argument 1053 Value *LastIndexV = getInt32(LastIndex); in CreatePreserveArrayAccessIndex()
|
/external/golang-protobuf/proto/ |
D | text_parser.go | 465 if s := strings.LastIndex(extName, "/"); s >= 0 {
|
/external/golang-protobuf/jsonpb/ |
D | jsonpb.go | 96 if slash := strings.LastIndex(mname, "/"); slash >= 0 {
|
/external/starlark-go/starlark/ |
D | library.go | 1857 i = strings.LastIndex(recv, sep) // rpartition 2168 i = strings.LastIndex(slice, sub)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2718 unsigned Dimension, unsigned LastIndex, in CreatePreserveArrayAccessIndex() argument 2724 Value *LastIndexV = getInt32(LastIndex); in CreatePreserveArrayAccessIndex()
|