Searched defs:val (Results 1 - 25 of 1593) sorted by relevance

1234567891011>>

/external/clang/test/Modules/
H A Dseparate_map_tree.cpp8 const int val = common + b + c + c_; // expected-error {{undeclared identifier}} variable
H A Dmodular_maps.cpp19 const int val = a + b + c + x; // expected-error {{undeclared identifier}} variable
/external/libunwind/tests/
H A Dident.c2 f (long val) argument
4 return val;
/external/clang/test/CodeGen/
H A D2003-08-21-StmtExpr.c5 unsigned long val; member in struct:__anon1686
H A D2010-01-13-MemBarrier.c6 unsigned t(uint32_t *ptr, uint32_t val) { argument
9 return __sync_lock_test_and_set(ptr, val);
H A Duint128_t.c8 f(uint64_t val) argument
12 tmp = val;
/external/clang/test/CodeGenCXX/
H A Dswitch-case-folding-1.cpp4 int test(int val){ argument
8 switch (val) {
H A Dswitch-case-folding-2.cpp5 int test(int val){ argument
6 switch (val) {
/external/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp3 template<int> struct c { c(int) = delete; typedef void val; operator int() const; }; typedef in struct:c
5 int val; variable
8 int k1 = a < b < c, d > ::val, e1;
9 int k2 = a < b, c < d > ::val, e2;
10 int k3 = b < a < c, d > ::val, e3;
11 int k4 = b < c, x, y = d > ::val, e4;
13 int k6 = T2 < b, &S::operator= >::val;
15 int k8 = T2 < b, &S::operator> >::val;
24 int k1 = a < b < c, d > ::val,
25 int k2 = b < a < c, d > ::val,
[all...]
/external/clang/test/SemaCXX/
H A DPR9884.cpp5 Base(int val);
11 Derived(int val);
15 Derived::Derived(int val) argument
16 : Base( val )
/external/compiler-rt/test/BlocksRuntime/
H A Dgoto.c21 __block int val = 0; local
23 ^{ val = 1; }();
25 if (val == 0) {
26 goto out_bad; // error: local byref variable val is in the scope of this goto
32 printf("%s: val not updated!\n", argv[0]);
/external/compiler-rt/test/asan/TestCases/Helpers/
H A Dinitialization-nobug-extra.cc9 static int val = getStructWithDtorValue(); variable
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dposix_types.h25 long val[2]; member in struct:__anon6562
/external/libunwind/src/unwind/
H A DGetBSP.c32 unw_word_t val; local
34 unw_get_reg (&context->cursor, UNW_IA64_BSP, &val);
35 return val;
H A DGetCFA.c31 unw_word_t val; local
33 unw_get_reg (&context->cursor, UNW_REG_SP, &val);
34 return val;
H A DGetGR.c31 unw_word_t val; local
38 unw_get_reg (&context->cursor, index, &val);
39 return val;
H A DGetIP.c31 unw_word_t val; local
33 unw_get_reg (&context->cursor, UNW_REG_IP, &val);
34 return val;
H A DGetIPInfo.c34 unw_word_t val; local
36 unw_get_reg (&context->cursor, UNW_REG_IP, &val);
38 return val;
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_celshade.c34 pp_celshade_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val) argument
/external/strace/linux/sh/
H A Darch_getrval2.c4 long val; local
5 if (upeek(tcp->pid, 4*(REG_REG0+1), &val) < 0)
7 return val;
/external/v8/test/mjsunit/compiler/
H A Dalloc-number-debug.js37 o.val = x + y + i;
43 var o = { val: 0 };
H A Dalloc-number.js34 for (var i = 1; i < 100000; i+=2) o.val = x + y + i;
38 var o = { val: 0 };
/external/v8/test/webkit/fast/js/kde/
H A Dcompletion.js40 var val = eval("11; { }"); variable
41 shouldBe("val", "11");
42 val = eval("12; ;");
43 shouldBe("val", "12");
44 val = eval("13; if(false);");
45 shouldBe("val", "13");
46 val = eval("14; function f() {}");
47 shouldBe("val", "14");
48 val = eval("15; var v = 0");
49 shouldBe("val", "1
[all...]
/external/libgsm/src/
H A Dgsm_option.c14 int gsm_option P3((r, opt, val), gsm r, int opt, int * val) argument
22 if (val) r->ltp_cut = *val;
29 if (val) r->verbose = *val;
37 if (val) r->fast = !!*val;
45 if (val) r->frame_chain = *val;
[all...]
/external/libunwind/src/mi/
H A DGset_fpreg.c29 unw_set_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t val) argument
33 return tdep_access_fpreg (c, regnum, &val, 1);

Completed in 6563 milliseconds

1234567891011>>