| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| ASTWriterDecl.cpp | 1905 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier 1919 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable 1938 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier 1952 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable 1989 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isCompleteDefinition 1990 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // EmbeddedInDeclarator 1991 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsFreeStanding 1992 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsCompleteDefinitionRequired 2002 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isScoped 2003 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isScopedUsingClassTa [all...] |
| ASTWriter.cpp | 525 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // NoReturn 528 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // CC 532 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // CmseNSCall 1117 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Major 1118 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Minor 1119 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Clang maj. 1120 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Clang min. 1121 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Relocatable 1122 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Timestamps 1123 MetadataAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Error [all...] |
| /src/external/historical/nawk/dist/ |
| FIXES | 29 Fixed readcsvrec resize segfault when reading csv records longer 42 Fixed a use-after-free bug with ARGV for "delete ARGV". 50 Fixed regex engine gototab reallocation issue that was 52 Fixed a scan bug in split in the case the separator is a single 56 Fixed use-after-free bug in fnematch due to adjbuf invalidating 88 Fix Issue #147, reported by Github user drawkula, and fixed 106 Fixed a bad char * cast that causes incorrect results on big-endian 107 systems. Also fixed an out-of-bounds read for empty CCL. 108 Fixed a buffer overflow in substr with utf-8 strings. 113 unicode FS and RS. Also fixed gsub null match issue with unicode [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/ |
| BitCodes.h | 102 Fixed = 1, // A fixed width field, Val specifies number of bits. 105 Char6 = 4, // A 6-bit fixed field which maps to [a-zA-Z0-9._]. 129 case Fixed:
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| DataLayout.h | 659 return TypeSize::Fixed(getPointerSizeInBits(0)); 661 return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace())); 669 return TypeSize::Fixed( 672 return TypeSize::Fixed(Ty->getIntegerBitWidth()); 675 return TypeSize::Fixed(16); 677 return TypeSize::Fixed(32); 680 return TypeSize::Fixed(64); 683 return TypeSize::Fixed(128); 685 return TypeSize::Fixed(8192); 689 return TypeSize::Fixed(80) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| MachineValueType.h | 843 case v1i1: return TypeSize::Fixed(1); 845 case v2i1: return TypeSize::Fixed(2); 847 case v4i1: return TypeSize::Fixed(4); 851 case v8i1: return TypeSize::Fixed(8); 860 case v1f16: return TypeSize::Fixed(16); 874 case v1i32: return TypeSize::Fixed(32); 884 case v3bf16: return TypeSize::Fixed(48); 896 case v1f64: return TypeSize::Fixed(64); 906 case f80 : return TypeSize::Fixed(80); 908 case v3f32: return TypeSize::Fixed(96) [all...] |
| NativeFormatting.h | 17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent };
|
| TypeSize.h | 39 // fixed and scalable component. 121 // StackOffset - Represent an offset with named fixed and scalable components. 131 /// named fixed and scalable, respectively. This class allows a value for both 136 StackOffset(ScalarTy Fixed, ScalarTy Scalable) 137 : LinearPolyBase<StackOffset>({Fixed, Scalable}) {} 143 static StackOffset getFixed(ScalarTy Fixed) { return {Fixed, 0}; } 145 static StackOffset get(ScalarTy Fixed, ScalarTy Scalable) { 146 return {Fixed, Scalable}; 156 // This can e.g. be used to describe sizes that are either fixed or scalable [all...] |
| FormatProviders.h | 289 /// | F / f | Fixed point | 1.0 | 1.00 | 307 S = FloatStyle::Fixed; 313 S = FloatStyle::Fixed;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyFixBrTableDefaults.cpp | 167 auto *Fixed = fixBrTableDefault(MI, MBB, MF); 168 if (Fixed != nullptr) { 169 MBBSet.erase(Fixed);
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| InterferenceCache.cpp | 115 RegUnits.back().Fixed = &LIS->getRegUnit(*Units); 141 RUI.FixedI = RUI.Fixed->find(Start); 147 if (RUI.FixedI != RUI.Fixed->end()) 148 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); 175 // Same thing for fixed interference. 178 LiveInterval::const_iterator E = RegUnits[i].Fixed->end(); 230 // Fixed interference. 233 LiveRange *LR = RegUnits[i].Fixed;
|
| InterferenceCache.h | 10 // fixed RegUnit interference, and register masks. 79 /// Fixed interference in RegUnit. 80 LiveRange *Fixed = nullptr; 82 /// Iterator pointing into the fixed RegUnit interference. 135 // much memory. Instead, a fixed number of cache entries are used in a round-
|
| /src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
| BitstreamRemarkSerializer.cpp | 56 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. 57 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // Type. 68 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. 133 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Type 148 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line 149 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column 175 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line 176 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column
|
| /src/external/mit/isl/dist/interface/ |
| template_cpp.h | 14 struct Fixed; 23 TupleKindPtr(Fixed);
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| SerializedDiagnosticPrinter.cpp | 417 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID. 418 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line. 419 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column. 420 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset; 444 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); 462 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Diag level. 464 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category. 465 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Mapped Diag ID. 473 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Category ID. 474 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // Text size [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonBlockRanges.h | 85 : std::pair<IndexType,IndexType>(Start, End), Fixed(F), TiedEnd(T) {} 98 bool Fixed = false; // Can be renamed? "Fixed" means "no". 110 void add(IndexType Start, IndexType End, bool Fixed, bool TiedEnd) { 111 push_back(IndexRange(Start, End, Fixed, TiedEnd));
|
| HexagonBlockRanges.cpp | 71 if (A.Fixed) 72 Fixed = true; 128 add(AS, BS, A.Fixed, false); 134 add(BS, AE, A.Fixed, false); 136 add(BE, AE, A.Fixed, false); 508 if (IR.Fixed)
|
| /src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/ |
| BitstreamReader.cpp | 75 case BitCodeAbbrevOp::Fixed: 156 case BitCodeAbbrevOp::Fixed: 281 case BitCodeAbbrevOp::Fixed: 377 // As a special case, handle fixed(0) (i.e., a fixed field with zero bits) 380 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && 386 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && 389 "Fixed or VBR abbrev record with size > MaxChunkData");
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| Type.cpp | 77 // 64-bit fixed width vector types can be losslessly converted to x86mmx. 85 // 8192-bit fixed width vector types can be losslessly converted to x86amx. 124 case Type::HalfTyID: return TypeSize::Fixed(16); 125 case Type::BFloatTyID: return TypeSize::Fixed(16); 126 case Type::FloatTyID: return TypeSize::Fixed(32); 127 case Type::DoubleTyID: return TypeSize::Fixed(64); 128 case Type::X86_FP80TyID: return TypeSize::Fixed(80); 129 case Type::FP128TyID: return TypeSize::Fixed(128); 130 case Type::PPC_FP128TyID: return TypeSize::Fixed(128); 131 case Type::X86_MMXTyID: return TypeSize::Fixed(64) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| MinidumpYAML.cpp | 180 static void output(const FixedSizeHex<N> &Fixed, void *, raw_ostream &OS) { 181 OS << toHex(makeArrayRef(Fixed.Storage)); 184 static StringRef input(StringRef Scalar, void *, FixedSizeHex<N> &Fixed) { 191 copy(fromHex(Scalar), Fixed.Storage); 206 /// A type which only accepts strings of a fixed size for yaml conversion. 217 static void output(const FixedSizeString<N> &Fixed, void *, raw_ostream &OS) { 218 OS << StringRef(Fixed.Storage, N); 221 static StringRef input(StringRef Scalar, void *, FixedSizeString<N> &Fixed) { 226 copy(Scalar, Fixed.Storage);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64SelectionDAGInfo.cpp | 82 DAG.getMemBasePlusOffset(Ptr, TypeSize::Fixed(OffsetScaled * 16), dl); 95 DAG.getMemBasePlusOffset(Ptr, TypeSize::Fixed(OffsetScaled * 16), dl);
|
| /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| BitcodeWriter.cpp | 859 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); 872 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg 874 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); 880 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked 882 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); 895 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked 897 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); 904 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); 1177 // hold the real VST offset. Must use fixed instead of VBR as we don't 1179 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| ChangeLog-3.x | 830 * sparc-opcode.h (mov, or): Fixed incorrect `lose' members. 1496 * eval.c (evaluate_subexp_for_address): Fixed typo. 1574 * Makefile: Fixed typo. 1579 * ns32k-opcode.h [check[wc], cmpm[bwd], movm[bwd], skpsb]: Fixed 1632 * printcmd.c (disable_display_command): Fixed loop iteration for 1648 * m-merlin.h: Fixed typo. 1649 * ns32k-opcode.h: Added ns32381 opcodes and "cinv" insn, and fixed 1723 * valprint.c (val_print): Fixed to deal properley with new format 1772 * symtab.c (make_symbol_completion_function): Fixed typo; strcmp 1813 [Data]: Fixed typos and trivial details [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ChangeLog-3.x | 830 * sparc-opcode.h (mov, or): Fixed incorrect `lose' members. 1496 * eval.c (evaluate_subexp_for_address): Fixed typo. 1574 * Makefile: Fixed typo. 1579 * ns32k-opcode.h [check[wc], cmpm[bwd], movm[bwd], skpsb]: Fixed 1632 * printcmd.c (disable_display_command): Fixed loop iteration for 1648 * m-merlin.h: Fixed typo. 1649 * ns32k-opcode.h: Added ns32381 opcodes and "cinv" insn, and fixed 1723 * valprint.c (val_print): Fixed to deal properley with new format 1772 * symtab.c (make_symbol_completion_function): Fixed typo; strcmp 1813 [Data]: Fixed typos and trivial details [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| NativeFormatting.cpp | 257 case FloatStyle::Fixed:
|