| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/ |
| ASTDiffInternal.h | 27 static constexpr int InvalidNodeId = -1; 30 int Id; 33 NodeId(int Id) : Id(Id) {} 35 operator int() const { return Id; }
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| ReachingDefAnalysis.h | 36 /// Thin wrapper around "int" used to store reaching definitions, 47 ReachingDef(int Instr) : Encoded(((uintptr_t) Instr << 2) | 2) {} 48 operator int() const { return ((int) Encoded) >> 2; } 53 static constexpr int NumLowBitsAvailable = 1; 79 using LiveRegsDefInfo = std::vector<int>; 90 int CurInstr; 94 DenseMap<MachineInstr *, int> InstIds; 105 const int ReachingDefDefaultVal = -(1 << 20); 142 int getReachingDef(MachineInstr *MI, MCRegister PhysReg) const [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/stormy16/ |
| lib2funcs.c | 60 #undef int macro 73 extern int __popcounthi2 (UHWtype); 74 extern int __parityhi2 (UHWtype); 75 extern int __clzhi2 (UHWtype); 76 extern int __ctzhi2 (UHWtype); 227 FIXME: The return type really should be "unsigned int" 229 int 232 int ret; 243 FIXME: The return type really should be "unsigned int" 246 int [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/visium/ |
| lib2funcs.c | 302 #undef int 319 int i; 299 #undef int macro
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/stormy16/ |
| lib2funcs.c | 60 #undef int macro 73 extern int __popcounthi2 (UHWtype); 74 extern int __parityhi2 (UHWtype); 75 extern int __clzhi2 (UHWtype); 76 extern int __ctzhi2 (UHWtype); 227 FIXME: The return type really should be "unsigned int" 229 int 232 int ret; 243 FIXME: The return type really should be "unsigned int" 246 int [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/visium/ |
| lib2funcs.c | 302 #undef int 319 int i; 299 #undef int macro
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| oranking.cc | 21 class B: public A {public: operator int (){ return 1;}}; 24 int foo0 (int) { return 10; } 25 int foo1 (int) { return 11; } // B -> int : user defined 26 int foo1 (A) { return 12; } // B -> A : standard 27 int test1 () { 33 int foo2 (int) { return 13;} // B -> int : user define [all...] |
| cplusfuncs.cc | 5 foo (int); 6 foo (int, const char *); 20 void operator ++ (int); 38 void operator -- (int); 52 /**/ operator int (); 55 int foofunc (int); // forced to have int return type, which is required 56 int foofunc (int, signed char *); // forced to have int return type, which is require [all...] |
| classes.cc | 25 struct fleep { int a; } s; 31 int a; 32 int b; 37 int a; 38 int b; 43 int a; 44 int b; 49 int a; 50 int b; 55 int a [all...] |
| cpexprs.cc | 42 void tclass<int>::do_something () { } // tclass<int>::do_something 113 typedef policy<int, operation_1<void*> > policy1; 114 typedef policy<int, operation_2<void*> > policy2; 115 typedef policy<int, operation_3<void*> > policy3; 116 typedef policy<int, operation_4<void*> > policy4; 118 typedef policyd<int> policyd1; 122 typedef policyd<tclass<int> > policyd5; 130 int foo_; 134 base (int foo) : foo_ (foo) { } // base::base(int [all...] |
| misc.cc | 25 struct fleep { int a; } s; 27 int number; 28 int &number_ref = number; 34 int a; 35 int b; 40 int a; 41 int b; 46 int a; 47 int b; 52 int a [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| oranking.cc | 21 class B: public A {public: operator int (){ return 1;}}; 24 int foo0 (int) { return 10; } 25 int foo1 (int) { return 11; } // B -> int : user defined 26 int foo1 (A) { return 12; } // B -> A : standard 27 int test1 () { 33 int foo2 (int) { return 13;} // B -> int : user define [all...] |
| cplusfuncs.cc | 5 foo (int); 6 foo (int, const char *); 20 void operator ++ (int); 38 void operator -- (int); 52 /**/ operator int (); 55 int foofunc (int); // forced to have int return type, which is required 56 int foofunc (int, signed char *); // forced to have int return type, which is require [all...] |
| classes.cc | 25 struct fleep { int a; } s; 31 int a; 32 int b; 37 int a; 38 int b; 43 int a; 44 int b; 49 int a; 50 int b; 55 int a [all...] |
| cpexprs.cc | 42 void tclass<int>::do_something () { } // tclass<int>::do_something 113 typedef policy<int, operation_1<void*> > policy1; 114 typedef policy<int, operation_2<void*> > policy2; 115 typedef policy<int, operation_3<void*> > policy3; 116 typedef policy<int, operation_4<void*> > policy4; 118 typedef policyd<int> policyd1; 122 typedef policyd<tclass<int> > policyd5; 130 int foo_; 134 base (int foo) : foo_ (foo) { } // base::base(int [all...] |
| misc.cc | 25 struct fleep { int a; } s; 27 int number; 28 int &number_ref = number; 34 int a; 35 int b; 40 int a; 41 int b; 46 int a; 47 int b; 52 int a [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/gpl2/groff/dist/src/libs/libdriver/ |
| input.cpp | 125 to guaranteed 32 bits integers (`int' is enough for GNU, while 126 ANSI only guarantees `long int' to have a length of 32 bits). 127 - The many usages of type `int' are differentiated by using `Char', 260 typedef int EnvInt; 263 typedef int IntArg; 266 typedef unsigned int ColorArg; 290 int data; 293 Char(const int c) : data(c) {} 295 bool operator==(int c) const { return (data == c) ? true : false; } 299 bool operator!=(int c) const { return !(*this == c); [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcc2.h | 35 extern int __gcc_bcmp (const unsigned char *, const unsigned char *, size_t); 37 extern void __eprintf (const char *, const char *, unsigned int, const char *) 125 typedef int QItype __attribute__ ((mode (QI))); 126 typedef unsigned int UQItype __attribute__ ((mode (QI))); 127 typedef int HItype __attribute__ ((mode (HI))); 128 typedef unsigned int UHItype __attribute__ ((mode (HI))); 131 typedef int SItype __attribute__ ((mode (SI))); 132 typedef unsigned int USItype __attribute__ ((mode (SI))); 135 typedef int DItype __attribute__ ((mode (DI))); 136 typedef unsigned int UDItype __attribute__ ((mode (DI))) 181 #define int macro 463 #undef int macro 509 #define int macro 542 #undef int macro 555 #define int macro [all...] |
| libgcc2.c | 392 parameter b will be promoted to int if shift_count_type is smaller than an int. */ 504 #undef int 505 int 520 #undef int 521 int 701 #undef int 702 int 715 #undef int 716 int macro 492 #undef int macro 507 #undef int macro 684 #undef int macro 697 #undef int macro 729 #undef int macro 748 #undef int macro 764 #undef int macro 820 #undef int macro 844 #undef int macro 874 #undef int macro 895 #undef int macro 2575 #undef int macro 2947 #undef int macro [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcc2.h | 32 extern int __gcc_bcmp (const unsigned char *, const unsigned char *, size_t); 34 extern void __eprintf (const char *, const char *, unsigned int, const char *) 122 typedef int QItype __attribute__ ((mode (QI))); 123 typedef unsigned int UQItype __attribute__ ((mode (QI))); 124 typedef int HItype __attribute__ ((mode (HI))); 125 typedef unsigned int UHItype __attribute__ ((mode (HI))); 128 typedef int SItype __attribute__ ((mode (SI))); 129 typedef unsigned int USItype __attribute__ ((mode (SI))); 132 typedef int DItype __attribute__ ((mode (DI))); 133 typedef unsigned int UDItype __attribute__ ((mode (DI))) 174 #define int macro 439 #undef int macro 485 #define int macro 518 #undef int macro 531 #define int macro [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
| ASTDiff.cpp | 136 std::vector<int> PostorderIds; 139 int getSize() const { return Nodes.size(); } 148 int getNumberOfDescendants(NodeId Id) const; 150 int findPositionInParent(NodeId Id, bool Shifted = false) const; 191 int Id = 0, Depth = 0; 307 int PostorderId = 0; 331 int SyntaxTree::Impl::getNumberOfDescendants(NodeId Id) const { 339 int SyntaxTree::Impl::findPositionInParent(NodeId Id, bool Shifted) const { 344 int Position = 0; 475 int Id = 0 [all...] |