HomeSort by relevance Sort by last modified time
    Searched refs:ArgSize (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/Driver/
Option.cpp 95 unsigned ArgSize) const {
100 Spelling = StringRef(Args.getArgString(Index), ArgSize);
108 if (ArgSize != strlen(Args.getArgString(Index)))
113 const char *Value = Args.getArgString(Index) + ArgSize;
118 const char *Str = Args.getArgString(Index) + ArgSize;
147 if (ArgSize != strlen(Args.getArgString(Index)))
159 if (ArgSize != strlen(Args.getArgString(Index)))
175 if (ArgSize != strlen(Args.getArgString(Index))) {
176 const char *Value = Args.getArgString(Index) + ArgSize;
195 Args.getArgString(Index - 2) + ArgSize,
    [all...]
OptTable.cpp 211 unsigned ArgSize = 0;
214 if ((ArgSize = matchOption(Start, Str)))
220 if (Arg *A = Option(Start, this).accept(Args, Index, ArgSize))
  /external/llvm/lib/Option/
Option.cpp 97 unsigned ArgSize) const {
102 Spelling = StringRef(Args.getArgString(Index), ArgSize);
110 if (ArgSize != strlen(Args.getArgString(Index)))
115 const char *Value = Args.getArgString(Index) + ArgSize;
120 const char *Str = Args.getArgString(Index) + ArgSize;
149 if (ArgSize != strlen(Args.getArgString(Index)))
161 if (ArgSize != strlen(Args.getArgString(Index)))
177 if (ArgSize != strlen(Args.getArgString(Index))) {
178 const char *Value = Args.getArgString(Index) + ArgSize;
197 Args.getArgString(Index - 2) + ArgSize,
    [all...]
OptTable.cpp 212 unsigned ArgSize = 0;
215 if ((ArgSize = matchOption(Start, Str)))
221 if (Arg *A = Option(Start, this).accept(Args, Index, ArgSize))
  /external/llvm/include/llvm/Option/
Option.h 182 /// \parm ArgSize The number of bytes taken up by the matched Option prefix
185 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /external/clang/include/clang/Driver/
Option.h 193 /// \parm ArgSize The number of bytes taken up by the matched Option prefix
196 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 762 unsigned ArgSize = VA.getValVT().getSizeInBits()/8;
764 int FI = MFI->CreateFixedObject(ArgSize, StackLoc, true);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2330 milliseconds