HomeSort by: relevance | last modified time | path
    Searched defs:Number (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
SymbolSize.h 21 unsigned Number;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
NativeFormatting.h 20 Number,
JSON.h 237 /// number (double or int64)
294 /// Number values can store both int64s and doubles at full precision,
296 Number,
385 return Number;
415 // Succeeds if the Value is a Number, and exactly representable as int64_t.
575 /// Message is e.g. "expected number" and becomes part of the final error.
675 P.report("expected number");
905 // or in an array (any number of times).
907 /// Emit a self-contained value (number, string, vector<string> etc).
938 // Valid only within an object (any number of times)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AddressPool.h 25 unsigned Number;
28 AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {}
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
ptype-on-functions.f90 19 type, public :: Number
24 end type Number
29 class (Number), intent (in) :: this
35 class (Number), intent (inout) :: this
72 type (Number) :: n1
73 type (Number) :: n2
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
ptype-on-functions.f90 19 type, public :: Number
24 end type Number
29 class (Number), intent (in) :: this
35 class (Number), intent (inout) :: this
72 type (Number) :: n1
73 type (Number) :: n2
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SpillPlacement.h 62 // Block frequencies are computed once. Indexed by block number.
90 unsigned Number; ///< Basic block number (from MBB::getNumber()).
146 /// possible number of PrefX constraints will be violated, weighted by
155 BlockFrequency getBlockFrequency(unsigned Number) const {
156 return BlockFrequencies[Number];
RegAllocGreedy.cpp 85 STATISTIC(NumGlobalSplits, "Number of split global live ranges");
86 STATISTIC(NumLocalSplits, "Number of split local live ranges");
87 STATISTIC(NumEvicted, "Number of interferences evicted");
104 cl::desc("Last chance recoloring maximum number of considered"
178 // Live ranges pass through a number of stages as we try to allocate them.
272 unsigned BrokenHints = 0; ///< Total number of broken hints.
779 // The virtual register number is a tie breaker for same-sized ranges.
926 // Find VirtReg's cascade number. This will be unassigned if VirtReg was never
927 // involved in an eviction before. If a cascade number was assigned, deny
928 // evicting anything with the same or a newer cascade number. This prevent
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
SourceCoverageView.cpp 103 std::string Number = utostr(N);
104 int Len = Number.size();
106 return Number;
108 std::string Result(Number.data(), IntLen);
111 Result += Number.substr(IntLen, 3 - IntLen);
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
CmpRuns.py 42 Number = Union[int, float]
43 Stats = Dict[str, Dict[str, Number]]
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
Profile.cpp 47 uint32_t Number;
62 H.Number = Extractor.getU32(&Offset);
65 Twine("Error parsing block header number at offset '") +
98 // We expect a certain number of elements for Data:
330 // the functions based on the trace data. To do this, we set up a number of
  /src/sys/external/bsd/acpica/dist/utilities/
utprint.c 77 UINT64 Number,
86 UINT64 Number,
159 * Number - Integer to be converted
166 * reversed ordered number without the trailing zero.
173 UINT64 Number,
185 if (Number == 0)
191 while (Number)
193 (void) AcpiUtDivide (Number, Base, &Number, &DigitIndex);
208 * NumberPtr - Where the number is returne
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.cpp 220 .Case("debug-instr-number", MIToken::kw_debug_instr_number)
300 ErrorCallback(C.location(), "expected a number after '%bb.'");
306 StringRef Number = NumberRange.upto(C);
307 unsigned StringOffset = PrefixLength + Number.size(); // Drop '%bb.<id>'
320 .setIntegerValue(APSInt(Number))
347 StringRef Number = NumberRange.upto(C);
348 unsigned StringOffset = Rule.size() + Number.size();
356 .setIntegerValue(APSInt(Number))
  /src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp 784 unsigned Number = TypeSubstitutions.size();
785 TypeSubstitutions[T.getTypePtr()] = Number;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StratifiedSets.h 178 const StratifiedIndex Number;
180 BuilderLink(StratifiedIndex N) : Number(N) {
274 StratifiedIndex Number = StratLinks.size();
275 Remaps.insert(std::make_pair(Link.Number, Number));
282 auto Iter = Remaps.find(Above.Number);
289 auto Iter = Remaps.find(Below.Number);
298 auto Iter = Remaps.find(Link.Number);
409 merge(IterSet.Number, ReqSet.Number);
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
IntrinsicEmitter.cpp 298 unsigned Number = Mapping[R->getValueAsInt("Number")];
299 assert(Number < ArgCodes.size() && "Invalid matching number!");
308 Sig.push_back((Number << 3) | ArgCodes[Number]);
319 // Encode LLVMMatchType<Number> ArgNo
320 Sig.push_back(Number);
334 return Sig.push_back((Number << 3) | 7 /*IITDescriptor::AK_MatchType*/);
632 // Compute the maximum number of attribute arguments and the ma
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 80 /// Unique number for node.
81 unsigned Number = 0;
101 unsigned getNumber() const { return Number; }
105 void setNumber(unsigned N) { Number = N; }
132 /// assign a unique abbreviation number to each unique DIEAbbrev object it
802 /// Set the abbreviation number for this DIE.
MachineBasicBlock.h 49 // {Type: Default, Number: (unsigned)} (These are regular section IDs)
50 // {Type: Exception, Number: 0} (ExceptionSectionID)
51 // {Type: Cold, Number: 0} (ColdSectionID)
55 // Number field).
59 unsigned Number;
61 MBBSectionID(unsigned N) : Type(Default), Number(N) {}
68 return Type == Other.Type && Number == Other.Number;
75 MBBSectionID(SectionType T) : Type(T), Number(0) {}
115 int Number;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WinCOFFObjectWriter.cpp 117 int Number;
552 W.write<uint16_t>(static_cast<int16_t>(i.Aux.SectionDefinition.Number));
555 W.write<uint16_t>(static_cast<int16_t>(i.Aux.SectionDefinition.Number >> 16));
566 // header, but our Sections array is not sorted by section number,
572 return A->Number < B->Number;
576 if (Section->Number == -1)
627 if (Sec.Number == -1)
860 // round up to calculate the number of auxiliary symbols required
938 Section.Number = I
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h 32 // The maximum number of sections that a COFF object can have (inclusive).
232 /// Line number, reformatted as symbol
246 IMAGE_SYM_TYPE_FLOAT = 6, ///< A 4-byte floating-point number.
247 IMAGE_SYM_TYPE_DOUBLE = 7, ///< An 8-byte floating-point number.
450 uint32_t Number;
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangle.cpp 66 // If it starts with a number, then 6 indicates a non-member function
158 // If it's not 0-9, then it's an encoded number terminated with an @
163 // An encoded number starts with B-P and all subsequent digits are in A-P.
167 // digit number with a leading 0. Presumably the anonymous namespace
887 // <number> ::= [?] <non-negative integer>
889 // <non-negative integer> ::= <decimal digit> # when 1 <= Number <= 10
890 // ::= <hex digit>+ @ # when Number == 0 or >= 10
922 uint64_t Number = 0;
923 std::tie(Number, IsNegative) = demangleNumber(MangledName);
926 return Number;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 75 // Returns the number of words which will be used to represent this string.
297 assert(Line != 0 && "Line zero is not a valid real line number.");
321 // Represent a basic block in GCOV. Each block has a unique number in the
322 // function, number of lines belonging to each block, and a set of edges to
344 write(Number);
356 GCOVBlock(const GCOVBlock &RHS) : GCOVRecord(RHS), Number(RHS.Number) {
364 uint32_t Number;
370 GCOVBlock(GCOVProfiler *P, uint32_t Number)
371 : GCOVRecord(P), Number(Number) {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 199 // Use the canonical number for externally visible decls.
208 // Make up a reasonable number for internal decls.
269 /// The next substitution sequence number.
280 /// The number of function types we're inside.
465 void mangleNumber(int64_t Number);
1114 // Allocate a buffer of the right number of characters.
1168 void CXXNameMangler::mangleNumber(int64_t Number) {
1169 // <number> ::= [n] <non-negative decimal integer>
1170 if (Number < 0) {
1172 Number = -Number
    [all...]
  /src/external/gpl3/binutils/dist/include/coff/
pe.h 192 char f_magic[2]; /* Magic number. */
193 char f_nscns[2]; /* Number of sections. */
196 char f_nsyms[4]; /* Number of symtab entries. */
204 char e_magic[2]; /* Magic number, 0x5a4d. */
217 char e_ovno[2]; /* Overlay number, 0x0. */
231 char f_magic[2]; /* Magic number. */
232 char f_nscns[2]; /* Number of sections. */
235 char f_nsyms[4]; /* Number of symtab entries. */
416 char Number[2]; /* COMDAT associated section index. */
417 char Selection[1]; /* COMDAT selection number. *
    [all...]
  /src/external/gpl3/binutils.old/dist/include/coff/
pe.h 192 char f_magic[2]; /* Magic number. */
193 char f_nscns[2]; /* Number of sections. */
196 char f_nsyms[4]; /* Number of symtab entries. */
204 char e_magic[2]; /* Magic number, 0x5a4d. */
217 char e_ovno[2]; /* Overlay number, 0x0. */
231 char f_magic[2]; /* Magic number. */
232 char f_nscns[2]; /* Number of sections. */
235 char f_nsyms[4]; /* Number of symtab entries. */
416 char Number[2]; /* COMDAT associated section index. */
417 char Selection[1]; /* COMDAT selection number. *
    [all...]

Completed in 87 milliseconds

1 2