Home
last modified time | relevance | path

Searched refs:const_int (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/Parser/
Datomic.c7 typedef const int const_int; typedef
14 typedef _Atomic const_int const_atomic_int;
15 typedef _Atomic(const_int) const_atomic_int; // expected-error {{_Atomic cannot be applied to quali…
/external/clang/test/Sema/
Dconditional-expr.c63 const int *const_int; in foo() local
65 …*(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()
/external/llvm/test/Bindings/OCaml/
Dcore.ml74 let c = const_int i32_type 42 in
100 (* CHECK: const_int{{.*}}i32{{.*}}-1
103 let c = const_int i32_type (-1) in
104 ignore (define_global "const_int" c m);
112 let c = const_int i64_type (-1) in
145 let c = const_int i64_type (1 lsl 61) in
197 let one = const_int i16_type 1 in
198 let two = const_int i16_type 2 in
199 let three = const_int i32_type 3 in
200 let four = const_int i32_type 4 in
[all …]
Dirreader.ml41 insist ((global_initializer foo) = (const_int (i32_type context) 42))
Dipo.ml44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
Dexecutionengine.ml56 ignore (define_global "globvar" (const_int i32_type 23) m);
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli844 (** [const_int ty i] returns the integer constant of type [ty] and value [i].
846 val const_int : lltype -> int -> llvalue val
932 (const_int i32_type 0) (const_int i32_type 1)) i32_type], but considerably
938 (const_int i32_type 1)) i64_type], but considerably more readable.
Dllvm.ml470 external const_int : lltype -> int -> llvalue = "llvm_const_int"
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1757 struct src_register const_int = get_loop_const( emit ); in emit_bgnloop2() local
1763 emit_src( emit, const_int ) ); in emit_bgnloop2()
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/
Dfunctions.test1485 case const_int
/external/deqp/data/gles2/shaders/
Dfunctions.test1149 case const_int
/external/deqp/data/gles3/shaders/
Dfunctions.test1516 case const_int