Searched refs:PrefixSize (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | GlobPattern.cpp | 140 size_t PrefixSize = S.find_first_of("?*[{\\"); in create() local 141 Pat.Prefix = S.substr(0, PrefixSize); in create() 142 if (PrefixSize == std::string::npos) in create() 144 S = S.substr(PrefixSize); in create()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 931 unsigned PrefixSize = AppendingInits.size() - E.AppendingGVNumNewMembers; in flush() local 936 drop_begin(AppendingInits, PrefixSize)); in flush() 937 AppendingInits.resize(PrefixSize); in flush()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 31 unsigned PrefixSize; member 59 unsigned PrefixSize = Args.size() - 1; in commonEmitCXXMemberOrOperatorCall() local 82 return {required, PrefixSize}; in commonEmitCXXMemberOrOperatorCall() 95 Args, FPT, CallInfo.ReqArgs, CallInfo.PrefixSize); in EmitCXXMemberOrOperatorCall()
|
| H A D | CGCall.cpp | 167 unsigned PrefixSize = prefix.size(); in appendParameterTypes() local 181 addExtParameterInfosForCall(paramInfos, FPT.getTypePtr(), PrefixSize, in appendParameterTypes()
|
| /src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.cpp | 2331 unsigned PrefixSize; in addX86AlignBranchArgs() local 2332 if (Value.getAsInteger(10, PrefixSize)) { in addX86AlignBranchArgs() 2336 addArg("-x86-pad-max-prefix-size=" + Twine(PrefixSize)); in addX86AlignBranchArgs()
|