Searched refs:const_int (Results 1 – 12 of 12) sorted by relevance
7 typedef const int const_int; typedef14 typedef _Atomic const_int const_atomic_int;15 typedef _Atomic(const_int) const_atomic_int; // expected-error {{_Atomic cannot be applied to quali…
63 const int *const_int; in foo() local65 …*(test0 ? const_int : nonconst_int) = 42; // expected-error {{read-only variable is not assignable… in foo()66 …*(test0 ? nonconst_int : const_int) = 42; // expected-error {{read-only variable is not assignable… in foo()
74 let c = const_int i32_type 42 in100 (* CHECK: const_int{{.*}}i32{{.*}}-1103 let c = const_int i32_type (-1) in104 ignore (define_global "const_int" c m);112 let c = const_int i64_type (-1) in145 let c = const_int i64_type (1 lsl 61) in197 let one = const_int i16_type 1 in198 let two = const_int i16_type 2 in199 let three = const_int i32_type 3 in200 let four = const_int i32_type 4 in[all …]
41 insist ((global_initializer foo) = (const_int (i32_type context) 42))
44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
56 ignore (define_global "globvar" (const_int i32_type 23) m);
844 (** [const_int ty i] returns the integer constant of type [ty] and value [i].846 val const_int : lltype -> int -> llvalue val932 (const_int i32_type 0) (const_int i32_type 1)) i32_type], but considerably938 (const_int i32_type 1)) i64_type], but considerably more readable.
470 external const_int : lltype -> int -> llvalue = "llvm_const_int"
1757 struct src_register const_int = get_loop_const( emit ); in emit_bgnloop2() local1763 emit_src( emit, const_int ) ); in emit_bgnloop2()
1485 case const_int
1149 case const_int
1516 case const_int