Searched refs:substr (Results 151 - 175 of 203) sorted by relevance

123456789

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp3192 Int8Ty, Uuid.substr(Field3ValueOffsets[Idx], 2), 16);
3195 llvm::ConstantInt::get(Int32Ty, Uuid.substr(0, 8), 16),
3196 llvm::ConstantInt::get(Int16Ty, Uuid.substr(9, 4), 16),
3197 llvm::ConstantInt::get(Int16Ty, Uuid.substr(14, 4), 16),
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp52 MacroBody = MacroBody.substr(0, End);
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp751 Str = ASM.second.substr(I, ASM.second.find('|', I));
H A DCodeGenDAGPatterns.cpp141 if (VTName.substr(0,5) == "MVT::")
142 VTName = VTName.substr(5);
/freebsd-9.3-release/tools/test/dtrace/
H A DMakefile150 ${TESTSRCDIR}/tst/common/safety/tst.substr.d \
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp125 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + Dirs.substr(0, Delim)));
128 CmdArgs.push_back(Args.MakeArgString(Dirs.substr(0, Delim)));
131 Dirs = Dirs.substr(Delim + 1);
1188 Name = Name.substr(1);
1192 Name = Name.substr(3);
1420 Name = Name.substr(1);
1424 Name = Name.substr(3);
4584 Res = Str.substr(0, Str.rfind('.'));
5531 if (Triple.substr(0, 6) == "x86_64")
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1822 Str = Str.substr(Offset);
1828 Str = Str.substr(0, Str.find('\0'));
/freebsd-9.3-release/contrib/bmake/
H A Dconfigure6700 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
6820 defundef = substr(arg[1], 2)
6825 prefix = substr(line, 1, index(line, defundef) - 1)
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dbasic_string.h1921 substr(size_type __pos = 0, size_type __n = npos) const function in class:basic_string
1923 _M_check(__pos, "basic_string::substr"), __n); }
1988 * traits::compare(substring.data(),str.substr(pos2,n2).data(),rlen).
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dvstring.h1647 substr(size_type __pos = 0, size_type __n = npos) const function in class:__versa_string
1649 return __versa_string(*this, _M_check(__pos, "__versa_string::substr"),
1720 * traits::compare(substring.data(),str.substr(pos2,n2).data(),rlen).
/freebsd-9.3-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp652 if (StructType *DST = DstM->getTypeByName(ST->getName().substr(0, DotPos)))
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp888 StringRef NoStub = Sym->getName().substr(0, Sym->getName().size()-5);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp930 Out << " " << name.substr(lastPos, pos - lastPos);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp702 text = text.substr(0, text.size()-suff.size());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp1001 if (PP.getDiagnostics().setDiagnosticGroupMapping(WarningName.substr(2),
H A DLexer.cpp973 return file.substr(beginInfo.second, EndOffs - beginInfo.second);
1020 return ExpansionBuffer.substr(ExpansionInfo.second, MacroTokenLength);
2565 RestOfBuffer = RestOfBuffer.substr(Pos+TermLen);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp45 return s.substr(0, i);
/freebsd-9.3-release/contrib/tcsh/
H A Dconfigure7626 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
7754 defundef = substr(arg[1], 2)
7759 prefix = substr(line, 1, index(line, defundef) - 1)
/freebsd-9.3-release/sys/dev/drm2/
H A DdrmP.h1055 char substr[79]; member in struct:dmi_strmatch
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1620 Filename = Filename.substr(1, Filename.size() - 2);
1791 Body = Body.substr(Pos);
3224 Body = Body.substr(Pos);
/freebsd-9.3-release/contrib/openbsm/
H A Dconfigure5686 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
8622 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8624 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14825 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14953 defundef = substr(arg[1], 2)
14958 prefix = substr(line, 1, index(line, defundef) - 1)
/freebsd-9.3-release/contrib/openpam/
H A Dconfigure6816 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
9487 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9489 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
13569 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13697 defundef = substr(arg[1], 2)
13702 prefix = substr(line, 1, index(line, defundef) - 1)
/freebsd-9.3-release/contrib/file/
H A Dconfigure7289 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
9960 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9962 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
15636 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15764 defundef = substr(arg[1], 2)
15769 prefix = substr(line, 1, index(line, defundef) - 1)
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp788 Name = Name.substr(1, Name.size()-1);
/freebsd-9.3-release/contrib/tcpdump/
H A Dconfigure8392 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
8520 defundef = substr(arg[1], 2)
8525 prefix = substr(line, 1, index(line, defundef) - 1)

Completed in 587 milliseconds

123456789