Home
last modified time | relevance | path

Searched refs:LastIndex (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DSpecialMemberFunctionsCheck.cpp92 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/
Dslm-no-vectorize.ll11 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/
Dsort.pass.cpp30 static uint32_t LastIndex; variable
52 return (uint32_t)(index) < LastIndex; in isLive()
204 LastIndex = n + 2; in test_sort()
/external/boringssl/src/util/
Dread_symbols.go250 if idx := strings.LastIndex(name, "@"); idx >= 0 {
253 } else if idx := strings.LastIndex(name, "@@"); idx >= 0 {
Drun_android_tests.go107 idx := strings.LastIndex(stdoutStr, delimiter)
Ddoc.go276 j := strings.LastIndex(decl[:i], " ")
/external/llvm/lib/IR/
DAttributes.cpp912 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 …]
DVerifier.cpp1664 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/
Dcommand.go114 target: basename[:strings.LastIndex(basename, "-")],
124 target: basename[:strings.LastIndex(basename, "-")],
Derrors.go58 if lastSlash := strings.LastIndex(file, "/"); lastSlash >= 0 {
Ddisable_werror_flag.go199 lastParen := strings.LastIndex(pidStatContents, ")")
/external/golang-protobuf/ptypes/
Dany.go57 slash := strings.LastIndex(any.TypeUrl, "/")
/external/libcap/go/
Dtry-launching.go21 root := cwd[:strings.LastIndex(cwd, "/")]
/external/clang/lib/Parse/
DParseStmtAsm.cpp82 unsigned LastIndex = FirstIndex + NumConsumedToks - 1; in LookupInlineAsmIdentifier() local
87 (AsmTokOffsets[LastIndex] + AsmToks[LastIndex].getLength() - in LookupInlineAsmIdentifier()
/external/llvm-project/clang/lib/Parse/
DParseStmtAsm.cpp111 unsigned LastIndex = FirstIndex + NumConsumedToks - 1; in LookupInlineAsmIdentifier() local
116 (AsmTokOffsets[LastIndex] + AsmToks[LastIndex].getLength() - in LookupInlineAsmIdentifier()
/external/boringssl/src/ssl/test/runner/
Dtls.go126 colonPos := strings.LastIndex(addr, ":")
/external/wayland-protocols/
Dwayland_protocol_codegen.go354 dot := strings.LastIndex(input, ".")
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas2619 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/
Dgenerator.go304 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/
Dscan.go220 s = s[strings.LastIndex(s, "\n")+1:]
/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp1047 Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex, in CreatePreserveArrayAccessIndex() argument
1053 Value *LastIndexV = getInt32(LastIndex); in CreatePreserveArrayAccessIndex()
/external/golang-protobuf/proto/
Dtext_parser.go465 if s := strings.LastIndex(extName, "/"); s >= 0 {
/external/golang-protobuf/jsonpb/
Djsonpb.go96 if slash := strings.LastIndex(mname, "/"); slash >= 0 {
/external/starlark-go/starlark/
Dlibrary.go1857 i = strings.LastIndex(recv, sep) // rpartition
2168 i = strings.LastIndex(slice, sub)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h2718 unsigned Dimension, unsigned LastIndex, in CreatePreserveArrayAccessIndex() argument
2724 Value *LastIndexV = getInt32(LastIndex); in CreatePreserveArrayAccessIndex()

12