| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| MsgPackReader.h | 23 /// case msgpack::Type::Int: 24 // // Use Obj.Int 45 /// being divided into a signed Int and unsigned UInt variant in order to map 50 Int, 80 /// Value for \c Type::Int. 81 int64_t Int; 96 Object() : Kind(Type::Int), Int(0) {}
|
| MsgPackDocument.h | 55 int64_t Int; 83 assert(getKind() == Type::Int); 84 return Int; 103 assert(getKind() == Type::Int); 104 return Int; 161 case Type::Int: 162 return Lhs.Int < Rhs.Int; 205 DocNode &operator=(int Val); 242 DocNode &operator[](int Key) [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| executionengine.go | 75 func (g GenericValue) IntWidth() int { return int(C.LLVMGenericValueIntWidth(g.C)) } 76 func (g GenericValue) Int(signed bool) uint64 {
|
| /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| MsgPackDocumentYAML.cpp | 48 case msgpack::Type::Int: 49 OS << Int; 73 if (Tag == "!int" || Tag == "") { 74 // Try unsigned int then signed int. 120 // Tolerate signedness of int changing, as tags do not differentiate between 122 if (N.getKind() == msgpack::Type::UInt && getKind() == msgpack::Type::Int) 124 if (N.getKind() == msgpack::Type::Int && getKind() == msgpack::Type::UInt) 130 case msgpack::Type::Int: 131 return "!int"; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DebugLocEntry.h | 25 int Index; 26 int Offset; 54 int64_t Int; 67 DbgValueLocEntry(int64_t i) : EntryKind(E_Integer) { Constant.Int = i; } 85 int64_t getInt() const { return Constant.Int; } 243 return A.Constant.Int == B.Constant.Int;
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| IntrinsicLowering.cpp | 467 Function *Int = Intrinsic::getDeclaration(M, Intrinsic::bswap, Ty); 470 Op = CallInst::Create(Int, Op, CI->getName(), CI);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Z3Solver.cpp | 726 SMTExprRef mkBitvector(const llvm::APSInt Int, unsigned BitWidth) override { 730 if (LLVM_UNLIKELY(Int.getBitWidth() > 64u)) { 732 Int.toString(Buffer, 10); 737 const int64_t BitReprAsSigned = Int.getExtValue(); 742 Int.isSigned() 752 llvm::APSInt Int = llvm::APSInt(Float.bitcastToAPInt(), false); 753 SMTExprRef Z3Int = mkBitvector(Int, Int.getBitWidth()); 788 llvm::APSInt Int(Sort->getFloatSortSize(), true); 792 if (!toAPSInt(BVSort, AST, Int, true)) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| ELFYAML.cpp | 1191 long long Int; 1192 if (getAsSignedInteger(Scalar, /*Radix=*/0, Int) || (Int < MinVal)) 1194 Val = Int;
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldmisc.c | 56 make_cfmt (const char *fmt, int nr) 94 int arg_type; 95 unsigned int arg_count = 0; 96 unsigned int arg_no; 99 int i; 112 Int, 182 arg_type = Int; 218 case Int: 219 args[arg_no].i = va_arg (ap, int); 352 unsigned int linenumber [all...] |
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldmisc.c | 73 int arg_type; 74 unsigned int arg_count = 0; 75 unsigned int arg_no; 78 int i; 90 Int, 156 arg_type = Int; 184 case Int: 185 args[arg_no].i = va_arg (ap, int); 307 unsigned int linenumber; 656 int written [all...] |
| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decNumberLocal.h | 85 /* not use int or long directly. */ 91 #define Int int32_t 100 typedef long int LI; /* for printf arguments only */ 101 #define DECNOINT 0 /* 1 to check no internal use of 'int' */ 105 #define int ? /* enable to ensure that plain C 'int' */ macro 313 Int exponent; /* Unadjusted signed exponent (q), or */ 462 /* Get the exponent continuation from a decFloat *df as an Int */ 463 #define GETECON(df) ((Int)((DFWORD((df), 0)&0x03ffffff)>>(32-6-DECECONL))) 465 #define GETWECON(df) ((Int)((DFWWORD((df), 0)&0x03ffffff)>>(32-6-DECWECONL)) [all...] |
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decNumberLocal.h | 85 /* not use int or long directly. */ 91 #define Int int32_t 100 typedef long int LI; /* for printf arguments only */ 101 #define DECNOINT 0 /* 1 to check no internal use of 'int' */ 105 #define int ? /* enable to ensure that plain C 'int' */ macro 313 Int exponent; /* Unadjusted signed exponent (q), or */ 462 /* Get the exponent continuation from a decFloat *df as an Int */ 463 #define GETECON(df) ((Int)((DFWORD((df), 0)&0x03ffffff)>>(32-6-DECECONL))) 465 #define GETWECON(df) ((Int)((DFWWORD((df), 0)&0x03ffffff)>>(32-6-DECWECONL)) [all...] |
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decNumberLocal.h | 85 /* not use int or long directly. */ 91 #define Int int32_t 100 typedef long int LI; /* for printf arguments only */ 101 #define DECNOINT 0 /* 1 to check no internal use of 'int' */ 105 #define int ? /* enable to ensure that plain C 'int' */ macro 313 Int exponent; /* Unadjusted signed exponent (q), or */ 462 /* Get the exponent continuation from a decFloat *df as an Int */ 463 #define GETECON(df) ((Int)((DFWORD((df), 0)&0x03ffffff)>>(32-6-DECECONL))) 465 #define GETWECON(df) ((Int)((DFWWORD((df), 0)&0x03ffffff)>>(32-6-DECWECONL)) [all...] |
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decNumberLocal.h | 85 /* not use int or long directly. */ 91 #define Int int32_t 100 typedef long int LI; /* for printf arguments only */ 101 #define DECNOINT 0 /* 1 to check no internal use of 'int' */ 105 #define int ? /* enable to ensure that plain C 'int' */ macro 313 Int exponent; /* Unadjusted signed exponent (q), or */ 462 /* Get the exponent continuation from a decFloat *df as an Int */ 463 #define GETECON(df) ((Int)((DFWORD((df), 0)&0x03ffffff)>>(32-6-DECECONL))) 465 #define GETWECON(df) ((Int)((DFWWORD((df), 0)&0x03ffffff)>>(32-6-DECWECONL)) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| APValue.h | 89 static constexpr int NumLowBitsAvailable = 3; 103 static constexpr int NumLowBitsAvailable = 3; 113 static constexpr int NumLowBitsAvailable = 132 Int, 393 bool isInt() const { return Kind == Int; } 599 "Invalid complex int (type mismatch)."); 628 Kind = Int;
|
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| MveEmitter.cpp | 107 // Scalar is used for ordinary int and float types of all sizes. 111 // register, i.e. {uint,int,float}NxM_t. 114 // MultiVector is used for the {uint,int,float}NxMxK_t types used by the 169 return "int"; 272 return "Int" + utostr(Bits) + "Ty"; 417 std::vector<int> *ParamNumberMap = nullptr; 432 int MapValue = (*ParamNumberMap)[nparams++]; 1143 int Num = Op->getValueAsInt("num"), Denom = Op->getValueAsInt("denom"); 1539 const ACLEIntrinsic *Int; 1567 const ACLEIntrinsic &Int = *kv.second [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| MIParser.cpp | 201 bool PerTargetMIParsingState::getTargetIndex(StringRef Name, int &Index) { 349 int Slot = MST.getLocalSlot(V); 429 bool parseStandaloneStackObject(int &FI); 458 bool parseStackFrameIndex(int &FI); 460 bool parseFixedStackFrameIndex(int &FI); 473 bool parseCFIOffset(int &Offset); 1144 bool MIParser::parseStandaloneStackObject(int &FI) { 1578 const APSInt &Int = Token.integerValue(); 1579 if (Int.getMinSignedBits() > 64) 1581 Dest = MachineOperand::CreateImm(Int.getExtValue()) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| TGLexer.h | 51 FalseKW, Field, Foreach, If, In, Include, Int, Let, List, MultiClass, 141 int getNextChar(); 142 int peekNextChar(int Index) const;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
| WebAssemblyAsmParser.cpp | 73 struct IntOp Int; 82 : Kind(K), StartLoc(Start), EndLoc(End), Int(I) {} 123 Inst.addOperand(MCOperand::createImm(Int.Val)); 159 OS << "Int:" << Int.Val; 364 auto &Int = Lexer.getTok(); 365 int64_t Val = Int.getIntVal(); 369 WebAssemblyOperand::Integer, Int.getLoc(), Int.getEndLoc(), 938 return error("Cannot parse .int expression: ", Lexer.getTok()) [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| bfd.c | 96 . unsigned int max_entry; 97 . unsigned int next_entry; 129 . unsigned int id; 259 . unsigned int cacheable : 1; 264 . unsigned int target_defaulted : 1; 267 . unsigned int opened_once : 1; 271 . unsigned int mtime_set : 1; 274 . unsigned int no_export : 1; 278 . unsigned int output_has_begun : 1; 281 . unsigned int has_armap : 1 [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| bfd.c | 96 . unsigned int max_entry; 97 . unsigned int next_entry; 129 . unsigned int id; 259 . unsigned int cacheable : 1; 264 . unsigned int target_defaulted : 1; 267 . unsigned int opened_once : 1; 271 . unsigned int mtime_set : 1; 274 . unsigned int no_export : 1; 278 . unsigned int output_has_begun : 1; 281 . unsigned int has_armap : 1 [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| bfd.c | 95 . unsigned int max_entry; 96 . unsigned int next_entry; 128 . unsigned int id; 258 . unsigned int cacheable : 1; 263 . unsigned int target_defaulted : 1; 266 . unsigned int opened_once : 1; 270 . unsigned int mtime_set : 1; 273 . unsigned int no_export : 1; 277 . unsigned int output_has_begun : 1; 280 . unsigned int has_armap : 1 [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| bfd.c | 96 . unsigned int max_entry; 97 . unsigned int next_entry; 129 . unsigned int id; 259 . unsigned int cacheable : 1; 264 . unsigned int target_defaulted : 1; 267 . unsigned int opened_once : 1; 271 . unsigned int mtime_set : 1; 274 . unsigned int no_export : 1; 278 . unsigned int output_has_begun : 1; 281 . unsigned int has_armap : 1 [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| PDBTypes.h | 340 Int = 6, 604 return std::hash<int>()(static_cast<int>(Arg));
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
| MicrosoftDemangleNodes.h | 96 Int, 494 // A list of array dimensions. e.g. [3,4,5] in `int Foo[3][4][5]` 547 int ThunkOffsetCount = 0;
|