| /minix3/common/dist/zlib/contrib/ada/ |
| H A D | zlib-thin.ads | 38 type Int is new Interfaces.C.int; 45 type Int_Access is access Int; 125 function Deflate (strm : Z_Streamp; flush : Int) return Int; 127 function DeflateEnd (strm : Z_Streamp) return Int; 129 function Inflate (strm : Z_Streamp; flush : Int) return Int; 131 function InflateEnd (strm : Z_Streamp) return Int; 137 return Int; 139 function deflateCopy (dest : Z_Streamp; source : Z_Streamp) return Int; 142 function deflateReset (strm : Z_Streamp) return Int; -- zlib.h:495 146 level : Int; [all …]
|
| H A D | zlib-thin.adb | 15 Z_Stream_Size : constant Int := Z_Stream'Size / System.Storage_Unit; 41 level : Int; 42 method : Int; 43 windowBits : Int; 44 memLevel : Int; 45 strategy : Int) 46 return Int is 63 function Inflate_Init (strm : Z_Streamp; windowBits : Int) return Int is
|
| H A D | zlib.adb | 21 use type Thin.Int; 37 function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int) return Thin.Int; 41 function (Ctrm : in Thin.Z_Streamp) return Thin.Int; 65 Return_Code : constant array (Thin.Int range <>) of Return_Code_Enum 91 procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int); 121 procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int) is 122 use type Thin.Int; 139 Code : Thin.Int; 199 use type Thin.Int; 200 Win_Bits : Thin.Int := Thin.Int (Window_Bits); [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | IntervalIterator.h | 68 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval() argument 69 Int->Nodes.push_back(BB); in addNodeToInterval() 79 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval() argument 81 copy(I->Nodes.begin(), I->Nodes.end(), back_inserter(Int->Nodes)); in addNodeToInterval() 171 Interval *Int = new Interval(Header); in ProcessInterval() local 176 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I)); in ProcessInterval() 178 IntStack.push_back(std::make_pair(Int, succ_begin(Int))); in ProcessInterval() 191 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode() argument 192 assert(Int && "Null interval == bad!"); in ProcessNode() 198 if (Int->contains(NodeHeader)) { // Already in this interval... in ProcessNode() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
| H A D | p7-1y.cpp | 14 using Int = int; typedef 22 using Int = decltype(x3a); typedef 23 using Int = decltype(x3d); typedef 27 using Int = decltype(x4a); typedef 32 using Int = decltype(x5a); typedef 67 using Int = decltype(f1a()); typedef 68 using Int = decltype(f1d()); typedef 72 using Int = decltype(f2a(0)); typedef 73 using Int = decltype(f2d(0)); typedef 77 using Int = decltype(f3a(0)); typedef [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/PCH/ |
| H A D | cxx-templates.cpp | 83 struct Int { struct 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);
|
| /minix3/external/bsd/llvm/dist/clang/test/Sema/ |
| H A D | cast.c | 20 typedef int Int; typedef 33 (void) (Int) v; in testBool() 45 void testInt(Int v) { in testInt() 47 (void) (Int) v; in testInt() 69 (void) (Int) v; in testLong() 83 (void) (Int) v; in testFloat() 95 (void) (Int) v; in testDouble() 107 (void) (Int) v; in testCI() 119 (void) (Int) v; in testCLong() 131 (void) (Int) v; in testCFloat() [all …]
|
| /minix3/lib/libedit/ |
| H A D | vi.c | 54 private el_action_t cv_action(EditLine *, Int); 55 private el_action_t cv_paste(EditLine *, Int); 61 cv_action(EditLine *el, Int c) in cv_action() 66 if (c != (Int)el->el_chared.c_vcmd.action) in cv_action() 93 cv_paste(EditLine *el, Int c) in cv_paste() 125 vi_paste_next(EditLine *el, Int c __attribute__((__unused__))) in vi_paste_next() 138 vi_paste_prev(EditLine *el, Int c __attribute__((__unused__))) in vi_paste_prev() 151 vi_prev_big_word(EditLine *el, Int c __attribute__((__unused__))) in vi_prev_big_word() 176 vi_prev_word(EditLine *el, Int c __attribute__((__unused__))) in vi_prev_word() 201 vi_next_big_word(EditLine *el, Int c __attribute__((__unused__))) in vi_next_big_word() [all …]
|
| H A D | chared.h | 149 protected int cv__isword(Int); 150 protected int cv__isWord(Int); 152 protected Char *cv__endword(Char *, Char *, int, int (*)(Int)); 153 protected int ce__isword(Int); 156 protected Char *cv_next_word(EditLine*, Char *, Char *, int, int (*)(Int)); 157 protected Char *cv_prev_word(Char *, Char *, int, int (*)(Int)); 158 protected Char *c__next_word(Char *, Char *, int, int (*)(Int)); 159 protected Char *c__prev_word(Char *, Char *, int, int (*)(Int));
|
| H A D | common.c | 55 ed_end_of_file(EditLine *el, Int c __attribute__((__unused__))) in ed_end_of_file() 69 ed_insert(EditLine *el, Int c) in ed_insert() 112 ed_delete_prev_word(EditLine *el, Int c __attribute__((__unused__))) in ed_delete_prev_word() 140 ed_delete_next_char(EditLine *el, Int c __attribute__((__unused__))) in ed_delete_next_char() 187 ed_kill_line(EditLine *el, Int c __attribute__((__unused__))) in ed_kill_line() 208 ed_move_to_end(EditLine *el, Int c __attribute__((__unused__))) in ed_move_to_end() 231 ed_move_to_beg(EditLine *el, Int c __attribute__((__unused__))) in ed_move_to_beg() 254 ed_transpose_chars(EditLine *el, Int c) in ed_transpose_chars() 280 ed_next_char(EditLine *el, Int c __attribute__((__unused__))) in ed_next_char() 309 ed_prev_word(EditLine *el, Int c __attribute__((__unused__))) in ed_prev_word() [all …]
|
| H A D | emacs.c | 55 em_delete_or_list(EditLine *el, Int c) in em_delete_or_list() 91 em_delete_next_word(EditLine *el, Int c __attribute__((__unused__))) in em_delete_next_word() 120 em_yank(EditLine *el, Int c __attribute__((__unused__))) in em_yank() 156 em_kill_line(EditLine *el, Int c __attribute__((__unused__))) in em_kill_line() 178 em_kill_region(EditLine *el, Int c __attribute__((__unused__))) in em_kill_region() 211 em_copy_region(EditLine *el, Int c __attribute__((__unused__))) in em_copy_region() 240 em_gosmacs_transpose(EditLine *el, Int c) in em_gosmacs_transpose() 260 em_next_word(EditLine *el, Int c __attribute__((__unused__))) in em_next_word() 285 em_upper_case(EditLine *el, Int c __attribute__((__unused__))) in em_upper_case() 309 em_capitol_case(EditLine *el, Int c __attribute__((__unused__))) in em_capitol_case() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/CXX/basic/basic.start/basic.start.main/ |
| H A D | p2.cpp | 24 typedef int Int; typedef 28 Int main(Int argc, Carp argv[]) { in main() 34 typedef int Int; typedef 38 Int main(Int argc, Carp argv[], Char *env[]) { in main()
|
| /minix3/external/bsd/llvm/dist/llvm/test/TableGen/ |
| H A D | math.td | 14 class Int<int value> { 24 def v1024 : Int<1024>; 28 def v1025 : Int<!add(v1024.Value, 1)>; 32 def v2048 : Int<!add(v1024.Value, v1024.Value)>; 36 def v0 : Int<!and(v1024.Value, v2048.Value)>; 37 def v1 : Int<!and(v1025.Value, 1)>;
|
| /minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.const/ |
| H A D | p3-0x.cpp | 68 using Int = A<E6>; typedef 69 using Int = A<EE::EE32>; // expected-error {{not implicitly convertible}} typedef 70 using Int = A<(int)EE::EE32>; typedef 71 using Int = A<200>; typedef 72 using Int = A<1000>; // expected-error {{template argument evaluates to 1000, which cannot be narro… typedef 73 using Int = A<-3>; // expected-error {{template argument evaluates to -3, which cannot be narrowed … typedef 84 using Int = A<1.0>; // expected-error {{conversion from 'double' to 'unsigned char' is not allowed … typedef
|
| /minix3/external/bsd/llvm/dist/clang/test/Index/ |
| H A D | annotate-tokens.c | 12 typedef int Int; typedef 15 (void)__builtin_va_arg(va, Int); in g() 16 (void)__builtin_types_compatible_p(Int, Int); in g() 36 __attribute__((unavailable)) Int __attribute__((unavailable)) test() __attribute__((unavailable));
|
| H A D | annotate-tokens-cxx0x.cpp | 16 typedef int Int; typedef 19 virtual void foo(Int); 23 virtual void foo(Int) override;
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ContinuousRangeMap.h | 35 template <typename Int, typename V, unsigned InitialCapacity> 38 typedef std::pair<Int, V> value_type; 49 bool operator ()(const_reference L, Int R) const { in operator() 52 bool operator ()(Int L, const_reference R) const { in operator() 55 bool operator ()(Int L, Int R) const { in operator() 91 iterator find(Int K) { in find() 100 const_iterator find(Int K) const { in find()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 292 const llvm::APSInt& Int, 296 const llvm::APSInt& Int, 300 const llvm::APSInt& Int, 304 const llvm::APSInt& Int, 308 const llvm::APSInt& Int, 312 const llvm::APSInt& Int, 420 const llvm::APSInt &Int, in assumeSymNE() argument 424 if (AdjustmentType.testInRange(Int, true) != APSIntType::RTR_Within) in assumeSymNE() 427 llvm::APSInt Lower = AdjustmentType.convert(Int) - Adjustment; in assumeSymNE() 440 const llvm::APSInt &Int, in assumeSymEQ() argument [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrXOP.td | 14 multiclass xop2op<bits<8> opc, string OpcodeStr, Intrinsic Int, PatFrag memop> { 17 [(set VR128:$dst, (Int VR128:$src))]>, XOP; 20 [(set VR128:$dst, (Int (bitconvert (memop addr:$src))))]>, XOP; 40 multiclass xop2opsld<bits<8> opc, string OpcodeStr, Intrinsic Int, 44 [(set VR128:$dst, (Int VR128:$src))]>, XOP; 47 [(set VR128:$dst, (Int (bitconvert mem_cpat:$src)))]>, XOP; 55 multiclass xop2op128<bits<8> opc, string OpcodeStr, Intrinsic Int, 59 [(set VR128:$dst, (Int VR128:$src))]>, XOP; 62 [(set VR128:$dst, (Int (bitconvert (memop addr:$src))))]>, XOP; 68 multiclass xop2op256<bits<8> opc, string OpcodeStr, Intrinsic Int, [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/ASTMerge/Inputs/ |
| H A D | struct1.c | 1 typedef int Int; typedef 6 Int field1; 14 Int field1; 61 Int i;
|
| H A D | function2.c | 1 typedef int Int; typedef 2 void f0(Int); 3 void f1(Int, double);
|
| H A D | category2.m | 1 typedef int Int; typedef 8 - (Int)method0; 13 - (Int)method1; category
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.require/ |
| H A D | invoke_helpers.h | 11 struct Int : public std::integral_constant<int, I> {}; struct 214 Int<Arity> A; in runTest() 220 Int<Arity> A; in runTest() 234 void runTestImp(Int<0>, MethodPtr ptr, ObjectT& object) { in runTestImp() 244 void runTestImp(Int<1>, MethodPtr ptr, ObjectT& object) { in runTestImp() 254 void runTestImp(Int<2>, MethodPtr ptr, ObjectT& object) { in runTestImp() 264 void runTestImp(Int<3>, MethodPtr ptr, ObjectT& object) { in runTestImp() 277 void runTestImp(Int<0>, ObjectT& object) { in runTestImp() 287 void runTestImp(Int<1>, ObjectT& object) { in runTestImp() 297 void runTestImp(Int<2>, ObjectT& object) { in runTestImp() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | IntervalPartition.cpp | 58 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors() argument 59 BasicBlock *Header = Int->getHeaderNode(); in updatePredecessors() 60 for (Interval::succ_iterator I = Int->Successors.begin(), in updatePredecessors() 61 E = Int->Successors.end(); I != E; ++I) in updatePredecessors()
|
| /minix3/external/bsd/llvm/dist/clang/test/Index/Inputs/ |
| H A D | preamble-with-error.h | 1 typedef int Int; typedef 3 extern Int *const www;
|