HomeSort by relevance Sort by last modified time
    Searched refs:get_int (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/test/SemaCXX/
warn-tautological-undefined-compare.cpp 37 int& get_int();
38 // expected-note@-1 4{{'get_int' returns a reference}}
48 if (&get_int() == 0) {}
50 if (&(get_int()) == 0) {}
53 if (&get_int() != 0) {}
55 if (&(get_int()) != 0) {}
101 int& (*f_ptr)() = &get_int;
warn-undefined-bool-conversion.cpp 40 int& get_int();
41 // expected-note@-1 3{{'get_int' returns a reference}}
51 if (&get_int()) {}
53 if (&(get_int())) {}
55 if (!&get_int()) {}
89 int& (*f_ptr)() = &get_int;
  /external/clang/test/CodeGen/
le32-vaarg.c 4 int get_int(va_list *args) { function
7 // CHECK: define i32 @get_int
sparc-vaarg.c 4 // CHECK-LABEL: define i32 @get_int
9 int get_int(va_list *args) { function
  /external/clang/test/CodeGenCXX/
reference-cast.cpp 66 int get_int();
73 return (const bool&)get_int();
77 return static_cast<const bool&>(get_int());
80 return get_int();
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 38 int get_int() const {return int_;} function in struct:A
55 assert(p->get_int() == 67);
65 assert(p->get_int() == 67);
74 assert(p->get_int() == 68);
make_shared.pass.cpp 32 int get_int() const {return int_;} function in struct:A
58 assert(p->get_int() == 67);
76 assert(p->get_int() == 67);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 38 int get_int() const {return int_;} function in struct:A
55 assert(p->get_int() == 67);
65 assert(p->get_int() == 67);
74 assert(p->get_int() == 68);
make_shared.pass.cpp 31 int get_int() const {return int_;} function in struct:A
57 assert(p->get_int() == 67);
75 assert(p->get_int() == 67);
  /toolchain/binutils/binutils-2.25/opcodes/
pj-dis.c 30 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) function
83 if ((status = get_int (addr, &val, info)))
90 if ((status = get_int (addr, &lowval, info)))
94 if ((status = get_int (addr, &highval, info)))
100 if ((status = get_int (addr, &val, info)))
120 if ((status = get_int (addr, &val, info)))
127 if ((status = get_int (addr, &count, info)))
133 if ((status = get_int (addr, &val, info)))
138 if ((status = get_int (addr, &val, info)))
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 35 int get_int() const {return int_;} function in struct:A
52 assert(p->get_int() == 67);
make_shared.pass.cpp 44 int get_int() const {return int_;} function in struct:A
62 assert(p->get_int() == 67);
72 assert(p->get_int() == 67);
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
p1.cpp 22 int& get_int() { return X0<int>::value; } function
  /external/skia/src/codec/
SkBmpCodec.cpp 156 totalBytes = get_int(hBuffer, 2);
157 offset = get_int(hBuffer, 10);
166 infoBytes = get_int(hBuffer, 14);
188 infoBytes = get_int(hBuffer, 0);
237 width = get_int(iBuffer.get(), 0);
238 height = get_int(iBuffer.get(), 4);
244 compression = get_int(iBuffer.get(), 12);
246 numColors = get_int(iBuffer.get(), 28);
336 inputMasks.red = get_int(buffer, 0);
337 inputMasks.green = get_int(buffer, 4)
    [all...]
  /external/toybox/toys/pending/
expr.c 79 int get_int(struct value *v, long long *ret) function
102 return get_int(v, &v->i) && !v->i;
170 if (get_int(ret, &a) && get_int(rhs, &b)) { // both are ints
189 if (!get_int(ret, &a) || !get_int(rhs, &b))
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 47 let rec get_int x = var
61 | C_obj o -> (try (get_int (o "int" C_void))
62 with _ -> (get_int (o "&" C_void)))
82 (char_of_int (get_int x))
93 (try if get_int x != 0 then true else false
std_vector.i 79 for i = 0; to (get_int ((invoke v) "size" C_void)) - 1 do
swig.mli 34 val get_int : 'a c_obj_t -> int var
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /external/python/cpython2/Lib/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 126 min = max = self.get_int(children[1])
128 max = self.get_int(children[3])
174 def get_int(self, node): member in class:PatternCompiler
  /system/bt/tools/mcap_tool/
mcap_tool.cc 221 uint32_t get_int(char** p, int DefaultValue) { function
634 uint16_t sec_mask = get_int(&p, 0); // arg3
652 int type = get_int(&p, -1); // arg1
660 uint8_t mdep_handle = get_int(&p, 0);
682 uint16_t sec_mask = get_int(&p, 0); // arg3
717 uint16_t mdep_handle = get_int(&p, 0); // arg2
719 uint16_t mdl_id = get_int(&p, 0); // arg4
720 uint8_t peer_dep_id = get_int(&p, 0); // arg5
722 int do_not_connect = get_int(&p, 0); // arg7
785 uint16_t mdl_id = get_int(&p, 0); // arg
    [all...]

Completed in 670 milliseconds

1 2