HomeSort by relevance Sort by last modified time
    Searched defs:Extra (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
tokenize.h 23 short Extra;
29 short Extra;
  /external/llvm/lib/Support/
IntervalMap.cpp 130 const unsigned Extra = (Elements + Grow) % Nodes;
134 Sum += NewSize[n] = PerNode + (n < Extra);
  /external/clang/tools/clang-check/
ClangCheck.cpp 78 static cl::list<std::string> ArgsAfter("extra-arg",
80 static cl::list<std::string> ArgsBefore("extra-arg-before",
140 InsertAdjuster(const CommandLineArguments &Extra, Position Pos)
141 : Extra(Extra), Pos(Pos) {
144 InsertAdjuster(const char *Extra, Position Pos)
145 : Extra(1, std::string(Extra)), Pos(Pos) {
160 Return.insert(I, Extra.begin(), Extra.end())
    [all...]
  /external/lzma/CPP/7zip/Common/
CWrappers.h 53 bool Extra;
64 Extra = false;
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 75 StringRef EOL, StringRef Extra = StringRef());
106 /// any \p Extra context specifiers in GNU line directives.
109 StringRef EOL, StringRef Extra) {
118 if (!Extra.empty())
119 OS << Extra;
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 522 // Are there extra Tail predecessors?
726 unsigned Extra = CondDepth - MaxDepth;
727 DEBUG(dbgs() << "Condition adds " << Extra << " cycles.\n");
728 if (Extra > CritLimit) {
737 unsigned Extra = TDepth - MaxDepth;
738 DEBUG(dbgs() << "TBB data adds " << Extra << " cycles.\n");
739 if (Extra > CritLimit) {
748 unsigned Extra = FDepth - MaxDepth;
749 DEBUG(dbgs() << "FBB data adds " << Extra << " cycles.\n");
750 if (Extra > CritLimit)
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 65 /// Returns the "extra-canonicalized" return type, which discards
340 // extra prefix plus the arguments in the prototype.
369 /// extra implicit argument.
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 140 milliseconds