HomeSort by relevance Sort by last modified time
    Searched refs:get_int (Results 1 - 25 of 41) 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
  /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 36 int get_int() const {return int_;} function in struct:A
53 assert(p->get_int() == 67);
64 assert(p->get_int() == 67);
73 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)))
  /ndk/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
  /frameworks/opt/net/wifi/tests/wifitests/jni/
wifi_nan_hal_mock.cpp 343 msg.status = (NanStatusType) jsonR.get_int("status", &error);
344 msg.value = jsonR.get_int("value", &error);
345 msg.response_type = (NanResponseType) jsonR.get_int("response_type", &error);
347 msg.body.publish_response.publish_id = jsonR.get_int(
350 msg.body.subscribe_response.subscribe_id = jsonR.get_int(
353 msg.body.nan_capabilities.max_concurrent_nan_clusters = jsonR.get_int(
355 msg.body.nan_capabilities.max_publishes = jsonR.get_int(
357 msg.body.nan_capabilities.max_subscribes = jsonR.get_int(
359 msg.body.nan_capabilities.max_service_name_len = jsonR.get_int(
361 msg.body.nan_capabilities.max_match_filter_len = jsonR.get_int(
    [all...]
wifi_hal_mock.h 47 int get_int(const char* key, bool* error);
  /external/skia/src/codec/
SkBmpCodec.cpp 121 totalBytes = get_int(hBuffer.get(), 2);
122 offset = get_int(hBuffer.get(), 10);
131 infoBytes = get_int(hBuffer.get(), 14);
153 infoBytes = get_int(hBuffer.get(), 0);
232 width = get_int(iBuffer.get(), 0);
233 height = get_int(iBuffer.get(), 4);
239 compression = get_int(iBuffer.get(), 12);
241 numColors = get_int(iBuffer.get(), 28);
318 inputMasks.red = get_int(mBuffer.get(), 0);
319 inputMasks.green = get_int(mBuffer.get(), 4)
    [all...]
SkIcoCodec.cpp 83 uint32_t size = get_int(entryBuffer.get(), 8 + i*kIcoDirEntryBytes);
88 uint32_t offset = get_int(entryBuffer.get(), 12 + i*kIcoDirEntryBytes);
  /external/v8/src/wasm/
wasm-function-name-table.cc 54 uint32_t num_funcs = static_cast<uint32_t>(func_names_array->get_int(0));
58 int offset = func_names_array->get_int(func_index + 1);
62 : abs(func_names_array->get_int(func_index + 2));
wasm-debug.cc 61 int offset = arr->get_int(2 * func_index);
62 int length = arr->get_int(2 * func_index + 1);
  /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
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 70 static int get_int(FcPattern* pattern, const char field[]) { function
169 int weight = get_int(match, FC_WEIGHT);
170 int width = get_int(match, FC_WIDTH);
171 int slant = get_int(match, FC_SLANT);
  /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
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
iobject.py 111 def get_int(self, prompt): member in class:IObject
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/
sigbase.py 103 labels = tok.get_int()
107 key_tag = tok.get_int()

Completed in 1256 milliseconds

1 2