Searched refs:const_int (Results 1 – 14 of 14) sorted by relevance
9 typedef const int const_int; typedef17 typedef _Atomic const_int const_atomic_int; // ext-warning {{'_Atomic' is a C11 extension}}18 typedef _Atomic(const_int) const_atomic_int; // expected-error {{_Atomic cannot be applied to quali…
120 constexpr int const_int = 42; variable122 constexpr const int *const_ptr = test_constexpr_launder(&const_int);123 static_assert(&const_int == const_ptr, "");136 static_assert(test_in_constexpr(const_int), "");
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()
49 let c = const_int i32_type 42 in78 let c = const_int i32_type (-1) in87 let c = const_int i64_type (-1) in172 let one = const_int i16_type 1 in173 let two = const_int i16_type 2 in175 let four = const_int i32_type 4 in334 (const_int i8_type (-1))335 (const_int i8_type 0)) m);347 (const_vector [| const_int i32_type 0; const_int i32_type 1;348 const_int i32_type 2; const_int i32_type 3 |])) m);[all …]
41 insist ((global_initializer foo) = (Some (const_int (i32_type context) 42)))
44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
57 ignore (define_global "globvar" (const_int i32_type 23) m);
55 Llvm.value_as_metadata @@ Llvm.const_int (Llvm.i32_type context) cur_ver167 let zero = Llvm.const_int (Llvm.i32_type context) 0 in
15 integer, parameter :: junit = 11, const_size = 13, const_int = 15 variable68 read(11, *) const_int
11 void const_int() in const_int() function
102 void const_int() { in const_int() function
288 static const int const_int = 123; in df() local
967 (** [const_int ty i] returns the integer constant of type [ty] and value [i].969 val const_int : lltype -> int -> llvalue val1056 (const_int i32_type 0) (const_int i32_type 1)) i32_type], but considerably1062 (const_int i32_type 1)) i64_type], but considerably more readable.
607 external const_int : lltype -> int -> llvalue = "llvm_const_int"