OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_int
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/Parser/
atomic.c
7
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 qualified type '
const_int
' (aka 'const int')}}
/external/clang/test/Sema/
conditional-expr.c
63
const int *
const_int
;
local
65
*(test0 ?
const_int
: nonconst_int) = 42; // expected-error {{read-only variable is not assignable}}
66
*(test0 ? nonconst_int :
const_int
) = 42; // expected-error {{read-only variable is not assignable}}
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
89
(* CHECK:
const_int
{{.*}}i32{{.*}}-1
92
let c =
const_int
i32_type (-1) in
93
ignore (define_global "
const_int
" c m);
100
let c =
const_int
i64_type (-1) in
150
let one =
const_int
i16_type 1 in
151
let two =
const_int
i16_type 2 in
152
let three =
const_int
i32_type 3 in
153
let four =
const_int
i32_type 4 in
238
let five =
const_int
i64_type 5 in
300
[|
const_int
i32_type 1 |]
[
all
...]
ipo_opts.ml
41
ignore (build_ret (
const_int
i8_type 4) (builder_at_end context (entry_block fn)));
executionengine.ml
30
ignore (build_ret (
const_int
i32_type retval) b);
/external/llvm/bindings/ocaml/llvm/
llvm.mli
712
(** [
const_int
ty i] returns the integer constant of type [ty] and value [i].
714
val
const_int
: lltype -> int -> llvalue
var
791
(
const_int
i32_type 0) (
const_int
i32_type 1)) i32_type], but considerably
797
(
const_int
i32_type 1)) i64_type], but considerably more readable.
[
all
...]
llvm.ml
397
external
const_int
: lltype -> int -> llvalue = "llvm_const_int"
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c
1757
struct src_register
const_int
= get_loop_const( emit );
local
[
all
...]
/external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c
1757
struct src_register
const_int
= get_loop_const( emit );
local
[
all
...]
Completed in 102 milliseconds