Searched defs:Int (Results 1 - 25 of 93) sorted by relevance

1234

/external/clang/test/ASTMerge/Inputs/
H A Dfunction2.c1 typedef int Int; typedef
2 void f0(Int);
3 void f1(Int, double);
H A Dstruct1.c1 typedef int Int; typedef
6 Int field1;
14 Int field1;
61 Int i;
/external/clang/test/Index/Inputs/
H A Dpreamble-with-error.h1 typedef int Int; typedef
3 extern Int *const www;
/external/clang/test/CXX/basic/basic.start/basic.start.main/
H A Dp2.cpp24 typedef int Int; typedef
28 Int main(Int argc, Carp argv[]) {
34 typedef int Int; typedef
38 Int main(Int argc, Carp argv[], Char *env[]) {
/external/valgrind/main/none/tests/arm/
H A Dintdiv.c4 typedef signed int Int; typedef
17 __attribute__((noinline)) Int do_sdiv32 ( Int x, Int y )
30 Int rs = do_sdiv32(x,y);
/external/clang/test/CXX/class/class.friend/
H A Dp1.cpp12 typedef int Int; typedef in struct:Base
13 Int typedeffed_member();
/external/jsoncpp/include/json/
H A Dconfig.h76 typedef int Int; typedef in namespace:Json
/external/llvm/lib/Analysis/
H A DIntervalPartition.cpp58 void IntervalPartition::updatePredecessors(Interval *Int) { argument
59 BasicBlock *Header = Int->getHeaderNode();
60 for (Interval::succ_iterator I = Int->Successors.begin(),
61 E = Int->Successors.end(); I != E; ++I)
/external/clang/test/CodeGen/
H A Dpointer-arithmetic.c3 typedef int Int; typedef
5 int f0(int *a, Int *b) { return a - b; }
/external/clang/test/Index/
H A Dannotate-tokens.c12 typedef int Int; typedef
15 (void)__builtin_va_arg(va, Int);
16 (void)__builtin_types_compatible_p(Int, Int);
36 __attribute__((unavailable)) Int __attribute__((unavailable)) test() __attribute__((unavailable));
110 // CHECK: Identifier: "Int" [15:30 - 15:33] TypeRef=Int:12:13
112 // CHECK: Identifier: "Int" [16:38 - 16:41] TypeRef=Int:12:13
114 // CHECK: Identifier: "Int" [1
[all...]
H A Dannotate-tokens-cxx0x.cpp16 typedef int Int; typedef
19 virtual void foo(Int);
23 virtual void foo(Int) override;
85 // CHECK-WITH-OVERRIDE: Identifier: "Int" [19:19 - 19:22] TypeRef=Int:16:13
92 // CHECK-WITH-OVERRIDE: Identifier: "Int" [23:20 - 23:23] TypeRef=Int:16:13
/external/clang/test/PCH/
H A Dcxx-templates.cpp83 struct Int { struct in namespace:TestNestedExpansion
84 Int(int);
85 friend Int operator+(Int, Int);
87 Int &g(Int, int, double);
88 Int &test = NestedExpansion<char, char, char>().f(0, 1, 2, Int(3), 4, 5.0);
/external/clang/test/Sema/
H A Doverloadable.c56 typedef int Int; typedef
57 typedef Int IntVec __attribute__((vector_size(16)));
H A Dcast.c20 typedef int Int; typedef
33 (void) (Int) v;
45 void testInt(Int v) {
47 (void) (Int) v;
55 (void) (VoidPtr) v; // expected-warning{{cast to 'VoidPtr' (aka 'void *') from smaller integer type 'Int' (aka 'int')}}
56 (void) (CharPtr) v; // expected-warning{{cast to 'CharPtr' (aka 'char *') from smaller integer type 'Int' (aka 'int')}}
63 (void) (CharPtr) v; // expected-warning{{cast to 'CharPtr' (aka 'char *') from smaller integer type 'Int' (aka 'int')}}
69 (void) (Int) v;
83 (void) (Int) v;
95 (void) (Int)
[all...]
H A DMicrosoftExtensions.c59 typedef int Int; typedef
62 enum E1 : Int { SomeOtherValue } field; // expected-warning{{enumeration types with a fixed underlying type are a Microsoft extension}}
/external/valgrind/main/none/tests/amd64/
H A Dpcmpxstrx64.c11 typedef signed int Int; typedef
20 Int i;
27 Int i;
H A Dpcmpxstrx64w.c12 typedef signed int Int; typedef
21 Int i;
28 Int i;
H A Daes.c7 typedef signed int Int; typedef
31 Int i;
58 Int i;
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h56 typedef signed int Int; typedef
100 static inline Bool toBool ( Int x ) {
101 Int r = (x == 0) ? False : True;
104 static inline UChar toUChar ( Int x ) {
108 static inline HChar toHChar ( Int x ) {
112 static inline UShort toUShort ( Int x ) {
116 static inline Short toShort ( Int x ) {
138 # define offsetof(type,memb) ((Int)(HWord)&((type*)0)->memb)
/external/valgrind/main/coregrind/
H A Dm_tooliface.c46 void(*fini)(Int)
236 Bool (*read_extra) (Int, HChar**, SizeT*, Int*, Supp*),
239 Bool (*get_xtra_si)(Error*,/*OUT*/HChar*,Int),
240 Bool (*print_xtra_su)(Supp*,/*OUT*/HChar*,Int),
437 DEF0(track_pre_deliver_signal, ThreadId, Int sigNo, Bool)
438 DEF0(track_post_deliver_signal, ThreadId, Int sigNo)
229 needs_tool_errors( Bool (eq) VgRes, Error*, Error*), void (*before_pp) (Error*), void (*pp) (Error*), Bool show_TIDs, UInt (*update) (Error*), Bool (*recog) (const HChar*, Supp*), Bool (*read_extra) (Int, HChar**, SizeT*, Int*, Supp*), Bool (*matches) (Error*, Supp*), const HChar* (*name) (Error*), Bool (*get_xtra_si)(Error*, HChar*,Int), Bool (*print_xtra_su)(Supp*, HChar*,Int), void (*update_xtra_su)(Error*, Supp*) ) argument
/external/valgrind/main/memcheck/tests/amd64/
H A Dsse_memory.c14 typedef signed int Int; typedef
39 static void randomise ( UChar* p, Int n )
41 Int i;
48 Int i;
68 Int i;
70 printf("%02x", (Int)(*v)[i]);
75 Int i;
77 printf("%02x", (Int)( ((*v)[i]) & ((*mask)[i]) ));
91 static void showRM ( char* op, RMArgs* rra, UChar* mem, Int nMem, V128* rmask )
93 Int
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dsse_memory.c14 typedef signed int Int; typedef
39 static void randomise ( UChar* p, Int n )
41 Int i;
48 Int i;
68 Int i;
70 printf("%02x", (Int)(*v)[i]);
75 Int i;
77 printf("%02x", (Int)( ((*v)[i]) & ((*mask)[i]) ));
91 static void showRM ( char* op, RMArgs* rra, UChar* mem, Int nMem, V128* rmask )
93 Int
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp213 const llvm::APSInt& Int) {
233 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(Int));
234 llvm::APSInt ConvertedInt = ComparisonType.convert(Int);
210 assumeSymRel(ProgramStateRef state, const SymExpr *LHS, BinaryOperator::Opcode op, const llvm::APSInt& Int) argument
/external/libedit/src/
H A Dchartype.h75 #define Int wint_t macro
129 #define Int int macro
/external/llvm/include/llvm/Analysis/
H A DIntervalIterator.h68 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { argument
69 Int->Nodes.push_back(BB);
79 inline void addNodeToInterval(Interval *Int, Interval *I) { argument
80 // Add all of the nodes in I as new nodes in Int.
81 copy(I->Nodes.begin(), I->Nodes.end(), back_inserter(Int->Nodes));
170 Interval *Int = new Interval(Header);
176 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I));
178 IntStack.push_back(std::make_pair(Int, succ_begin(Int)));
191 void ProcessNode(Interval *Int, NodeT argument
[all...]

Completed in 2884 milliseconds

1234